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