|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConstraintGroup | |
gate.jape | |
gate.jape.parser |
Uses of ConstraintGroup in gate.jape |
Fields in gate.jape declared as ConstraintGroup | |
private ConstraintGroup |
ComplexPatternElement.constraintGroup
The recursive definition of what pattern elements make up this one. |
private ConstraintGroup |
LeftHandSide.constraintGroup
The constraint group making up this LHS. |
Methods in gate.jape that return ConstraintGroup | |
ConstraintGroup |
ComplexPatternElement.getConstraintGroup()
|
ConstraintGroup |
LeftHandSide.getConstraintGroup()
Get the constraint group |
Constructors in gate.jape with parameters of type ConstraintGroup | |
ComplexPatternElement(ConstraintGroup constraintGroup,
int kleeneOp,
String bindingName)
Construction from ConstraintGroup, Kleene operator type and binding name. |
|
LeftHandSide(ConstraintGroup constraintGroup)
Construction from a ConstraintGroup |
Uses of ConstraintGroup in gate.jape.parser |
Methods in gate.jape.parser with parameters of type ConstraintGroup | |
void |
ParseCpsl.ConstraintGroup(LeftHandSide lhs,
ConstraintGroup cg)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |