org.apache.velocity.runtime.parser.node
Class ASTEscape
- Node
This class is responsible for handling Escapes
in VTL.
Please look at the Parser.jjt file which is
what controls the generation of this class.
$Id: ASTEscape.java,v 1.6.4.1 2004/03/03 23:22:58 geirm Exp $
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 |
ctext
private char[] ctext
ASTEscape
public ASTEscape(int id)
ASTEscape
public ASTEscape(Parser p,
int id)
Copyright B) 2002 Apache Software Foundation. All Rights Reserved.