com.evolvedbinary.xpath.parser.ast
Class OrExpr
java.lang.Object
com.evolvedbinary.xpath.parser.ast.AbstractASTNode
com.evolvedbinary.xpath.parser.ast.AbstractOperand
com.evolvedbinary.xpath.parser.ast.AbstractOperandWithOps<AbstractOperand>
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.
OrExpr
public OrExpr(AbstractOperand operand,
List<? extends AbstractOperand> orOps)
OrExpr
public OrExpr(AbstractOperand operand,
AbstractOperand... orOps)
describeOp
protected void describeOp(StringBuilder builder,
AbstractOperand orOp)
- Specified by:
describeOp in class AbstractOperandWithOps<AbstractOperand>
Copyright © 2016 Evolved Binary Ltd.. All Rights Reserved.