com.evolvedbinary.xpath.parser.ast
Class UnionExpr

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

public class UnionExpr
extends AbstractOperandWithOps<AbstractOperand>

Created by aretter on 12/02/2016.


Constructor Summary
UnionExpr(AbstractOperand operand, AbstractOperand... unionOps)
           
UnionExpr(AbstractOperand operand, List<? extends AbstractOperand> unionOps)
           
 
Method Summary
protected  void describeOp(StringBuilder builder, AbstractOperand unionOp)
           
 
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

UnionExpr

public UnionExpr(AbstractOperand operand,
                 List<? extends AbstractOperand> unionOps)

UnionExpr

public UnionExpr(AbstractOperand operand,
                 AbstractOperand... unionOps)
Method Detail

describeOp

protected void describeOp(StringBuilder builder,
                          AbstractOperand unionOp)
Specified by:
describeOp in class AbstractOperandWithOps<AbstractOperand>


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