org.bn.compiler.parser.model
Class NamedConstraint
java.lang.Object
org.bn.compiler.parser.model.NamedConstraint
public class NamedConstraint
- extends java.lang.Object
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
constraint
public AsnConstraint constraint
isAbsentKw
public boolean isAbsentKw
isConstraint
public boolean isConstraint
isOptionalKw
public boolean isOptionalKw
isPresentKw
public boolean isPresentKw
name
public java.lang.String name
NamedConstraint
public NamedConstraint()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object