com.evolvedbinary.xpath.parser.ast
Class Step

java.lang.Object
  extended by com.evolvedbinary.xpath.parser.ast.AbstractASTNode
      extended by com.evolvedbinary.xpath.parser.ast.Step
All Implemented Interfaces:
ASTNode

public class Step
extends AbstractASTNode

Created by aretter on 10/02/2016.


Constructor Summary
Step(Axis axis, NodeTest nodeTest)
           
 
Method Summary
protected  String describe()
           
 boolean equals(Object obj)
           
 Axis getAxis()
           
 NodeTest getNodeTest()
           
 
Methods inherited from class com.evolvedbinary.xpath.parser.ast.AbstractASTNode
toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Step

public Step(Axis axis,
            NodeTest nodeTest)
Method Detail

describe

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

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getAxis

public Axis getAxis()

getNodeTest

public NodeTest getNodeTest()


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