com.evolvedbinary.xpath.parser.ast
Class QuantifiedExpr

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

public class QuantifiedExpr
extends AbstractASTNode
implements ExprSingle

Created by aretter on 15/02/2016.


Nested Class Summary
static class QuantifiedExpr.InClause
           
static class QuantifiedExpr.Quantifier
           
 
Constructor Summary
QuantifiedExpr(QuantifiedExpr.Quantifier quantifier, List<QuantifiedExpr.InClause> inClauses, ASTNode satisfies)
           
 
Method Summary
protected  String describe()
           
 boolean equals(Object obj)
           
 
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

QuantifiedExpr

public QuantifiedExpr(QuantifiedExpr.Quantifier quantifier,
                      List<QuantifiedExpr.InClause> inClauses,
                      ASTNode satisfies)
Method Detail

describe

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

equals

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


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