|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface ArithmeticOperator
| 方法摘要 | |
|---|---|
Addition |
add(Parameterized factor1,
Parameterized factor2)
generate the instruction that correspond to factor1 + factor2 |
Division |
div(Parameterized factor1,
Parameterized factor2)
generate the instruction that correspond to factor1 / factor2 |
Modulus |
mod(Parameterized factor1,
Parameterized factor2)
|
Multiplication |
mul(Parameterized factor1,
Parameterized factor2)
generate the instruction that correspond to factor1 * factor2 |
Subtraction |
sub(Parameterized factor1,
Parameterized factor2)
generate the instruction that correspond to factor1 - factor2 |
| 方法详细信息 |
|---|
Addition add(Parameterized factor1,
Parameterized factor2)
factor1 - factor2 -
Subtraction sub(Parameterized factor1,
Parameterized factor2)
factor1 - factor2 -
Multiplication mul(Parameterized factor1,
Parameterized factor2)
factor1 - factor2 -
Division div(Parameterized factor1,
Parameterized factor2)
factor1 - factor2 -
Modulus mod(Parameterized factor1,
Parameterized factor2)
factor1 - factor2 -
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||