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.
-
-
Constructor Summary
Constructors Constructor Description OrExpr(AbstractOperand operand, AbstractOperand... orOps)OrExpr(AbstractOperand operand, List<? extends AbstractOperand> orOps)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddescribeOp(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
-
-
-
-
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:
describeOpin classAbstractOperandWithOps<AbstractOperand>
-
-