org.apache.velocity.runtime.parser.node
Class ASTIntegerRange
- Node
public class ASTIntegerRange
handles the range 'operator' [ n .. m ]
Please look at the Parser.jjt file which is
what controls the generation of this class.
Version:
- Geir Magnusson Jr.
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 |
ASTIntegerRange
public ASTIntegerRange(int id)
ASTIntegerRange
public ASTIntegerRange(Parser p,
int id)
Copyright © 2003 Apache Software Foundation. All Rights Reserved.