VirtualCFG::cfgBeginningOfConstruct
The first CFG node for a construct (before the construct starts to execute)
Return Value
A node in the control flow graph. Each CFG node corresponds to an AST node, but there can be several CFG nodes for a given AST node.
Parameters
Name |
Description |
c |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs