com.evolvedbinary.xpath.parser.ast
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.
RelativePathExpr
public RelativePathExpr(List<? extends StepExpr> steps)
RelativePathExpr
public RelativePathExpr(StepExpr... steps)
getSteps
public final List<? extends StepExpr> getSteps()
describe
protected String describe()
- Specified by:
describe in class AbstractASTNode
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2016 Evolved Binary Ltd.. All Rights Reserved.