org.apache.bcel.generic
public class IREM extends ArithmeticInstruction implements ExceptionThrower
Stack: ..., value1, value2 -> result
| Constructor Summary | |
|---|---|
| IREM() Remainder of ints | |
| Method Summary | |
|---|---|
| void | accept(Visitor v)
Call corresponding visitor method(s). |
| Class[] | getExceptions() |
Parameters: v Visitor object
Returns: exceptions this instruction may cause