de.fub.bytecode.generic
Interface IndexedInstruction

All Known Implementing Classes:
CPInstruction, LocalVariableInstruction, RET

public interface IndexedInstruction

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

Version:
$Id: IndexedInstruction.java,v 1.2 2001/05/09 09:26:57 dahm Exp $
Author:
M. Dahm

Method Summary
 int getIndex()
           
 void setIndex(int index)
           
 

Method Detail

getIndex

public int getIndex()

setIndex

public void setIndex(int index)