Method | Description | |
---|---|---|
ASTMulNode ( Parser p, int id ) : System | ||
ASTMulNode ( int id ) : System | ||
Accept ( IParserVisitor visitor, Object data ) : Object |
Accept the visitor. *
|
|
Value ( IInternalContextAdapter context ) : Object |
Computes the product of the two args. Returns null if either arg is null or if either arg is not an integer
|
public ASTMulNode ( Parser p, int id ) : System | ||
p | Parser | |
id | int | |
return | System |
public Accept ( IParserVisitor visitor, Object data ) : Object | ||
visitor | IParserVisitor | |
data | Object | |
return | Object |
public Value ( IInternalContextAdapter context ) : Object | ||
context | IInternalContextAdapter | |
return | Object |