Class ASTComment
java.lang.Object
org.apache.velocity.runtime.parser.node.SimpleNode
org.apache.velocity.runtime.parser.node.ASTComment
- All Implemented Interfaces:
Cloneable,Node,Renderable
Represents all comments...
- Version:
- $Id$
- Author:
- Geir Magnusson Jr.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninit(InternalContextAdapter context, Object data) We need to make sure we catch any of the dreaded MORE tokens.jjtAccept(StandardParserVisitor visitor, Object data) booleanrender(InternalContextAdapter context, Writer writer) Methods inherited from class org.apache.velocity.runtime.parser.node.SimpleNode
childrenAccept, cleanupParserAndTokens, clone, clone, dump, dump, dump, evaluate, execute, getColumn, getFirstToken, getFirstTokenImage, getInfo, getLastToken, getLastTokenImage, getLine, getLocation, getParser, getRuntimeServices, getTemplate, getTemplateName, getType, isInvalid, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, literal, saveTokenImages, setFirstToken, setInfo, setInvalid, toString, toString, value
-
Constructor Details
-
ASTComment
public ASTComment(int id) - Parameters:
id-
-
ASTComment
- Parameters:
p-id-
-
-
Method Details
-
jjtAccept
- Specified by:
jjtAcceptin interfaceNode- Overrides:
jjtAcceptin classSimpleNode- Parameters:
visitor-data-- Returns:
- The Node execution result object.
- See Also:
-
init
We need to make sure we catch any of the dreaded MORE tokens.- Specified by:
initin interfaceNode- Overrides:
initin classSimpleNode- Parameters:
context-data-- Returns:
- The data object.
- See Also:
-
render
public boolean render(InternalContextAdapter context, Writer writer) throws IOException, MethodInvocationException, ParseErrorException, ResourceNotFoundException - Specified by:
renderin interfaceNode- Specified by:
renderin interfaceRenderable- Overrides:
renderin classSimpleNode- Parameters:
context-writer-- Returns:
- True if the node rendered successfully.
- Throws:
IOExceptionMethodInvocationExceptionParseErrorExceptionResourceNotFoundException- See Also:
-