org.apache.velocity.runtime.parser.node

Class ASTEscape

Implemented Interfaces:
Node

public class ASTEscape
extends SimpleNode

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.

Version:
$Id: ASTEscape.java,v 1.6.4.1 2004/03/03 23:22:58 geirm Exp $

Author:
Geir Magnusson Jr.

Field Summary

private char[]
ctext
String
val

Fields inherited from class org.apache.velocity.runtime.parser.node.SimpleNode

children, first, id, info, invalid, last, parent, parser, rsvc, state

Constructor Summary

ASTEscape(int id)
ASTEscape(Parser p, int id)

Method Summary

Object
init(InternalContextAdapter context, Object data)
Object
jjtAccept(ParserVisitor visitor, Object data)
Accept the visitor.
boolean
render(InternalContextAdapter context, Writer writer)

Methods inherited from class org.apache.velocity.runtime.parser.node.SimpleNode

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

Field Details

ctext

private char[] ctext


val

public String val

Constructor Details

ASTEscape

public ASTEscape(int id)


ASTEscape

public ASTEscape(Parser p,
                 int id)

Method Details

init

public Object init(InternalContextAdapter context,
                   Object data)
            throws Exception
Specified by:
init in interface Node
Overrides:
init in interface SimpleNode


jjtAccept

public Object jjtAccept(ParserVisitor visitor,
                        Object data)
Accept the visitor. *
Specified by:
jjtAccept in interface Node
Overrides:
jjtAccept in interface SimpleNode


render

public boolean render(InternalContextAdapter context,
                      Writer writer)
            throws IOException
Specified by:
render in interface Node
Overrides:
render in interface SimpleNode


Copyright B) 2002 Apache Software Foundation. All Rights Reserved.