org.apache.bcel.generic
public class IDIV extends ArithmeticInstruction implements ExceptionThrower
Stack: ..., value1, value2 -> result
Version: $Id: IDIV.java 386056 2006-03-15 11:31:56Z tcurdt $
| Constructor Summary | |
|---|---|
| IDIV() Divide ints | |
| Method Summary | |
|---|---|
| void | accept(Visitor v)
Call corresponding visitor method(s). |
| Class[] | getExceptions() |
Parameters: v Visitor object
Returns: exceptions this instruction may cause