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

Packages that use Bytecodes.BranchInstruction
joeq.Compiler.BytecodeAnalysis   
 

Uses of Bytecodes.BranchInstruction in joeq.Compiler.BytecodeAnalysis
 

Subclasses of Bytecodes.BranchInstruction in joeq.Compiler.BytecodeAnalysis
static class Bytecodes.GOTO
           
static class Bytecodes.GOTO_W
           
static class Bytecodes.GotoInstruction
           
static class Bytecodes.IF_ACMPEQ
           
static class Bytecodes.IF_ACMPNE
           
static class Bytecodes.IF_ICMPEQ
           
static class Bytecodes.IF_ICMPGE
           
static class Bytecodes.IF_ICMPGT
           
static class Bytecodes.IF_ICMPLE
           
static class Bytecodes.IF_ICMPLT
           
static class Bytecodes.IF_ICMPNE
           
static class Bytecodes.IFEQ
           
static class Bytecodes.IFGE
           
static class Bytecodes.IFGT
           
static class Bytecodes.IfInstruction
           
static class Bytecodes.IFLE
           
static class Bytecodes.IFLT
           
static class Bytecodes.IFNE
           
static class Bytecodes.IFNONNULL
           
static class Bytecodes.IFNULL
           
static class Bytecodes.JSR
           
static class Bytecodes.JSR_W
           
static class Bytecodes.JsrInstruction
           
static class Bytecodes.LOOKUPSWITCH
           
static class Bytecodes.Select
           
static class Bytecodes.TABLESWITCH
           
 

Methods in joeq.Compiler.BytecodeAnalysis with parameters of type Bytecodes.BranchInstruction
 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.
 void Bytecodes.Visitor.visitBranchInstruction(Bytecodes.BranchInstruction obj)
           
 void Bytecodes.EmptyVisitor.visitBranchInstruction(Bytecodes.BranchInstruction obj)
           
 

Constructors in joeq.Compiler.BytecodeAnalysis with parameters of type Bytecodes.BranchInstruction
Bytecodes.InstructionList(Bytecodes.BranchInstruction i)
          Create instruction list containing one instruction.
 



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