| Frames | No Frames | |
Methods with parameter type org.apache.bcel.generic.LocalVariableInstruction | |
| void | Assures the generic preconditions of a LocalVariableInstruction instance. |
Fields of type org.apache.bcel.generic.LocalVariableInstruction | |
| LocalVariableInstruction | |
| LocalVariableInstruction | |
| LocalVariableInstruction | |
| LocalVariableInstruction | |
| LocalVariableInstruction | |
| LocalVariableInstruction | |
| LocalVariableInstruction | |
| LocalVariableInstruction | |
| LocalVariableInstruction | |
| LocalVariableInstruction | |
| LocalVariableInstruction | |
| LocalVariableInstruction | |
| LocalVariableInstruction | You can use these constants in multiple places safely, if you can guarantee
that you will never alter their internal values, e.g. |
Methods with return type org.apache.bcel.generic.LocalVariableInstruction | |
| LocalVariableInstruction | |
| LocalVariableInstruction | |
Methods with parameter type org.apache.bcel.generic.LocalVariableInstruction | |
| void | |
| void | |
Classes derived from org.apache.bcel.generic.LocalVariableInstruction | |
| class | ALOAD - Load reference from local variable
Stack: ... |
| class | ASTORE - Store reference into local variable
Stack ..., objectref -> ... |
| class | DLOAD - Load double from local variable
Stack ... |
| class | DSTORE - Store double into local variable
Stack: ..., value.word1, value.word2 -> ... |
| class | FLOAD - Load float from local variable
Stack ... |
| class | FSTORE - Store float into local variable
Stack: ..., value -> ... |
| class | IINC - Increment local variable by constant
|
| class | ILOAD - Load int from local variable onto stack
Stack: ... |
| class | ISTORE - Store int from stack into local variable
Stack: ..., value -> ... |
| class | LLOAD - Load long from local variable
Stack ... |
| class | Denotes an unparameterized instruction to load a value from a local
variable, e.g. |
| class | LSTORE - Store long into local variable
Stack: ..., value.word1, value.word2 -> ... |
| class | Denotes an unparameterized instruction to store a value into a local variable,
e.g. |