Class ValueExpr
- java.lang.Object
-
- com.evolvedbinary.xpath.parser.ast.AbstractASTNode
-
- com.evolvedbinary.xpath.parser.ast.AbstractOperand
-
- com.evolvedbinary.xpath.parser.ast.ValueExpr
-
- All Implemented Interfaces:
ASTNode
public class ValueExpr extends AbstractOperand
Created by aretter on 11/02/2016.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Stringdescribe()booleanequals(Object obj)ASTNodegetPathExpr()-
Methods inherited from class com.evolvedbinary.xpath.parser.ast.AbstractASTNode
toString
-
-