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. |