joeq.Compiler.BytecodeAnalysis
Interface Bytecodes.IndexedInstruction

All Known Implementing Classes:
Bytecodes.ALOAD, Bytecodes.ASTORE, Bytecodes.DLOAD, Bytecodes.DSTORE, Bytecodes.FLOAD, Bytecodes.FSTORE, Bytecodes.IINC, Bytecodes.ILOAD, Bytecodes.ISTORE, Bytecodes.LLOAD, Bytecodes.LoadInstruction, Bytecodes.LocalVariableInstruction, Bytecodes.LSTORE, Bytecodes.RET, Bytecodes.StoreInstruction
Enclosing interface:
Bytecodes

public static interface Bytecodes.IndexedInstruction


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

Method Detail

getIndex

int getIndex()

setIndex

void setIndex(int index)


Copyright © 2001-2008 John Whaley. All Rights Reserved.