Uses of Class
org.apache.bcel.generic.ArrayInstruction
Packages that use 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
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 ArrayInstructionInstructionConst.AALOADAALOAD instruction.static final ArrayInstructionInstructionConstants.AALOADDeprecated.static final ArrayInstructionInstructionConst.AASTOREAASTORE instruction.static final ArrayInstructionInstructionConstants.AASTOREDeprecated.static final ArrayInstructionInstructionConst.BALOADBALOAD instruction.static final ArrayInstructionInstructionConstants.BALOADDeprecated.static final ArrayInstructionInstructionConst.BASTOREBASTORE instruction.static final ArrayInstructionInstructionConstants.BASTOREDeprecated.static final ArrayInstructionInstructionConst.CALOADCALOAD instruction.static final ArrayInstructionInstructionConstants.CALOADDeprecated.static final ArrayInstructionInstructionConst.CASTORECASTORE instruction.static final ArrayInstructionInstructionConstants.CASTOREDeprecated.static final ArrayInstructionInstructionConst.DALOADDALOAD instruction.static final ArrayInstructionInstructionConstants.DALOADDeprecated.static final ArrayInstructionInstructionConst.DASTOREDASTORE instruction.static final ArrayInstructionInstructionConstants.DASTOREDeprecated.static final ArrayInstructionInstructionConst.FALOADFALOAD instruction.static final ArrayInstructionInstructionConstants.FALOADDeprecated.static final ArrayInstructionInstructionConst.FASTOREFASTORE instruction.static final ArrayInstructionInstructionConstants.FASTOREDeprecated.static final ArrayInstructionInstructionConst.IALOADIALOAD instruction.static final ArrayInstructionInstructionConstants.IALOADDeprecated.static final ArrayInstructionInstructionConst.IASTOREIASTORE instruction.static final ArrayInstructionInstructionConstants.IASTOREDeprecated.static final ArrayInstructionInstructionConst.LALOADLALOAD instruction.static final ArrayInstructionInstructionConstants.LALOADDeprecated.static final ArrayInstructionInstructionConst.LASTORELASTORE instruction.static final ArrayInstructionInstructionConstants.LASTOREDeprecated.static final ArrayInstructionInstructionConst.SALOADSALOAD instruction.static final ArrayInstructionInstructionConstants.SALOADDeprecated.static final ArrayInstructionInstructionConst.SASTORESASTORE instruction.static final ArrayInstructionInstructionConstants.SASTOREDeprecated.Methods in org.apache.bcel.generic that return ArrayInstructionModifier and TypeMethodDescriptionstatic ArrayInstructionInstructionFactory.createArrayLoad(Type type) Creates an array load instruction for the given type.static ArrayInstructionInstructionFactory.createArrayStore(Type type) Creates an array store instruction for the given type.Methods in org.apache.bcel.generic with parameters of type ArrayInstructionModifier and TypeMethodDescriptionvoidEmptyVisitor.visitArrayInstruction(ArrayInstruction obj) voidVisitor.visitArrayInstruction(ArrayInstruction obj) Visits an ArrayInstruction.
InstructionConst.AALOAD.