ANTAREX API

Clava API

LARA API

LARA Common Language API

(.js)
laraImport("clava.graphs.cfg.CfgNodeData");

(.lara)
import clava.graphs.cfg.CfgNodeData;

CfgNodeData

Constructor

CfgNodeData

new CfgNodeData()

Instance Members

constructor

constructor(cfgNodeType, $stmt, id)

The statement that originated this node

Parameters

cfgNodeType: unknown
$stmt: unknown
id: unknown

isBranch

isBranch()

Returns

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

name

name()

nodeStmt

nodeStmt()

nodeStmt

nodeStmt($stmt)

Parameters

$stmt: unknown

stmts

stmts()

The stmts associated with this CFG node.


toString

toString()

type

type()