Uses of Class
org.apache.bcel.generic.ArrayInstruction
Package
Description
Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects
and byte code instructions.
-
Uses of ArrayInstruction in org.apache.bcel.generic
Modifier 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 arrayModifier and TypeFieldDescriptionstatic final ArrayInstruction
InstructionConst.AALOAD
static final ArrayInstruction
InstructionConstants.AALOAD
Deprecated.static final ArrayInstruction
InstructionConst.AASTORE
static final ArrayInstruction
InstructionConstants.AASTORE
Deprecated.static final ArrayInstruction
InstructionConst.BALOAD
static final ArrayInstruction
InstructionConstants.BALOAD
Deprecated.static final ArrayInstruction
InstructionConst.BASTORE
static final ArrayInstruction
InstructionConstants.BASTORE
Deprecated.static final ArrayInstruction
InstructionConst.CALOAD
static final ArrayInstruction
InstructionConstants.CALOAD
Deprecated.static final ArrayInstruction
InstructionConst.CASTORE
static final ArrayInstruction
InstructionConstants.CASTORE
Deprecated.static final ArrayInstruction
InstructionConst.DALOAD
static final ArrayInstruction
InstructionConstants.DALOAD
Deprecated.static final ArrayInstruction
InstructionConst.DASTORE
static final ArrayInstruction
InstructionConstants.DASTORE
Deprecated.static final ArrayInstruction
InstructionConst.FALOAD
static final ArrayInstruction
InstructionConstants.FALOAD
Deprecated.static final ArrayInstruction
InstructionConst.FASTORE
static final ArrayInstruction
InstructionConstants.FASTORE
Deprecated.static final ArrayInstruction
InstructionConst.IALOAD
static final ArrayInstruction
InstructionConstants.IALOAD
Deprecated.static final ArrayInstruction
InstructionConst.IASTORE
static final ArrayInstruction
InstructionConstants.IASTORE
Deprecated.static final ArrayInstruction
InstructionConst.LALOAD
static final ArrayInstruction
InstructionConstants.LALOAD
Deprecated.static final ArrayInstruction
InstructionConst.LASTORE
static final ArrayInstruction
InstructionConstants.LASTORE
Deprecated.static final ArrayInstruction
InstructionConst.SALOAD
static final ArrayInstruction
InstructionConstants.SALOAD
Deprecated.static final ArrayInstruction
InstructionConst.SASTORE
static final ArrayInstruction
InstructionConstants.SASTORE
Deprecated.Modifier and TypeMethodDescriptionstatic ArrayInstruction
InstructionFactory.createArrayLoad
(Type type) static ArrayInstruction
InstructionFactory.createArrayStore
(Type type) Modifier and TypeMethodDescriptionvoid
EmptyVisitor.visitArrayInstruction
(ArrayInstruction obj) void
Visitor.visitArrayInstruction
(ArrayInstruction obj)