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

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

public class PartialAdditiveExpr
extends AbstractPartialASTNode<AdditiveExpr,List<AdditiveExpr.AdditiveOp>>

Created by aretter on 12/02/2016.


Constructor Summary
PartialAdditiveExpr(AbstractOperand operand)
           
 
Method Summary
 AdditiveExpr complete(List<AdditiveExpr.AdditiveOp> additiveOps)
           
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

PartialAdditiveExpr

public PartialAdditiveExpr(AbstractOperand operand)
Method Detail

describe

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

complete

public AdditiveExpr complete(List<AdditiveExpr.AdditiveOp> additiveOps)


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