com.evolvedbinary.xpath.parser.ast
Class AxisStep

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

public class AxisStep
extends AbstractASTNode
implements StepExpr

Created by aretter on 28/01/2016.


Field Summary
static AxisStep SLASH_SLASH_ABBREV
           
 
Constructor Summary
AxisStep(Step step, PredicateList predicateList)
           
 
Method Summary
 String describe()
           
 boolean equals(Object obj)
           
 PredicateList getPredicateList()
           
 Step getStep()
           
 
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
 

Field Detail

SLASH_SLASH_ABBREV

public static AxisStep SLASH_SLASH_ABBREV
Constructor Detail

AxisStep

public AxisStep(Step step,
                PredicateList predicateList)
Method Detail

describe

public final String describe()
Specified by:
describe in class AbstractASTNode

equals

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

getStep

public Step getStep()

getPredicateList

public PredicateList getPredicateList()


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