com.evolvedbinary.xpath.parser.ast
Class ValueExpr

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

public class ValueExpr
extends AbstractOperand

Created by aretter on 11/02/2016.


Field Summary
 ASTNode pathExpr
           
 
Constructor Summary
ValueExpr(ASTNode pathExpr)
           
 
Method Summary
protected  String describe()
           
 boolean equals(Object obj)
           
 ASTNode getPathExpr()
           
 
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

pathExpr

public final ASTNode pathExpr
Constructor Detail

ValueExpr

public ValueExpr(ASTNode pathExpr)
Method Detail

describe

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

equals

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

getPathExpr

public ASTNode getPathExpr()


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