org.apache.velocity.runtime.parser.node
public class ASTMethod extends SimpleNode
Version: $Id: ASTMethod.java,v 1.24.4.1 2004/03/03 23:22:59 geirm Exp $
Field Summary | |
---|---|
String | methodName |
int | paramCount |
Constructor Summary | |
---|---|
ASTMethod(int id) | |
ASTMethod(Parser p, int id) |
Method Summary | |
---|---|
Object | execute(Object o, InternalContextAdapter context)
invokes the method. |
Object | init(InternalContextAdapter context, Object data)
simple init - init our subtree and get what we can from
the AST |
Object | jjtAccept(ParserVisitor visitor, Object data) Accept the visitor. |