org.simantics.databoard.parser.ast.type
Class AstRecordType
java.lang.Object
org.simantics.databoard.parser.ast.type.AstType
org.simantics.databoard.parser.ast.type.AstRecordType
public class AstRecordType
- 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 |
EMPTY_RECORD
public static final AstRecordType EMPTY_RECORD
referable
public boolean referable
components
public final java.util.List<AstComponent> components
AstRecordType
public AstRecordType(boolean referable,
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