Class QuantifiedExpr
- java.lang.Object
-
- com.evolvedbinary.xpath.parser.ast.AbstractASTNode
-
- com.evolvedbinary.xpath.parser.ast.QuantifiedExpr
-
- All Implemented Interfaces:
ASTNode,ExprSingle
public class QuantifiedExpr extends AbstractASTNode implements ExprSingle
Created by aretter on 15/02/2016.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classQuantifiedExpr.InClausestatic classQuantifiedExpr.Quantifier
-
Constructor Summary
Constructors Constructor Description QuantifiedExpr(QuantifiedExpr.Quantifier quantifier, List<QuantifiedExpr.InClause> inClauses, ASTNode satisfies)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Stringdescribe()booleanequals(Object obj)-
Methods inherited from class com.evolvedbinary.xpath.parser.ast.AbstractASTNode
toString
-
-
-
-
Constructor Detail
-
QuantifiedExpr
public QuantifiedExpr(QuantifiedExpr.Quantifier quantifier, List<QuantifiedExpr.InClause> inClauses, ASTNode satisfies)
-
-