com.evolvedbinary.xpath.parser.ast.partial
Class PartialQuantifierExpr

java.lang.Object
  extended by com.evolvedbinary.xpath.parser.ast.AbstractASTNode
      extended by com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode<PartialQuantifierExpr.PartialQuantifierExpr1,List<QuantifiedExpr.InClause>>
          extended by com.evolvedbinary.xpath.parser.ast.partial.PartialQuantifierExpr
All Implemented Interfaces:
ASTNode, PartialASTNode<PartialQuantifierExpr.PartialQuantifierExpr1,List<QuantifiedExpr.InClause>>

public class PartialQuantifierExpr
extends AbstractPartialASTNode<PartialQuantifierExpr.PartialQuantifierExpr1,List<QuantifiedExpr.InClause>>

Created by aretter on 15/02/2016.


Nested Class Summary
 class PartialQuantifierExpr.PartialQuantifierExpr1
           
 
Constructor Summary
PartialQuantifierExpr(QuantifiedExpr.Quantifier quantifier)
           
 
Method Summary
 PartialQuantifierExpr.PartialQuantifierExpr1 complete(List<QuantifiedExpr.InClause> inClauses)
           
protected  String describe()
           
 
Methods inherited from class com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PartialQuantifierExpr

public PartialQuantifierExpr(QuantifiedExpr.Quantifier quantifier)
Method Detail

complete

public PartialQuantifierExpr.PartialQuantifierExpr1 complete(List<QuantifiedExpr.InClause> inClauses)

describe

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


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