de.fzi.XPath
Class AdditiveExpr

java.lang.Object
  |
  +--de.fzi.XPath.Expr
        |
        +--de.fzi.XPath.NaryExpr
              |
              +--de.fzi.XPath.OrderedExpr
                    |
                    +--de.fzi.XPath.AdditiveExpr

public class AdditiveExpr
extends OrderedExpr

Class AdditiveExpr represents an additive expression - an expression, whose operators are only addition and substrcation.


Fields inherited from class de.fzi.XPath.Expr
ADD_OP, AND_OP, DIV_OP, EQ_OP, GT_OP, GTE_OP, LT_OP, LTE_OP, MOD_OP, MUL_OP, NEQ_OP, NOP_OP, OR_OP, SUB_OP, U_OP
 
Constructor Summary
AdditiveExpr()
           
 
Methods inherited from class de.fzi.XPath.OrderedExpr
addExpr
 
Methods inherited from class de.fzi.XPath.NaryExpr
getExpr, getExprsCount, toString
 
Methods inherited from class de.fzi.XPath.Expr
getNegative, getOperator, getOperatorAsString, getOperatorName, getPositive, setOperator, setPositive
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AdditiveExpr

public AdditiveExpr()