org.apache.velocity.runtime.parser.node
public class ASTIntegerRange extends SimpleNode
Version: $Id: ASTIntegerRange.java,v 1.4.10.1 2004/03/03 23:22:58 geirm Exp $
| Constructor Summary | |
|---|---|
| ASTIntegerRange(int id) | |
| ASTIntegerRange(Parser p, int id) | |
| Method Summary | |
|---|---|
| Object | jjtAccept(ParserVisitor visitor, Object data) Accept the visitor. |
| Object | value(InternalContextAdapter context)
does the real work. |
Parameters: context app context used if Left or Right of .. is a ref
Returns: Object array of Integers