Uses of Class
com.evolvedbinary.xpath.parser.ast.QuantifiedExpr.Quantifier

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)
           
 



Copyright © 2016 Evolved Binary Ltd.. All Rights Reserved.