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

java.lang.Object
  extended by com.evolvedbinary.xpath.parser.ast.AbstractASTNode
      extended by com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode<AxisStep,PredicateList>
          extended by 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
PartialAxisStep(Step step)
           
 
Method Summary
 AxisStep complete(PredicateList predicateList)
           
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

PartialAxisStep

public PartialAxisStep(Step step)
Method Detail

describe

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

complete

public AxisStep complete(PredicateList predicateList)


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