Uses of Class
joeq.Compiler.BytecodeAnalysis.ControlFlowGraph

Packages that use ControlFlowGraph
joeq.Compiler.BytecodeAnalysis   
 

Uses of ControlFlowGraph in joeq.Compiler.BytecodeAnalysis
 

Fields in joeq.Compiler.BytecodeAnalysis declared as ControlFlowGraph
protected  ControlFlowGraph StackDepthVisitor.cfg
           
 

Methods in joeq.Compiler.BytecodeAnalysis that return ControlFlowGraph
static ControlFlowGraph ControlFlowGraph.computeCFG(jq_Method method)
          Compute and return the control flow graph for the given method.
 

Methods in joeq.Compiler.BytecodeAnalysis with parameters of type ControlFlowGraph
 void LiveRefAnalysis.compute(ControlFlowGraph bc_cfg)
           
 

Constructors in joeq.Compiler.BytecodeAnalysis with parameters of type ControlFlowGraph
StackDepthVisitor(jq_Method method, ControlFlowGraph cfg)
          Creates new StackDepthVisitor
 



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