Uses of Interface
joeq.Compiler.BytecodeAnalysis.Bytecodes.CompoundInstruction

Packages that use Bytecodes.CompoundInstruction
joeq.Compiler.BytecodeAnalysis   
 

Uses of Bytecodes.CompoundInstruction in joeq.Compiler.BytecodeAnalysis
 

Classes in joeq.Compiler.BytecodeAnalysis that implement Bytecodes.CompoundInstruction
static class Bytecodes.PUSH
           
static class Bytecodes.SWITCH
           
 

Methods in joeq.Compiler.BytecodeAnalysis with parameters of type Bytecodes.CompoundInstruction
 Bytecodes.InstructionHandle Bytecodes.InstructionList.append(Bytecodes.CompoundInstruction c)
          Append a compound instruction.
 Bytecodes.InstructionHandle Bytecodes.InstructionList.append(Bytecodes.Instruction i, Bytecodes.CompoundInstruction c)
          Append a compound instruction, after instruction i.
 Bytecodes.InstructionHandle Bytecodes.InstructionList.append(Bytecodes.InstructionHandle ih, Bytecodes.CompoundInstruction c)
          Append a compound instruction.
 Bytecodes.InstructionHandle Bytecodes.InstructionList.insert(Bytecodes.CompoundInstruction c)
          Insert a compound instruction.
 Bytecodes.InstructionHandle Bytecodes.InstructionList.insert(Bytecodes.Instruction i, Bytecodes.CompoundInstruction c)
          Insert a compound instruction before instruction i.
 Bytecodes.InstructionHandle Bytecodes.InstructionList.insert(Bytecodes.InstructionHandle ih, Bytecodes.CompoundInstruction c)
          Insert a compound instruction.
 

Constructors in joeq.Compiler.BytecodeAnalysis with parameters of type Bytecodes.CompoundInstruction
Bytecodes.InstructionList(Bytecodes.CompoundInstruction c)
          Initialize list with (nonnull) compound instruction.
 



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