org.apache.bcel.generic

Interface IndexedInstruction

Known Implementing Classes:
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.
Version:
$Id: IndexedInstruction.java,v 1.1.1.1 2001/10/29 20:00:18 jvanzyl Exp $
Author:
M. Dahm

Method Summary

int
getIndex()
void
setIndex(int index)

Method Details

getIndex

public int getIndex()

setIndex

public void setIndex(int index)