org.simantics.databoard.parser.ast.type
Class AstArrayType
java.lang.Object
org.simantics.databoard.parser.ast.type.AstType
org.simantics.databoard.parser.ast.type.AstArrayType
public class AstArrayType
- extends AstType
Constructor Summary |
AstArrayType(AstType componentType,
java.lang.Integer minLength,
java.lang.Integer maxLength)
|
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 |
componentType
public final AstType componentType
minLength
public final java.lang.Integer minLength
maxLength
public final java.lang.Integer maxLength
AstArrayType
public AstArrayType(AstType componentType,
java.lang.Integer minLength,
java.lang.Integer maxLength)
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