org.apache.velocity.runtime.parser.node
public class ASTNumberLiteral extends SimpleNode
| Field Summary | |
|---|---|
| Integer | value |
| Constructor Summary | |
|---|---|
| ASTNumberLiteral(int id) | |
| ASTNumberLiteral(Parser p, int id) | |
| Method Summary | |
|---|---|
| Object | init(InternalContextAdapter context, Object data)
Initialization method - doesn't do much but do the object
creation. |
| Object | jjtAccept(ParserVisitor visitor, Object data) Accept the visitor. |
| Object | value(InternalContextAdapter context) |