com.evolvedbinary.xpath.parser.ast
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.
UnionExpr
public UnionExpr(AbstractOperand operand,
List<? extends AbstractOperand> unionOps)
UnionExpr
public UnionExpr(AbstractOperand operand,
AbstractOperand... unionOps)
describeOp
protected void describeOp(StringBuilder builder,
AbstractOperand unionOp)
- Specified by:
describeOp in class AbstractOperandWithOps<AbstractOperand>
Copyright © 2016 Evolved Binary Ltd.. All Rights Reserved.