org.simantics.databoard.parser.ast.type
Class AstUnionType
java.lang.Object
org.simantics.databoard.parser.ast.type.AstType
org.simantics.databoard.parser.ast.type.AstUnionType
public class AstUnionType
- 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<AstComponent> components
AstUnionType
public AstUnionType(java.util.List<AstComponent> components)
addComponent
public void addComponent(java.lang.String name,
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