org.apache.velocity.runtime.parser.node
public class ASTDirective extends SimpleNode
Version: $Id: ASTDirective.java,v 1.21.4.1 2004/03/03 23:22:58 geirm Exp $
| Field Summary | |
|---|---|
| Directive | directive |
| String | directiveName |
| boolean | isDirective |
| Constructor Summary | |
|---|---|
| ASTDirective(int id) | |
| ASTDirective(Parser p, int id) | |
| Method Summary | |
|---|---|
| String | getDirectiveName()
Gets the name of this directive. |
| Object | init(InternalContextAdapter context, Object data) |
| Object | jjtAccept(ParserVisitor visitor, Object data) Accept the visitor. |
| boolean | render(InternalContextAdapter context, Writer writer) |
| void | setDirectiveName(String str)
Sets the directive name. |