Class ASTAddNode

  • All Implemented Interfaces:
    java.lang.Cloneable, Node, Renderable

    public class ASTAddNode
    extends ASTMathNode
    Handles number addition of nodes.

    Please look at the Parser.jjt file which is what controls the generation of this class.
    Version:
    $Id$