org.apache.bcel.generic

Interface IndexedInstruction

public interface IndexedInstruction

Denote entity that refers to an index, e.g. local variable instructions, RET, CPInstruction, etc.

Version: $Id: IndexedInstruction.java 152690 2001-10-29 19:59:54Z jvanzyl $

Author: M. Dahm

Method Summary
intgetIndex()
voidsetIndex(int index)

Method Detail

getIndex

public int getIndex()

setIndex

public void setIndex(int index)