org.bn.compiler.parser.model
public class ConstraintElements extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
AsnConstraint |
constraint |
ElementSetSpec |
elespec |
boolean |
isAlphabetConstraint |
boolean |
isElementSetSpec |
boolean |
isIncludeType |
boolean |
isLEndLess |
boolean |
isMaxKw |
boolean |
isMinKw |
boolean |
isPatternValue |
boolean |
isSizeConstraint |
boolean |
isTypeConstraint |
boolean |
isUEndLess |
boolean |
isValue |
boolean |
isValueRange |
boolean |
isWithComponent |
boolean |
isWithComponents |
AsnValue |
lEndValue |
java.lang.Object |
type |
java.util.ArrayList |
typeConstraintList |
AsnValue |
uEndValue |
AsnValue |
value |
Constructor and Description |
---|
ConstraintElements() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public AsnConstraint constraint
public ElementSetSpec elespec
public boolean isAlphabetConstraint
public boolean isElementSetSpec
public boolean isIncludeType
public boolean isLEndLess
public boolean isMaxKw
public boolean isMinKw
public boolean isPatternValue
public boolean isSizeConstraint
public boolean isTypeConstraint
public boolean isUEndLess
public boolean isValue
public boolean isValueRange
public boolean isWithComponent
public boolean isWithComponents
public AsnValue lEndValue
public AsnValue uEndValue
public java.lang.Object type
public java.util.ArrayList typeConstraintList
public AsnValue value