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

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

public class PartialOrExpr
extends AbstractPartialASTNode<OrExpr,List<AbstractOperand>>

Created by aretter on 15/02/2016.


Constructor Summary
PartialOrExpr(AbstractOperand operand)
           
 
Method Summary
 OrExpr complete(List<AbstractOperand> orOps)
           
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

PartialOrExpr

public PartialOrExpr(AbstractOperand operand)
Method Detail

describe

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

complete

public OrExpr complete(List<AbstractOperand> orOps)


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