Class RelativePathExpr
- java.lang.Object
-
- com.evolvedbinary.xpath.parser.ast.AbstractASTNode
-
- com.evolvedbinary.xpath.parser.ast.RelativePathExpr
-
- All Implemented Interfaces:
ASTNode
public class RelativePathExpr extends AbstractASTNode
Created by aretter on 15/02/2016.
-
-
Constructor Summary
Constructors Constructor Description RelativePathExpr(StepExpr... steps)RelativePathExpr(List<? extends StepExpr> steps)
-
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
-
-