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

Packages that use Bytecodes.VariableLengthInstruction
joeq.Compiler.BytecodeAnalysis   
 

Uses of Bytecodes.VariableLengthInstruction in joeq.Compiler.BytecodeAnalysis
 

Classes in joeq.Compiler.BytecodeAnalysis that implement Bytecodes.VariableLengthInstruction
static class Bytecodes.GOTO
           
static class Bytecodes.JSR
           
static class Bytecodes.LOOKUPSWITCH
           
static class Bytecodes.PUSH
           
static class Bytecodes.Select
           
static class Bytecodes.TABLESWITCH
           
 

Methods in joeq.Compiler.BytecodeAnalysis with parameters of type Bytecodes.VariableLengthInstruction
 void Bytecodes.Visitor.visitVariableLengthInstruction(Bytecodes.VariableLengthInstruction obj)
           
 void Bytecodes.EmptyVisitor.visitVariableLengthInstruction(Bytecodes.VariableLengthInstruction obj)
           
 



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