Class AxisStep
- java.lang.Object
-
- com.evolvedbinary.xpath.parser.ast.AbstractASTNode
-
- com.evolvedbinary.xpath.parser.ast.AxisStep
-
public class AxisStep extends AbstractASTNode implements StepExpr
Created by aretter on 28/01/2016.
-
-
Field Summary
Fields Modifier and Type Field Description static AxisStepSLASH_SLASH_ABBREV
-
Constructor Summary
Constructors Constructor Description AxisStep(Step step, PredicateList predicateList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescribe()booleanequals(Object obj)PredicateListgetPredicateList()StepgetStep()-
Methods inherited from class com.evolvedbinary.xpath.parser.ast.AbstractASTNode
toString
-
-
-
-
Field Detail
-
SLASH_SLASH_ABBREV
public static AxisStep SLASH_SLASH_ABBREV
-
-
Constructor Detail
-
AxisStep
public AxisStep(Step step, PredicateList predicateList)
-
-
Method Detail
-
describe
public final String describe()
- Specified by:
describein classAbstractASTNode
-
getStep
public Step getStep()
-
getPredicateList
public PredicateList getPredicateList()
-
-