Uses of Class
org.apache.bcel.generic.ArrayInstruction
Packages that use ArrayInstruction
Package
Description
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.genericModifier and TypeClassDescriptionclass
AALOAD - Load reference from arrayclass
AASTORE - Store into reference arrayclass
BALOAD - Load byte or boolean from arrayclass
BASTORE - Store into byte or boolean arrayclass
CALOAD - Load char from arrayclass
CASTORE - Store into char arrayclass
DALOAD - Load double from arrayclass
DASTORE - Store into double arrayclass
FALOAD - Load float from arrayclass
FASTORE - Store into float arrayclass
IALOAD - Load int from arrayclass
IASTORE - Store into int arrayclass
LALOAD - Load long from arrayclass
LASTORE - Store into long arrayclass
SALOAD - Load short from arrayclass
SASTORE - Store into short arrayFields in org.apache.bcel.generic declared as ArrayInstructionModifier and TypeFieldDescriptionstatic final ArrayInstruction
InstructionConstants.AALOAD
static final ArrayInstruction
InstructionConstants.AASTORE
static final ArrayInstruction
InstructionConstants.BALOAD
static final ArrayInstruction
InstructionConstants.BASTORE
static final ArrayInstruction
InstructionConstants.CALOAD
static final ArrayInstruction
InstructionConstants.CASTORE
static final ArrayInstruction
InstructionConstants.DALOAD
static final ArrayInstruction
InstructionConstants.DASTORE
static final ArrayInstruction
InstructionConstants.FALOAD
static final ArrayInstruction
InstructionConstants.FASTORE
static final ArrayInstruction
InstructionConstants.IALOAD
static final ArrayInstruction
InstructionConstants.IASTORE
static final ArrayInstruction
InstructionConstants.LALOAD
static final ArrayInstruction
InstructionConstants.LASTORE
static final ArrayInstruction
InstructionConstants.SALOAD
static final ArrayInstruction
InstructionConstants.SASTORE
Methods in org.apache.bcel.generic that return ArrayInstructionModifier and TypeMethodDescriptionstatic ArrayInstruction
InstructionFactory.createArrayLoad
(Type type) static ArrayInstruction
InstructionFactory.createArrayStore
(Type type) Methods in org.apache.bcel.generic with parameters of type ArrayInstructionModifier and TypeMethodDescriptionvoid
EmptyVisitor.visitArrayInstruction
(ArrayInstruction obj) void
Visitor.visitArrayInstruction
(ArrayInstruction obj)