|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Widenable | |
|---|---|
| net.sf.rej.java.instruction | Classes that model the java bytecode instructions. |
| Uses of Widenable in net.sf.rej.java.instruction |
|---|
| Classes in net.sf.rej.java.instruction that implement Widenable | |
|---|---|
class |
_aload
Load reference from local variable |
class |
_astore
Store reference into local variable. |
class |
_dload
Load double from local variable. |
class |
_dstore
Store double into local variable. |
class |
_fload
Load float from local variable. |
class |
_fstore
Store float into local variable. |
class |
_iinc
Increment local variable by constant. |
class |
_iload
Load int from local variable. |
class |
_istore
Store int into local variable. |
class |
_lload
Load long from local variable. |
class |
_lstore
Store long into local variable. |
class |
_ret
Return from subroutine. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||