org.apache.velocity.runtime.parser.node
public class ASTMulNode extends SimpleNode
Version: $Id: ASTMulNode.java,v 1.7.8.1 2004/03/03 23:22:59 geirm Exp $
| Constructor Summary | |
|---|---|
| ASTMulNode(int id) | |
| ASTMulNode(Parser p, int id) | |
| Method Summary | |
|---|---|
| Object | jjtAccept(ParserVisitor visitor, Object data) Accept the visitor. |
| Object | value(InternalContextAdapter context)
computes the product of the two args. |