Uses of Class
com.evolvedbinary.xpath.parser.ast.QuantifiedExpr.InClause
-
Packages that use QuantifiedExpr.InClause Package Description com.evolvedbinary.xpath.parser.ast com.evolvedbinary.xpath.parser.ast.partial -
-
Uses of QuantifiedExpr.InClause in com.evolvedbinary.xpath.parser.ast
Constructor parameters in com.evolvedbinary.xpath.parser.ast with type arguments of type QuantifiedExpr.InClause Constructor Description QuantifiedExpr(QuantifiedExpr.Quantifier quantifier, List<QuantifiedExpr.InClause> inClauses, ASTNode satisfies) -
Uses of QuantifiedExpr.InClause in com.evolvedbinary.xpath.parser.ast.partial
Method parameters in com.evolvedbinary.xpath.parser.ast.partial with type arguments of type QuantifiedExpr.InClause Modifier and Type Method Description PartialQuantifierExpr.PartialQuantifierExpr1PartialQuantifierExpr. complete(List<QuantifiedExpr.InClause> inClauses)Constructor parameters in com.evolvedbinary.xpath.parser.ast.partial with type arguments of type QuantifiedExpr.InClause Constructor Description PartialQuantifierExpr1(List<QuantifiedExpr.InClause> inClauses)
-