org.bn.compiler.parser.model
public class AsnSequenceOf extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
AsnConstraint |
constraint |
boolean |
isDefinedType |
boolean |
isSequenceOf |
boolean |
isSizeConstraint |
java.lang.String |
name |
java.lang.String |
typeName |
java.lang.Object |
typeReference |
Constructor and Description |
---|
AsnSequenceOf() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public AsnConstraint constraint
public boolean isDefinedType
public boolean isSequenceOf
public boolean isSizeConstraint
public java.lang.String name
public java.lang.String typeName
public java.lang.Object typeReference