SPeCS Packages Documentation
    Preparing search index...

    The data of a CFG node.

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    id: string | undefined
    nodeName: string | undefined
    nodeStmt: T | undefined

    The statement join point of the CFG node

    nodeType: CfgNodeType
    parent: string | undefined

    Accessors

    Methods

    • Returns boolean

      True if this is a branch node, false otherwise. If this is a branch node, contains two edges, true and false. If not, contains only one uncoditional edge (expect if it is the end node, which contains no edges).