com.evolvedbinary.xpath.parser.ast
Class MultiplicativeExpr

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<MultiplicativeExpr.MultiplicativeOp>
              extended by com.evolvedbinary.xpath.parser.ast.MultiplicativeExpr
All Implemented Interfaces:
ASTNode

public class MultiplicativeExpr
extends AbstractOperandWithOps<MultiplicativeExpr.MultiplicativeOp>

Created by aretter on 12/02/2016.


Nested Class Summary
static class MultiplicativeExpr.Multiplicative
           
static class MultiplicativeExpr.MultiplicativeOp
           
 
Constructor Summary
MultiplicativeExpr(AbstractOperand operand, List<MultiplicativeExpr.MultiplicativeOp> multiplicativeOps)
           
MultiplicativeExpr(AbstractOperand operand, MultiplicativeExpr.MultiplicativeOp... multiplicativeOps)
           
 
Method Summary
protected  void describeOp(StringBuilder builder, MultiplicativeExpr.MultiplicativeOp multiplicativeOp)
           
 
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

MultiplicativeExpr

public MultiplicativeExpr(AbstractOperand operand,
                          List<MultiplicativeExpr.MultiplicativeOp> multiplicativeOps)

MultiplicativeExpr

public MultiplicativeExpr(AbstractOperand operand,
                          MultiplicativeExpr.MultiplicativeOp... multiplicativeOps)
Method Detail

describeOp

protected void describeOp(StringBuilder builder,
                          MultiplicativeExpr.MultiplicativeOp multiplicativeOp)
Specified by:
describeOp in class AbstractOperandWithOps<MultiplicativeExpr.MultiplicativeOp>


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