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

java.lang.Object
  extended by com.evolvedbinary.xpath.parser.ast.AbstractASTNode
      extended by com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode<IntersectExceptExpr,List<IntersectExceptExpr.IntersectExceptOp>>
          extended by com.evolvedbinary.xpath.parser.ast.partial.PartialIntersectExceptExpr
All Implemented Interfaces:
ASTNode, PartialASTNode<IntersectExceptExpr,List<IntersectExceptExpr.IntersectExceptOp>>

public class PartialIntersectExceptExpr
extends AbstractPartialASTNode<IntersectExceptExpr,List<IntersectExceptExpr.IntersectExceptOp>>

Created by aretter on 12/02/2016.


Constructor Summary
PartialIntersectExceptExpr(AbstractOperand operand)
           
 
Method Summary
 IntersectExceptExpr complete(List<IntersectExceptExpr.IntersectExceptOp> intersectExceptOps)
           
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

PartialIntersectExceptExpr

public PartialIntersectExceptExpr(AbstractOperand operand)
Method Detail

describe

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

complete

public IntersectExceptExpr complete(List<IntersectExceptExpr.IntersectExceptOp> intersectExceptOps)


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