org.apache.bcel.generic

Interface IndexedInstruction

public interface IndexedInstruction

Denote entity that refers to an index, e.g. local variable instructions, RET, CPInstruction, etc.
Method Summary
intgetIndex()
voidsetIndex(int index)

Method Detail

getIndex

public int getIndex()

setIndex

public void setIndex(int index)