|
Parsing Engine | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdanbikel.parser.constraints.ConstraintSets
public class ConstraintSets
Static factory for ConstraintSet objects. This scheme allows
the type of ConstraintSet object to be determined at run-time.
The type of constraint set factory used is deteremined by the value of the
property Settings.constraintSetFactoryClass.
ConstraintSetFactory,
Settings.constraintSetFactoryClass,
ConstraintSet| Method Summary | |
|---|---|
static ConstraintSet |
get()
Return a ConstraintSet object created with its default
constructor. |
static ConstraintSet |
get(Object input)
Return a ConstraintSet object created with its one-argument
constructor, using the specified S-expression. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ConstraintSet get()
ConstraintSet object created with its default
constructor.
public static ConstraintSet get(Object input)
ConstraintSet object created with its one-argument
constructor, using the specified S-expression.
input - the input from which to derive parsing constraints
|
Parsing Engine | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||