Package | Description |
---|---|
org.apache.bcel.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 | Description |
---|---|---|
class |
AALOAD |
AALOAD - Load reference from array
|
class |
AASTORE |
AASTORE - Store into reference array
|
class |
BALOAD |
BALOAD - Load byte or boolean from array
|
class |
BASTORE |
BASTORE - Store into byte or boolean array
|
class |
CALOAD |
CALOAD - Load char from array
|
class |
CASTORE |
CASTORE - Store into char array
|
class |
DALOAD |
DALOAD - Load double from array
|
class |
DASTORE |
DASTORE - Store into double array
|
class |
FALOAD |
FALOAD - Load float from array
|
class |
FASTORE |
FASTORE - Store into float array
|
class |
IALOAD |
IALOAD - Load int from array
|
class |
IASTORE |
IASTORE - Store into int array
|
class |
LALOAD |
LALOAD - Load long from array
|
class |
LASTORE |
LASTORE - Store into long array
|
class |
SALOAD |
SALOAD - Load short from array
|
class |
SASTORE |
SASTORE - Store into short array
|
Modifier and Type | Field | Description |
---|---|---|
static ArrayInstruction |
InstructionConstants.AALOAD |
|
static ArrayInstruction |
InstructionConstants.AASTORE |
|
static ArrayInstruction |
InstructionConstants.BALOAD |
|
static ArrayInstruction |
InstructionConstants.BASTORE |
|
static ArrayInstruction |
InstructionConstants.CALOAD |
|
static ArrayInstruction |
InstructionConstants.CASTORE |
|
static ArrayInstruction |
InstructionConstants.DALOAD |
|
static ArrayInstruction |
InstructionConstants.DASTORE |
|
static ArrayInstruction |
InstructionConstants.FALOAD |
|
static ArrayInstruction |
InstructionConstants.FASTORE |
|
static ArrayInstruction |
InstructionConstants.IALOAD |
|
static ArrayInstruction |
InstructionConstants.IASTORE |
|
static ArrayInstruction |
InstructionConstants.LALOAD |
|
static ArrayInstruction |
InstructionConstants.LASTORE |
|
static ArrayInstruction |
InstructionConstants.SALOAD |
|
static ArrayInstruction |
InstructionConstants.SASTORE |
Modifier and Type | Method | Description |
---|---|---|
static ArrayInstruction |
InstructionFactory.createArrayLoad(Type type) |
|
static ArrayInstruction |
InstructionFactory.createArrayStore(Type type) |
Modifier and Type | Method | Description |
---|---|---|
void |
EmptyVisitor.visitArrayInstruction(ArrayInstruction obj) |
|
void |
Visitor.visitArrayInstruction(ArrayInstruction obj) |