public class ASTFloatingPointLiteral extends SimpleNode
| Constructor and Description |
|---|
ASTFloatingPointLiteral(int id) |
ASTFloatingPointLiteral(Parser p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
init(InternalContextAdapter context,
java.lang.Object data)
Initialization method - doesn't do much but do the object
creation.
|
java.lang.Object |
jjtAccept(ParserVisitor visitor,
java.lang.Object data) |
java.lang.Object |
value(InternalContextAdapter context) |
childrenAccept, dump, evaluate, execute, getChildren, getColumn, getFirstToken, getInfo, getLastToken, getLine, getLocation, getRuntimeServices, getTemplateName, getType, isInvalid, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, literal, render, setFirstToken, setInfo, setInvalid, toString, toStringpublic ASTFloatingPointLiteral(int id)
id - public ASTFloatingPointLiteral(Parser p, int id)
p - id - public java.lang.Object jjtAccept(ParserVisitor visitor, java.lang.Object data)
jjtAccept in interface NodejjtAccept in class SimpleNodeSimpleNode.jjtAccept(bboss.org.apache.velocity.runtime.parser.node.ParserVisitor, java.lang.Object)public java.lang.Object init(InternalContextAdapter context, java.lang.Object data) throws TemplateInitException
init in interface Nodeinit in class SimpleNodecontext - data - TemplateInitExceptionNode.init(bboss.org.apache.velocity.context.InternalContextAdapter, java.lang.Object)public java.lang.Object value(InternalContextAdapter context)
value in interface Nodevalue in class SimpleNodeSimpleNode.value(bboss.org.apache.velocity.context.InternalContextAdapter)