org.simantics.databoard.parser.ast.type
Class AstType

java.lang.Object
  extended by org.simantics.databoard.parser.ast.type.AstType
Direct Known Subclasses:
AstArrayType, AstRecordType, AstTupleType, AstTypeReference, AstUnionType

public abstract class AstType
extends java.lang.Object


Constructor Summary
AstType()
           
 
Method Summary
abstract
<T> T
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

AstType

public AstType()
Method Detail

accept

public abstract void accept(AstTypeVisitorVoid v)

accept

public abstract <T> T accept(AstTypeVisitor<T> v)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object