|
|||||||||
| Home >> All >> org >> apache >> bcel >> [ generic overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.bcel.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 386056 2006-03-15 11:31:56Z tcurdt $
| Method Summary | |
int |
getIndex()
|
void |
setIndex(int index)
|
| Method Detail |
getIndex
public int getIndex()
setIndex
public void setIndex(int index)
|
|||||||||
| Home >> All >> org >> apache >> bcel >> [ generic overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC