com.evolvedbinary.xpath.parser.ast
Class Expr

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

public class Expr
extends AbstractASTNode

Created by aretter on 14/02/2016.


Constructor Summary
Expr(ASTNode... exprSingles)
           
Expr(List<? extends ASTNode> exprSingles)
           
 
Method Summary
protected  String describe()
           
 boolean equals(Object obj)
           
 List<? extends ASTNode> getExprSingles()
           
 
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

Expr

public Expr(List<? extends ASTNode> exprSingles)

Expr

public Expr(ASTNode... exprSingles)
Method Detail

describe

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

equals

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

getExprSingles

public List<? extends ASTNode> getExprSingles()


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