Class UnionExpr
- 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.UnionExpr
-
- All Implemented Interfaces:
ASTNode
public class UnionExpr extends AbstractOperandWithOps<AbstractOperand>
Created by aretter on 12/02/2016.
-
-
Constructor Summary
Constructors Constructor Description UnionExpr(AbstractOperand operand, AbstractOperand... unionOps)UnionExpr(AbstractOperand operand, List<? extends AbstractOperand> unionOps)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddescribeOp(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
-
-
-
-
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:
describeOpin classAbstractOperandWithOps<AbstractOperand>
-
-