joeq.Compiler.BytecodeAnalysis
Interface Bytecodes.InstructionTargeter

All Known Implementing Classes:
Bytecodes.BranchInstruction, Bytecodes.GOTO, Bytecodes.GOTO_W, Bytecodes.GotoInstruction, Bytecodes.IF_ACMPEQ, Bytecodes.IF_ACMPNE, Bytecodes.IF_ICMPEQ, Bytecodes.IF_ICMPGE, Bytecodes.IF_ICMPGT, Bytecodes.IF_ICMPLE, Bytecodes.IF_ICMPLT, Bytecodes.IF_ICMPNE, Bytecodes.IFEQ, Bytecodes.IFGE, Bytecodes.IFGT, Bytecodes.IfInstruction, Bytecodes.IFLE, Bytecodes.IFLT, Bytecodes.IFNE, Bytecodes.IFNONNULL, Bytecodes.IFNULL, Bytecodes.JSR, Bytecodes.JSR_W, Bytecodes.JsrInstruction, Bytecodes.LOOKUPSWITCH, Bytecodes.Select, Bytecodes.TABLESWITCH
Enclosing interface:
Bytecodes

public static interface Bytecodes.InstructionTargeter


Method Summary
 boolean containsTarget(Bytecodes.InstructionHandle ih)
           
 void updateTarget(Bytecodes.InstructionHandle old_ih, Bytecodes.InstructionHandle new_ih)
           
 

Method Detail

containsTarget

boolean containsTarget(Bytecodes.InstructionHandle ih)

updateTarget

void updateTarget(Bytecodes.InstructionHandle old_ih,
                  Bytecodes.InstructionHandle new_ih)


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