Class AdditiveExpression

  • All Implemented Interfaces:
    INode, java.io.Serializable

    public class AdditiveExpression
    extends java.lang.Object
    implements INode
    JTB node class for the production AdditiveExpression:
    Corresponding grammar:
    f0 -> MultiplicativeExpression()
    f1 -> ( #0 ( %0 "+"
    .. .. . .. | %1 "-" )
    .. .. . #1 MultiplicativeExpression() )*
    s: -1807059397
    See Also:
    Serialized Form