Top Description Methods
com.sun.org.apache.bcel.internal.generic

public Interface IndexedInstruction

Known Direct Implementers
com.sun.org.apache.bcel.internal.generic.LocalVariableInstruction, com.sun.org.apache.bcel.internal.generic.RET, com.sun.org.apache.bcel.internal.generic.CPInstruction

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

Method Summary

Modifier and TypeMethod and Description
public int
public void
setIndex(int index)

Method Detail

getIndexback to summary
public int getIndex()
setIndexback to summary
public void setIndex(int index)