com.evolvedbinary.xpath.parser.ast
Class IntersectExceptExpr

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.AbstractOperandWithOps<IntersectExceptExpr.IntersectExceptOp>
              extended by com.evolvedbinary.xpath.parser.ast.IntersectExceptExpr
All Implemented Interfaces:
ASTNode

public class IntersectExceptExpr
extends AbstractOperandWithOps<IntersectExceptExpr.IntersectExceptOp>

Created by aretter on 12/02/2016.


Nested Class Summary
static class IntersectExceptExpr.IntersectExcept
           
static class IntersectExceptExpr.IntersectExceptOp
           
 
Constructor Summary
IntersectExceptExpr(AbstractOperand operand, IntersectExceptExpr.IntersectExceptOp... interceptExceptOps)
           
IntersectExceptExpr(AbstractOperand operand, List<IntersectExceptExpr.IntersectExceptOp> interceptExceptOps)
           
 
Method Summary
protected  void describeOp(StringBuilder builder, IntersectExceptExpr.IntersectExceptOp intersectExceptOp)
           
 
Methods inherited from class com.evolvedbinary.xpath.parser.ast.AbstractOperandWithOps
describe, equals
 
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

IntersectExceptExpr

public IntersectExceptExpr(AbstractOperand operand,
                           List<IntersectExceptExpr.IntersectExceptOp> interceptExceptOps)

IntersectExceptExpr

public IntersectExceptExpr(AbstractOperand operand,
                           IntersectExceptExpr.IntersectExceptOp... interceptExceptOps)
Method Detail

describeOp

protected void describeOp(StringBuilder builder,
                          IntersectExceptExpr.IntersectExceptOp intersectExceptOp)
Specified by:
describeOp in class AbstractOperandWithOps<IntersectExceptExpr.IntersectExceptOp>


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