| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.bcel.external.generic |
This package contains the "generic" part of the
Byte Code Engineering
Library, i.e., classes to dynamically modify class objects and
byte code instructions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ASTORE
ASTORE - Store reference into local variable
Stack ..., objectref -> ...
|
class |
DSTORE
DSTORE - Store double into local variable
Stack: ..., value.word1, value.word2 -> ...
|
class |
FSTORE
FSTORE - Store float into local variable
Stack: ..., value -> ...
|
class |
ISTORE
ISTORE - Store int from stack into local variable
Stack: ..., value -> ...
|
class |
LSTORE
LSTORE - Store long into local variable
Stack: ..., value.word1, value.word2 -> ...
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmptyVisitor.visitStoreInstruction(StoreInstruction obj) |
void |
Visitor.visitStoreInstruction(StoreInstruction obj) |
Copyright © 2018–2021 mhoffrogge. All rights reserved.