| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use IndexedInstruction | |
| org.apache.bcel.generic | 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 IndexedInstruction in org.apache.bcel.generic | 
| Classes in org.apache.bcel.generic that implement IndexedInstruction | |
|  class | ALOADALOAD - Load reference from local variable Stack: ... | 
|  class | ANEWARRAYANEWARRAY - Create new array of references Stack: ..., count -> ..., arrayref | 
|  class | ASTOREASTORE - Store reference into local variable Stack ..., objectref -> ... | 
|  class | CHECKCASTCHECKCAST - Check whether object is of given type Stack: ..., objectref -> ..., objectref | 
|  class | CPInstructionAbstract super class for instructions that use an index into the constant pool such as LDC, INVOKEVIRTUAL, etc. | 
|  class | DLOADDLOAD - Load double from local variable Stack ... | 
|  class | DSTOREDSTORE - Store double into local variable Stack: ..., value.word1, value.word2 -> ... | 
|  class | FieldInstructionSuper class for the GET/PUTxxx family of instructions. | 
|  class | FieldOrMethodSuper class for InvokeInstruction and FieldInstruction, since they have some methods in common! | 
|  class | FLOADFLOAD - Load float from local variable Stack ... | 
|  class | FSTOREFSTORE - Store float into local variable Stack: ..., value -> ... | 
|  class | GETFIELDGETFIELD - Fetch field from object Stack: ..., objectref -> ..., value OR Stack: ..., objectref -> ..., value.word1, value.word2 | 
|  class | GETSTATICGETSTATIC - Fetch static field from class Stack: ..., -> ..., value OR Stack: ..., -> ..., value.word1, value.word2 | 
|  class | IINCIINC - Increment local variable by constant | 
|  class | ILOADILOAD - Load int from local variable onto stack Stack: ... | 
|  class | INSTANCEOFINSTANCEOF - Determine if object is of given type Stack: ..., objectref -> ..., result | 
|  class | InvokeInstructionSuper class for the INVOKExxx family of instructions. | 
|  class | INVOKEINTERFACEINVOKEINTERFACE - Invoke interface method Stack: ..., objectref, [arg1, [arg2 ...]] | 
|  class | INVOKESPECIALINVOKESPECIAL - Invoke instance method; special handling for superclass, private and instance initialization method invocations Stack: ..., objectref, [arg1, [arg2 ...]] | 
|  class | INVOKESTATICINVOKESTATIC - Invoke a class (static) method Stack: ..., [arg1, [arg2 ...]] | 
|  class | INVOKEVIRTUALINVOKEVIRTUAL - Invoke instance method; dispatch based on class Stack: ..., objectref, [arg1, [arg2 ...]] | 
|  class | ISTOREISTORE - Store int from stack into local variable Stack: ..., value -> ... | 
|  class | LDCLDC - Push item from constant pool. | 
|  class | LDC_WLDC_W - Push item from constant pool (wide index) Stack: ... | 
|  class | LDC2_WLDC2_W - Push long or double from constant pool Stack: ... | 
|  class | LLOADLLOAD - Load long from local variable Stack ... | 
|  class | LoadInstructionDenotes an unparameterized instruction to load a value from a local variable, e.g. | 
|  class | LocalVariableInstructionAbstract super class for instructions dealing with local variables. | 
|  class | LSTORELSTORE - Store long into local variable Stack: ..., value.word1, value.word2 -> ... | 
|  class | MULTIANEWARRAYMULTIANEWARRAY - Create new mutidimensional array of references Stack: ..., count1, [count2, ...] | 
|  class | NEWNEW - Create new object Stack: ... | 
|  class | PUTFIELDPUTFIELD - Put field in object Stack: ..., objectref, value -> ... | 
|  class | PUTSTATICPUTSTATIC - Put static field in class Stack: ..., value -> ... | 
|  class | RETRET - Return from subroutine Stack: ..., -> ..., address | 
|  class | StoreInstructionDenotes an unparameterized instruction to store a value into a local variable, e.g. | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||