Class ASTFloatingPointLiteral

java.lang.Object
org.apache.velocity.runtime.parser.node.SimpleNode
org.apache.velocity.runtime.parser.node.ASTFloatingPointLiteral
All Implemented Interfaces:
Cloneable, Node, Renderable

public class ASTFloatingPointLiteral extends SimpleNode
Handles floating point numbers. The value will be either a Double or a BigDecimal.
Since:
1.5
Author:
Will Glass-Husain