org.simantics.databoard.parser.ast.type
Class AstTupleType
java.lang.Object
org.simantics.databoard.parser.ast.type.AstType
org.simantics.databoard.parser.ast.type.AstTupleType
public class AstTupleType
- extends AstType
Methods inherited from class org.simantics.databoard.parser.ast.type.AstType |
toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
components
public final java.util.List<AstType> components
AstTupleType
public AstTupleType(java.util.List<AstType> components)
addComponent
public void addComponent(AstType type)
accept
public void accept(AstTypeVisitorVoid v)
- Specified by:
accept
in class AstType
accept
public <T> T accept(AstTypeVisitor<T> v)
- Specified by:
accept
in class AstType