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