Function Graph Overview
    Preparing search index...

    Type Alias StatementHandler

    StatementHandler: (syntax: SyntaxNode, ctx: Context) => BasicBlock

    A function that converts an AST node to a CFG basic-block.

    Type declaration

      • (syntax: SyntaxNode, ctx: Context): BasicBlock
      • Parameters

        • syntax: SyntaxNode

          The AST node to be processed

        • ctx: Context

          The context in which the statement is being handled

        Returns BasicBlock

        A basic block representation of the AST node