Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.bcel.generic
Interface IndexedInstruction  view IndexedInstruction download IndexedInstruction.java

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)