Uses of Class
com.evolvedbinary.xpath.parser.ast.Expr
-
Packages that use Expr Package Description com.evolvedbinary.xpath.parser com.evolvedbinary.xpath.parser.ast com.evolvedbinary.xpath.parser.ast.partial -
-
Uses of Expr in com.evolvedbinary.xpath.parser
Methods in com.evolvedbinary.xpath.parser that return Expr Modifier and Type Method Description static ExprXPathUtil. parseXPath(String xpath, PrintStream out, PrintStream err)Parses an XPath Expression and generates an AST -
Uses of Expr in com.evolvedbinary.xpath.parser.ast
Constructors in com.evolvedbinary.xpath.parser.ast with parameters of type Expr Constructor Description IfExpr(Expr testExpression, ASTNode thenExpression, ASTNode elseExpression) -
Uses of Expr in com.evolvedbinary.xpath.parser.ast.partial
Constructors in com.evolvedbinary.xpath.parser.ast.partial with parameters of type Expr Constructor Description PartialIfExpr(Expr testExpression)
-