|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |