Interface | Description |
---|---|
CfgModelNode |
Node of control flow graph model.
|
CfgVisitor |
Control flow graph model visitor.
|
Class | Description |
---|---|
BasicBlock |
Basic block node of process' control flow graph.
|
Case |
Case node of control flow graph.
|
CfgDefaultVisitor |
Default visitor for control flow graph model.
|
CfgModel |
Control flow graph model.
|
CfgNode |
Control flow graph node.
|
CfgUtils |
Utility methods for control flow graph model and it's components.
|
CfgWalker |
Control flow graph model walker.
|
Merge |
Merge node of control flow graph.
|
Module |
Module of control flow graph model.
|
Process |
Process of control flow graph model.
|
Sink |
Sink (final) node of control flow graph.
|
Source |
Source (first) node of control flow graph.
|
Switch |
Switch node of control flow graph.
|
Wait |
Wait node of control flow graph model.
|
Enum | Description |
---|---|
CfgNodeType |
Control flow graph model nodes types.
|
CfgVisitor.Status | |
CfgWalkerMode |
Walking model of control flow graph model walker.
|