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

Packages that use Bytecodes.BranchHandle
joeq.Compiler.BytecodeAnalysis   
 

Uses of Bytecodes.BranchHandle in joeq.Compiler.BytecodeAnalysis
 

Methods in joeq.Compiler.BytecodeAnalysis that return Bytecodes.BranchHandle
 Bytecodes.BranchHandle Bytecodes.InstructionList.append(Bytecodes.BranchInstruction i)
          Append a branch instruction to the end of this list.
 Bytecodes.BranchHandle Bytecodes.InstructionList.append(Bytecodes.InstructionHandle ih, Bytecodes.BranchInstruction i)
          Append an instruction after instruction (handle) ih contained in this list.
 Bytecodes.BranchHandle Bytecodes.InstructionList.insert(Bytecodes.BranchInstruction i)
          Insert a branch instruction at start of this list.
 Bytecodes.BranchHandle Bytecodes.InstructionList.insert(Bytecodes.InstructionHandle ih, Bytecodes.BranchInstruction i)
          Insert an instruction before instruction (handle) ih contained in this list.
 



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