com.evolvedbinary.xpath.parser.ast
Class AdditiveExpr

java.lang.Object
  extended by com.evolvedbinary.xpath.parser.ast.AbstractASTNode
      extended by com.evolvedbinary.xpath.parser.ast.AbstractOperand
          extended by com.evolvedbinary.xpath.parser.ast.AbstractOperandWithOps<AdditiveExpr.AdditiveOp>
              extended by com.evolvedbinary.xpath.parser.ast.AdditiveExpr
All Implemented Interfaces:
ASTNode

public class AdditiveExpr
extends AbstractOperandWithOps<AdditiveExpr.AdditiveOp>

Created by aretter on 12/02/2016.


Nested Class Summary
static class AdditiveExpr.Additive
           
static class AdditiveExpr.AdditiveOp
           
 
Constructor Summary
AdditiveExpr(AbstractOperand operand, AdditiveExpr.AdditiveOp... additiveOps)
           
AdditiveExpr(AbstractOperand operand, List<AdditiveExpr.AdditiveOp> additiveOps)
           
 
Method Summary
protected  void describeOp(StringBuilder builder, AdditiveExpr.AdditiveOp additiveOp)
           
 
Methods inherited from class com.evolvedbinary.xpath.parser.ast.AbstractOperandWithOps
describe, equals
 
Methods inherited from class com.evolvedbinary.xpath.parser.ast.AbstractASTNode
toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AdditiveExpr

public AdditiveExpr(AbstractOperand operand,
                    List<AdditiveExpr.AdditiveOp> additiveOps)

AdditiveExpr

public AdditiveExpr(AbstractOperand operand,
                    AdditiveExpr.AdditiveOp... additiveOps)
Method Detail

describeOp

protected void describeOp(StringBuilder builder,
                          AdditiveExpr.AdditiveOp additiveOp)
Specified by:
describeOp in class AbstractOperandWithOps<AdditiveExpr.AdditiveOp>


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