| Class and Description |
|---|
| Cfg
Control flow graph representation for gflow framework.
|
| CfgBinaryConditionalOperationNode
Conditional node generated for short-circuiting binary operations (||, &&).
|
| CfgBlockNode
Node corresponding to code blocks.
|
| CfgBreakNode
Node corresponding to break statements.
|
| CfgCaseNode
Node corresponding to if statement.
|
| CfgConditionalExpressionNode
Node corresponding to conditional expressions.
|
| CfgConditionalNode
Base class for all conditional execution nodes.
|
| CfgContinueNode
Node corresponding to continue statement.
|
| CfgDoNode
Node corresponding to while statement.
|
| CfgEdge
Edge in CFG graph.
|
| CfgEndNode
End node in CFG graph.
|
| CfgForNode
Node corresponding to for statement.
|
| CfgGotoNode
Unconditional control transfer node.
|
| CfgIfNode
Node corresponding to if statement.
|
| CfgMethodCallNode
Node corresponding to method calls.
|
| CfgNode
Base class for nodes in CFG graph.
|
| CfgNopNode
Artificial no-operatation node.
|
| CfgOptionalThrowNode
Node which might throw exception.
|
| CfgPrinter
Control flow graph printer.
|
| CfgReadNode
Node corresponding to any variable read.
|
| CfgReadWriteNode
A node corresponding to simultaneous read and write operation (e.g.
|
| CfgReturnNode
Node corresponding to return statement.
|
| CfgSimpleNode
A node which doesn't transfer control flow after normal completion.
|
| CfgStatementNode
A statement wrapper node.
|
| CfgSwitchGotoNode
Goto to first switch case statement.
|
| CfgThrowNode
Node corresponding to throw statement.
|
| CfgTransformer
Cfg transformer interface.
|
| CfgTryNode
Node corresponding to try statement.
|
| CfgVisitor
Visitor for all CFG nodes.
|
| CfgWhileNode
Node corresponding to while statement.
|
| CfgWriteNode
Node corresponding to write operation.
|
| Class and Description |
|---|
| Cfg
Control flow graph representation for gflow framework.
|
| CfgEdge
Edge in CFG graph.
|
| CfgNode
Base class for nodes in CFG graph.
|
| CfgTransformer
Cfg transformer interface.
|
| Class and Description |
|---|
| Cfg
Control flow graph representation for gflow framework.
|
| CfgEdge
Edge in CFG graph.
|
| CfgNode
Base class for nodes in CFG graph.
|
| CfgTransformer
Cfg transformer interface.
|
| Class and Description |
|---|
| Cfg
Control flow graph representation for gflow framework.
|
| CfgEdge
Edge in CFG graph.
|
| CfgNode
Base class for nodes in CFG graph.
|
| CfgTransformer
Cfg transformer interface.
|
| CfgWriteNode
Node corresponding to write operation.
|
| Class and Description |
|---|
| Cfg
Control flow graph representation for gflow framework.
|
| CfgEdge
Edge in CFG graph.
|
| CfgNode
Base class for nodes in CFG graph.
|
| CfgTransformer
Cfg transformer interface.
|
Copyright © 2018. All rights reserved.