org.apache.velocity.runtime.parser.node
public class ASTAddNode extends SimpleNode
Version: $Id: ASTAddNode.java,v 1.8.8.1 2004/03/03 23:22:58 geirm Exp $
| Constructor Summary | |
|---|---|
| ASTAddNode(int id) | |
| ASTAddNode(Parser p, int id) | |
| Method Summary | |
|---|---|
| Object | jjtAccept(ParserVisitor visitor, Object data) Accept the visitor. |
| Object | value(InternalContextAdapter context)
computes the sum of the two nodes. |
Returns: Integer object with value, or null