Class PathExpr
- java.lang.Object
-
- com.evolvedbinary.xpath.parser.ast.AbstractASTNode
-
- com.evolvedbinary.xpath.parser.ast.PathExpr
-
- All Implemented Interfaces:
ASTNode
public class PathExpr extends AbstractASTNode
Created by aretter on 17/02/2016.
-
-
Field Summary
Fields Modifier and Type Field Description static StepExprSLASH_ABBREVstatic StepExprSLASH_SLASH_ABBREV
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Stringdescribe()booleanequals(Object obj)List<? extends StepExpr>getSteps()-
Methods inherited from class com.evolvedbinary.xpath.parser.ast.AbstractASTNode
toString
-
-