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

Quick Search    Search Deep

Compil3r.BytecodeAnalysis
Interface Bytecodes.IndexedInstruction  view Bytecodes.IndexedInstruction download Bytecodes.IndexedInstruction.java

All Known Implementing Classes:
Bytecodes.LocalVariableInstruction, Bytecodes.RET
Enclosing interface:
Bytecodes

public static interface Bytecodes.IndexedInstruction


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

Method Detail

getIndex

public int getIndex()

setIndex

public void setIndex(int index)