Class PartialStep
- java.lang.Object
-
- com.evolvedbinary.xpath.parser.ast.AbstractASTNode
-
- com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode<Step,NodeTest>
-
- com.evolvedbinary.xpath.parser.ast.partial.PartialStep
-
- All Implemented Interfaces:
ASTNode,PartialASTNode<Step,NodeTest>
public class PartialStep extends AbstractPartialASTNode<Step,NodeTest>
Created by aretter on 10/02/2016.
-
-
Constructor Summary
Constructors Constructor Description PartialStep(Axis axis)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stepcomplete(NodeTest nodeTest)protected Stringdescribe()-
Methods inherited from class com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode
toString
-
-