Uses of Class
com.evolvedbinary.xpath.parser.ast.QuantifiedExpr.Quantifier
-
Packages that use QuantifiedExpr.Quantifier Package Description 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 Modifier and Type Method Description static QuantifiedExpr.QuantifierQuantifiedExpr.Quantifier. fromSyntax(String syntax)static QuantifiedExpr.QuantifierQuantifiedExpr.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 Constructor Description 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 Constructor Description PartialQuantifierExpr(QuantifiedExpr.Quantifier quantifier)
-