|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QuantifiedExpr.Quantifier | |
|---|---|
| com.evolvedbinary.xpath.parser.ast | |
| com.evolvedbinary.xpath.parser.ast.partial | |
| Uses of QuantifiedExpr.Quantifier in com.evolvedbinary.xpath.parser.ast |
|---|
| Methods in com.evolvedbinary.xpath.parser.ast that return QuantifiedExpr.Quantifier | |
|---|---|
static QuantifiedExpr.Quantifier |
QuantifiedExpr.Quantifier.fromSyntax(String syntax)
|
static QuantifiedExpr.Quantifier |
QuantifiedExpr.Quantifier.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static QuantifiedExpr.Quantifier[] |
QuantifiedExpr.Quantifier.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in com.evolvedbinary.xpath.parser.ast with parameters of type QuantifiedExpr.Quantifier | |
|---|---|
QuantifiedExpr(QuantifiedExpr.Quantifier quantifier,
List<QuantifiedExpr.InClause> inClauses,
ASTNode satisfies)
|
|
| Uses of QuantifiedExpr.Quantifier in com.evolvedbinary.xpath.parser.ast.partial |
|---|
| Constructors in com.evolvedbinary.xpath.parser.ast.partial with parameters of type QuantifiedExpr.Quantifier | |
|---|---|
PartialQuantifierExpr(QuantifiedExpr.Quantifier quantifier)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||