|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ControlFlowGraph | |
junit.quilt.cover.ball94 | |
junit.quilt.cover.generic | |
junit.quilt.cover.none | |
junit.quilt.cover.state |
Uses of ControlFlowGraph in junit.quilt.cover.ball94 |
Methods in junit.quilt.cover.ball94 with parameters of type ControlFlowGraph | |
void |
B94ClassLoader.instrumentMethod(InstContext context,
ControlFlowGraph graph)
|
Uses of ControlFlowGraph in junit.quilt.cover.generic |
Methods in junit.quilt.cover.generic with parameters of type ControlFlowGraph | |
abstract void |
MethInstClassLoader.instrumentMethod(InstContext context,
ControlFlowGraph graph)
Override this abstract method to instrument a method. |
void |
MethInstClassLoader.instrumentEdge(InstContext context,
ControlFlowGraph graph,
FlowControlEdge edge,
BlockVertex vertex)
Call this to add a Vertex in place of an edge. |
Uses of ControlFlowGraph in junit.quilt.cover.none |
Methods in junit.quilt.cover.none with parameters of type ControlFlowGraph | |
void |
NoneClassLoader.instrumentMethod(InstContext context,
ControlFlowGraph graph)
|
Uses of ControlFlowGraph in junit.quilt.cover.state |
Methods in junit.quilt.cover.state with parameters of type ControlFlowGraph | |
void |
SMClassLoader.instrumentMethod(InstContext context,
ControlFlowGraph cfg)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |