org.apache.bcel.generic
Interface IndexedInstruction
- ALOAD, ANEWARRAY, ASTORE, CHECKCAST, CPInstruction, DLOAD, DSTORE, FieldOrMethod, FLOAD, FSTORE, IINC, ILOAD, INSTANCEOF, ISTORE, LDC, LDC2_W, LDC_W, LLOAD, LoadInstruction, LocalVariableInstruction, LSTORE, MULTIANEWARRAY, NEW, RET, StoreInstruction
public interface IndexedInstruction
Denote entity that refers to an index, e.g. local variable instructions,
RET, CPInstruction, etc.
$Id: IndexedInstruction.java,v 1.1.1.1 2001/10/29 20:00:18 jvanzyl Exp $
getIndex
public int getIndex()
setIndex
public void setIndex(int index)