org.apache.bcel.generic
public class IMUL extends ArithmeticInstruction
Stack: ..., value1, value2 -> result
| Constructor Summary | |
|---|---|
| IMUL() Multiply ints | |
| Method Summary | |
|---|---|
| void | accept(Visitor v)
Call corresponding visitor method(s). |
Parameters: v Visitor object