org.apache.velocity.runtime.parser.node
Class ASTNumberLiteral
- Node
public class ASTNumberLiteral
childrenAccept, dump, evaluate, execute, getColumn, getFirstToken, getInfo, getLastToken, getLine, getType, init, isInvalid, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, literal, render, setFirstToken, setInfo, setInvalid, toString, value |
value
private Integer value
ASTNumberLiteral
public ASTNumberLiteral(int id)
ASTNumberLiteral
public ASTNumberLiteral(Parser p,
int id)
init
public Object init(InternalContextAdapter context,
Object data)
throws Exception Initialization method - doesn't do much but do the object
creation. We only need to do it once.
- init in interface Node
- init in interface SimpleNode
Copyright © 2003 Apache Software Foundation. All Rights Reserved.