| Package | Description |
|---|---|
| gov.nasa.jpf.jvm.bytecode |
| Modifier and Type | Class and Description |
|---|---|
class |
ALOAD
Load reference from local variable
...
|
class |
ASTORE
Store reference into local variable
..., objref => ...
|
class |
DLOAD
Load double from local variable
...
|
class |
DSTORE
Store double into local variable
..., value => ...
|
class |
FLOAD
Load float from local variable
...
|
class |
FSTORE
Store float into local variable
..., value => ...
|
class |
ILOAD
Load int from local variable
...
|
class |
ISTORE
Store int into local variable
..., value => ...
|
class |
LLOAD
Load long from local variable
...
|
class |
LSTORE
Store long into local variable
..., value => ...
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstructionVisitor.visit(LocalVariableInstruction ins) |
void |
InstructionVisitorAdapter.visit(LocalVariableInstruction ins) |