Package org.apache.bcel.generic
Interface IndexedInstruction
-
- All Known Implementing Classes:
ALOAD,ANEWARRAY,ASTORE,CHECKCAST,CPInstruction,DLOAD,DSTORE,FieldInstruction,FieldOrMethod,FLOAD,FSTORE,GETFIELD,GETSTATIC,IINC,ILOAD,INSTANCEOF,INVOKEDYNAMIC,InvokeInstruction,INVOKEINTERFACE,INVOKESPECIAL,INVOKESTATIC,INVOKEVIRTUAL,ISTORE,LDC,LDC_W,LDC2_W,LLOAD,LoadInstruction,LocalVariableInstruction,LSTORE,MULTIANEWARRAY,NameSignatureInstruction,NEW,PUTFIELD,PUTSTATIC,RET,StoreInstruction
public interface IndexedInstructionDenote entity that refers to an index, e.g. local variable instructions, RET, CPInstruction, etc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetIndex()voidsetIndex(int index)
-