org.apache.bcel.generic

Interface IndexedInstruction

Known Implementing Classes:
ALOAD, ANEWARRAY, ASTORE, CHECKCAST, CPInstruction, DLOAD, DSTORE, FieldInstruction, FieldOrMethod, FLOAD, FSTORE, GETFIELD, GETSTATIC, IINC, ILOAD, InvokeInstruction, INSTANCEOF, INVOKEINTERFACE, INVOKESPECIAL, INVOKESTATIC, INVOKEVIRTUAL, ISTORE, LDC, LDC2_W, LDC_W, LLOAD, LoadInstruction, LocalVariableInstruction, LSTORE, MULTIANEWARRAY, NEW, PUTFIELD, PUTSTATIC, RET, StoreInstruction

public interface IndexedInstruction

Denote entity that refers to an index, e.g. local variable instructions, RET, CPInstruction, etc.
Version:
$Id: IndexedInstruction.java 386056 2006-03-15 11:31:56Z tcurdt $
Author:
M. Dahm

Method Summary

int
getIndex()
void
setIndex(int index)

Method Details

getIndex

public int getIndex()

setIndex

public void setIndex(int index)