|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.simantics.databoard.parser.ast.type.AstType
public abstract class AstType
Constructor Summary | |
---|---|
AstType()
|
Method Summary | ||
---|---|---|
abstract
|
accept(AstTypeVisitor<T> v)
|
|
abstract void |
accept(AstTypeVisitorVoid v)
|
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AstType()
Method Detail |
---|
public abstract void accept(AstTypeVisitorVoid v)
public abstract <T> T accept(AstTypeVisitor<T> v)
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |