Uses of Class
joeq.Compiler.BytecodeAnalysis.Bytecodes.InstructionList

Packages that use Bytecodes.InstructionList
joeq.Class   
joeq.Compiler.BytecodeAnalysis   
joeq.Main   
 

Uses of Bytecodes.InstructionList in joeq.Class
 

Methods in joeq.Class with parameters of type Bytecodes.InstructionList
 void jq_ConstantPool.ConstantPoolRebuilder.addCode(Bytecodes.InstructionList il)
           
 Bytecodes.CodeException[] jq_Method.getExceptionTable(Bytecodes.InstructionList il)
           
 Bytecodes.LineNumber[] jq_Method.getLineNumberTable(Bytecodes.InstructionList il)
           
 void jq_ConstantPool.ConstantPoolRebuilder.resetIndices(Bytecodes.InstructionList il)
           
 void jq_Method.setCode(Bytecodes.InstructionList il, Bytecodes.CodeException[] ex_table, Bytecodes.LineNumber[] line_num, jq_ConstantPool.ConstantPoolRebuilder cpr)
           
 

Uses of Bytecodes.InstructionList in joeq.Compiler.BytecodeAnalysis
 

Methods in joeq.Compiler.BytecodeAnalysis that return Bytecodes.InstructionList
 Bytecodes.InstructionList Bytecodes.InstructionList.copy()
           
 Bytecodes.InstructionList Bytecodes.PUSH.getInstructionList()
           
 Bytecodes.InstructionList Bytecodes.SWITCH.getInstructionList()
           
 Bytecodes.InstructionList Bytecodes.CompoundInstruction.getInstructionList()
           
 

Methods in joeq.Compiler.BytecodeAnalysis with parameters of type Bytecodes.InstructionList
 Bytecodes.InstructionHandle Bytecodes.InstructionList.append(Bytecodes.Instruction i, Bytecodes.InstructionList il)
          Append another list after instruction i contained in this list.
 Bytecodes.InstructionHandle Bytecodes.InstructionList.append(Bytecodes.InstructionHandle ih, Bytecodes.InstructionList il)
          Append another list after instruction (handle) ih contained in this list.
 Bytecodes.InstructionHandle Bytecodes.InstructionList.append(Bytecodes.InstructionList il)
          Append another list to this one.
 Bytecodes.InstructionHandle Bytecodes.InstructionList.insert(Bytecodes.Instruction i, Bytecodes.InstructionList il)
          Insert another list before Instruction i contained in this list.
 Bytecodes.InstructionHandle Bytecodes.InstructionList.insert(Bytecodes.InstructionHandle ih, Bytecodes.InstructionList il)
          Insert another list before Instruction handle ih contained in this list.
 Bytecodes.InstructionHandle Bytecodes.InstructionList.insert(Bytecodes.InstructionList il)
          Insert another list.
 void Bytecodes.InstructionListObserver.notify(Bytecodes.InstructionList list)
           
 

Constructors in joeq.Compiler.BytecodeAnalysis with parameters of type Bytecodes.InstructionList
Bytecodes.CodeException(Bytecodes.InstructionList il, byte[] b, jq_TryCatchBC tc)
           
Bytecodes.LineNumber(Bytecodes.InstructionList il, jq_LineNumberBC tc)
           
 

Uses of Bytecodes.InstructionList in joeq.Main
 

Methods in joeq.Main with parameters of type Bytecodes.InstructionList
static Bytecodes.InstructionHandle Instrument.addExceptionHandler(Bytecodes.InstructionList il, jq_ConstantPool.ConstantPoolRebuilder cp)
           
static void Instrument.instrument(Bytecodes.InstructionList il, jq_ConstantPool.ConstantPoolRebuilder cp)
           
 



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