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