Class ASTMathNode

java.lang.Object
org.apache.velocity.runtime.parser.node.SimpleNode
org.apache.velocity.runtime.parser.node.ASTMathNode
All Implemented Interfaces:
Node, Renderable
Direct Known Subclasses:
ASTAddNode, ASTDivNode, ASTModNode, ASTMulNode, ASTSubtractNode

public abstract class ASTMathNode extends SimpleNode
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