com.evolvedbinary.xpath.parser.ast.partial
Class PartialStep

java.lang.Object
  extended by com.evolvedbinary.xpath.parser.ast.AbstractASTNode
      extended by com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode<Step,NodeTest>
          extended by 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
PartialStep(Axis axis)
           
 
Method Summary
 Step complete(NodeTest nodeTest)
           
protected  String describe()
           
 
Methods inherited from class com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PartialStep

public PartialStep(Axis axis)
Method Detail

complete

public Step complete(NodeTest nodeTest)

describe

protected String describe()
Specified by:
describe in class AbstractASTNode


Copyright © 2016 Evolved Binary Ltd.. All Rights Reserved.