org.apache.velocity.runtime.parser.node
Class ASTElseStatement
- Node
public class ASTElseStatement
This class is responsible for handling the Else VTL control statement.
Please look at the Parser.jjt file which is
what controls the generation of this class.
Version:
- Jason van Zyl
- 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 |
ASTElseStatement
public ASTElseStatement(int id)
ASTElseStatement
public ASTElseStatement(Parser p,
int id)
Copyright B) 2002 Apache Software Foundation. All Rights Reserved.