Uses of Class
org.apache.bcel.generic.ArrayInstruction
-
Packages that use ArrayInstruction Package Description org.apache.bcel.generic Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects and byte code instructions.org.apache.bcel.util Utility classes for the Apache Byte Code Engineering Library (BCEL), namely: Collection classes for JavaClass objects A converter for class files to HTML A tool to find instructions patterns via regular expressions A class to find classes as defined in the CLASSPATH A class loader that allows to create classes at run time -
-
Uses of ArrayInstruction in org.apache.bcel.generic
Subclasses of ArrayInstruction in org.apache.bcel.generic Modifier and Type Class Description classAALOADAALOAD - Load reference from arrayclassAASTOREAASTORE - Store into reference arrayclassBALOADBALOAD - Load byte or boolean from arrayclassBASTOREBASTORE - Store into byte or boolean arrayclassCALOADCALOAD - Load char from arrayclassCASTORECASTORE - Store into char arrayclassDALOADDALOAD - Load double from arrayclassDASTOREDASTORE - Store into double arrayclassFALOADFALOAD - Load float from arrayclassFASTOREFASTORE - Store into float arrayclassIALOADIALOAD - Load int from arrayclassIASTOREIASTORE - Store into int arrayclassLALOADLALOAD - Load long from arrayclassLASTORELASTORE - Store into long arrayclassSALOADSALOAD - Load short from arrayclassSASTORESASTORE - Store into short arrayFields in org.apache.bcel.generic declared as ArrayInstruction Modifier and Type Field Description static ArrayInstructionInstructionConst. AALOADAALOAD instruction.static ArrayInstructionInstructionConstants. AALOADDeprecated.static ArrayInstructionInstructionConst. AASTOREAASTORE instruction.static ArrayInstructionInstructionConstants. AASTOREDeprecated.static ArrayInstructionInstructionConst. BALOADBALOAD instruction.static ArrayInstructionInstructionConstants. BALOADDeprecated.static ArrayInstructionInstructionConst. BASTOREBASTORE instruction.static ArrayInstructionInstructionConstants. BASTOREDeprecated.static ArrayInstructionInstructionConst. CALOADCALOAD instruction.static ArrayInstructionInstructionConstants. CALOADDeprecated.static ArrayInstructionInstructionConst. CASTORECASTORE instruction.static ArrayInstructionInstructionConstants. CASTOREDeprecated.static ArrayInstructionInstructionConst. DALOADDALOAD instruction.static ArrayInstructionInstructionConstants. DALOADDeprecated.static ArrayInstructionInstructionConst. DASTOREDASTORE instruction.static ArrayInstructionInstructionConstants. DASTOREDeprecated.static ArrayInstructionInstructionConst. FALOADFALOAD instruction.static ArrayInstructionInstructionConstants. FALOADDeprecated.static ArrayInstructionInstructionConst. FASTOREFASTORE instruction.static ArrayInstructionInstructionConstants. FASTOREDeprecated.static ArrayInstructionInstructionConst. IALOADIALOAD instruction.static ArrayInstructionInstructionConstants. IALOADDeprecated.static ArrayInstructionInstructionConst. IASTOREIASTORE instruction.static ArrayInstructionInstructionConstants. IASTOREDeprecated.static ArrayInstructionInstructionConst. LALOADLALOAD instruction.static ArrayInstructionInstructionConstants. LALOADDeprecated.static ArrayInstructionInstructionConst. LASTORELASTORE instruction.static ArrayInstructionInstructionConstants. LASTOREDeprecated.static ArrayInstructionInstructionConst. SALOADSALOAD instruction.static ArrayInstructionInstructionConstants. SALOADDeprecated.static ArrayInstructionInstructionConst. SASTORESASTORE instruction.static ArrayInstructionInstructionConstants. SASTOREDeprecated.Methods in org.apache.bcel.generic that return ArrayInstruction Modifier and Type Method Description static 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 ArrayInstruction Modifier and Type Method Description voidEmptyVisitor. visitArrayInstruction(ArrayInstruction obj)voidVisitor. visitArrayInstruction(ArrayInstruction obj)Visits an ArrayInstruction. -
Uses of ArrayInstruction in org.apache.bcel.util
Methods in org.apache.bcel.util with parameters of type ArrayInstruction Modifier and Type Method Description voidBCELFactory. visitArrayInstruction(ArrayInstruction i)
-