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 TypeClassDescriptionclassAALOAD - Load reference from arrayclassAASTORE - Store into reference arrayclassBALOAD - Load byte or boolean from arrayclassBASTORE - Store into byte or boolean arrayclassCALOAD - Load char from arrayclassCASTORE - Store into char arrayclassDALOAD - Load double from arrayclassDASTORE - Store into double arrayclassFALOAD - Load float from arrayclassFASTORE - Store into float arrayclassIALOAD - Load int from arrayclassIASTORE - Store into int arrayclassLALOAD - Load long from arrayclassLASTORE - Store into long arrayclassSALOAD - Load short from arrayclassSASTORE - Store into short arrayFields in org.apache.bcel.generic declared as ArrayInstructionModifier and TypeFieldDescriptionstatic final ArrayInstructionInstructionConstants.AALOADstatic final ArrayInstructionInstructionConstants.AASTOREstatic final ArrayInstructionInstructionConstants.BALOADstatic final ArrayInstructionInstructionConstants.BASTOREstatic final ArrayInstructionInstructionConstants.CALOADstatic final ArrayInstructionInstructionConstants.CASTOREstatic final ArrayInstructionInstructionConstants.DALOADstatic final ArrayInstructionInstructionConstants.DASTOREstatic final ArrayInstructionInstructionConstants.FALOADstatic final ArrayInstructionInstructionConstants.FASTOREstatic final ArrayInstructionInstructionConstants.IALOADstatic final ArrayInstructionInstructionConstants.IASTOREstatic final ArrayInstructionInstructionConstants.LALOADstatic final ArrayInstructionInstructionConstants.LASTOREstatic final ArrayInstructionInstructionConstants.SALOADstatic final ArrayInstructionInstructionConstants.SASTOREMethods in org.apache.bcel.generic that return ArrayInstructionModifier and TypeMethodDescriptionstatic ArrayInstructionInstructionFactory.createArrayLoad(Type type) static ArrayInstructionInstructionFactory.createArrayStore(Type type) Methods in org.apache.bcel.generic with parameters of type ArrayInstructionModifier and TypeMethodDescriptionvoidEmptyVisitor.visitArrayInstruction(ArrayInstruction obj) voidVisitor.visitArrayInstruction(ArrayInstruction obj)