Class ASTMathNode

All Implemented Interfaces:
Cloneable, Node, Renderable
Direct Known Subclasses:
ASTAddNode, ASTDivNode, ASTModNode, ASTMulNode, ASTSubtractNode

public abstract class ASTMathNode extends ASTBinaryOperator
Helps handle math

Please look at the Parser.jjt file which is what controls the generation of this class.
Version:
$Id: ASTMathNode.java 517553 2007-03-13 06:09:58Z wglass $
Author:
Will Glass-Husain, Peter Romianowski, Jason van Zyl, Geir Magnusson Jr., Nathan Bubna