com.evolvedbinary.xpath.parser.ast
Class OrExpr

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.OrExpr
All Implemented Interfaces:
ASTNode, ExprSingle

public class OrExpr
extends AbstractOperandWithOps<AbstractOperand>
implements ExprSingle

Created by aretter on 15/02/2016.


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

OrExpr

public OrExpr(AbstractOperand operand,
              List<? extends AbstractOperand> orOps)

OrExpr

public OrExpr(AbstractOperand operand,
              AbstractOperand... orOps)
Method Detail

describeOp

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


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