org.apache.velocity.runtime.parser.node

Class ASTComment

public class ASTComment extends SimpleNode

Represents all comments...

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

Author: Geir Magnusson Jr.

Field Summary
char[]carr
static char[]ZILCH
Constructor Summary
ASTComment(int id)
ASTComment(Parser p, int id)
Method Summary
Objectinit(InternalContextAdapter context, Object data)
We need to make sure we catch any of the dreaded MORE tokens.
ObjectjjtAccept(ParserVisitor visitor, Object data)
Accept the visitor.
booleanrender(InternalContextAdapter context, Writer writer)

Field Detail

carr

private char[] carr

ZILCH

private static final char[] ZILCH

Constructor Detail

ASTComment

public ASTComment(int id)

ASTComment

public ASTComment(Parser p, int id)

Method Detail

init

public Object init(InternalContextAdapter context, Object data)
We need to make sure we catch any of the dreaded MORE tokens.

jjtAccept

public Object jjtAccept(ParserVisitor visitor, Object data)
Accept the visitor. *

render

public boolean render(InternalContextAdapter context, Writer writer)
Copyright B) 2002 Apache Software Foundation. All Rights Reserved.