org.bn.compiler.parser.model
public class NamedConstraint extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
AsnConstraint |
constraint |
boolean |
isAbsentKw |
boolean |
isConstraint |
boolean |
isOptionalKw |
boolean |
isPresentKw |
java.lang.String |
name |
Constructor and Description |
---|
NamedConstraint() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public AsnConstraint constraint
public boolean isAbsentKw
public boolean isConstraint
public boolean isOptionalKw
public boolean isPresentKw
public java.lang.String name