com.evolvedbinary.xpath.parser.ast
Class PathExpr

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

public class PathExpr
extends AbstractASTNode

Created by aretter on 17/02/2016.


Field Summary
static StepExpr SLASH_ABBREV
           
static StepExpr SLASH_SLASH_ABBREV
           
 
Constructor Summary
PathExpr(boolean relative, List<? extends StepExpr> steps)
           
PathExpr(boolean relative, StepExpr... steps)
           
 
Method Summary
protected  String describe()
           
 boolean equals(Object obj)
           
 List<? extends StepExpr> getSteps()
           
 
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_ABBREV

public static StepExpr SLASH_ABBREV

SLASH_SLASH_ABBREV

public static StepExpr SLASH_SLASH_ABBREV
Constructor Detail

PathExpr

public PathExpr(boolean relative,
                List<? extends StepExpr> steps)

PathExpr

public PathExpr(boolean relative,
                StepExpr... steps)
Method Detail

describe

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

equals

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

getSteps

public List<? extends StepExpr> getSteps()


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