Class PartialAxisStep
- java.lang.Object
-
- com.evolvedbinary.xpath.parser.ast.AbstractASTNode
-
- com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode<AxisStep,PredicateList>
-
- com.evolvedbinary.xpath.parser.ast.partial.PartialAxisStep
-
- All Implemented Interfaces:
ASTNode,PartialASTNode<AxisStep,PredicateList>
public class PartialAxisStep extends AbstractPartialASTNode<AxisStep,PredicateList>
Created by aretter on 11/02/2016.
-
-
Constructor Summary
Constructors Constructor Description PartialAxisStep(Step step)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AxisStepcomplete(PredicateList predicateList)protected Stringdescribe()-
Methods inherited from class com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode
toString
-
-
-
-
Constructor Detail
-
PartialAxisStep
public PartialAxisStep(Step step)
-
-
Method Detail
-
describe
protected String describe()
- Specified by:
describein classAbstractASTNode
-
complete
public AxisStep complete(PredicateList predicateList)
-
-