com.evolvedbinary.xpath.parser.ast.partial
Class PartialUnionExpr

java.lang.Object
  extended by com.evolvedbinary.xpath.parser.ast.AbstractASTNode
      extended by com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode<UnionExpr,List<AbstractOperand>>
          extended by com.evolvedbinary.xpath.parser.ast.partial.PartialUnionExpr
All Implemented Interfaces:
ASTNode, PartialASTNode<UnionExpr,List<AbstractOperand>>

public class PartialUnionExpr
extends AbstractPartialASTNode<UnionExpr,List<AbstractOperand>>

Created by aretter on 12/02/2016.


Constructor Summary
PartialUnionExpr(AbstractOperand operand)
           
 
Method Summary
 UnionExpr complete(List<AbstractOperand> unionOps)
           
protected  String describe()
           
 
Methods inherited from class com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PartialUnionExpr

public PartialUnionExpr(AbstractOperand operand)
Method Detail

describe

protected String describe()
Specified by:
describe in class AbstractASTNode

complete

public UnionExpr complete(List<AbstractOperand> unionOps)


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