[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
| | |
TObject |