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