Unit 'PasCFG' Package
[Overview][Types][Classes][Index] [#fcl-passrc]

TPasCFGNode

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: pascfg.pp line 46

type TPasCFGNode = class

public

  constructor Create;

  destructor Destroy; override;

  property Index: Integer; [r]

  property StatementCount: Integer; [r]

  property Statements []: TPasImplElement; [r]

  property SuccessorCount: Integer; [r]

  property Successors []: TPasCFGNode; [r]

end;

Inheritance

TPasCFGNode

|

TObject


Documentation generated on: 2026-08-31