The data of a CFG node.

Type Parameters

Hierarchy (view full)

Constructors

Properties

Accessors

Methods

Constructors

Properties

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

The statement join point of the CFG node

nodeType: cfgNodeType
parent: undefined | string

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).