bcel API: Uses of Class org.apache.bcel.generic.ArrayInstruction
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArrayInstruction | |
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. |
Uses of ArrayInstruction in org.apache.bcel.generic |
Subclasses of ArrayInstruction in org.apache.bcel.generic | |
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 |
Fields in org.apache.bcel.generic declared as ArrayInstruction | |
static ArrayInstruction |
InstructionConstants.IALOAD
|
static ArrayInstruction |
InstructionConstants.LALOAD
|
static ArrayInstruction |
InstructionConstants.FALOAD
|
static ArrayInstruction |
InstructionConstants.DALOAD
|
static ArrayInstruction |
InstructionConstants.AALOAD
|
static ArrayInstruction |
InstructionConstants.BALOAD
|
static ArrayInstruction |
InstructionConstants.CALOAD
|
static ArrayInstruction |
InstructionConstants.SALOAD
|
static ArrayInstruction |
InstructionConstants.IASTORE
|
static ArrayInstruction |
InstructionConstants.LASTORE
|
static ArrayInstruction |
InstructionConstants.FASTORE
|
static ArrayInstruction |
InstructionConstants.DASTORE
|
static ArrayInstruction |
InstructionConstants.AASTORE
|
static ArrayInstruction |
InstructionConstants.BASTORE
|
static ArrayInstruction |
InstructionConstants.CASTORE
|
static ArrayInstruction |
InstructionConstants.SASTORE
|
Methods in org.apache.bcel.generic that return ArrayInstruction | |
static ArrayInstruction |
InstructionFactory.createArrayLoad(Type type)
|
static ArrayInstruction |
InstructionFactory.createArrayStore(Type type)
|
Methods in org.apache.bcel.generic with parameters of type ArrayInstruction | |
void |
EmptyVisitor.visitArrayInstruction(ArrayInstruction obj)
|
void |
Visitor.visitArrayInstruction(ArrayInstruction obj)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |