Uses of Class
joeq.Compiler.BytecodeAnalysis.BytecodeVisitor

Packages that use BytecodeVisitor
joeq.Compiler.BytecodeAnalysis   
joeq.Compiler.Quad   
 

Uses of BytecodeVisitor in joeq.Compiler.BytecodeAnalysis
 

Subclasses of BytecodeVisitor in joeq.Compiler.BytecodeAnalysis
static class ControlFlowGraph.InitialPass
          Visitor to perform the initial pass over the bytecode.
 class LiveRefAnalysis.FirstPassVisitor
           
 class LiveRefAnalysis.SecondPassVisitor
           
 class ModRefAnalysis
          Simple mod/ref analysis.
 class StackDepthVisitor
          A simple visitor that keeps track of the bytecode stack depth.
 

Uses of BytecodeVisitor in joeq.Compiler.Quad
 

Subclasses of BytecodeVisitor in joeq.Compiler.Quad
 class BytecodeToQuad
          Converts stack-based Java bytecode to Quad intermediate format.
 



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