ControlFlowAnalysis.Analyse Method
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Semantic
Declaring Type: ControlFlowAnalysis
Analyse a function declaration statement
public CFState Analyse(Topten.Cminor.Ast.AstFunctionDeclarationStatement stmt);
Parameters
Topten.Cminor.Ast.AstFunctionDeclarationStatement stmt | The function to be analysed |
Returns
CFState | The final state on exiting the function |