[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: pascfg.pp line 79
type TPasCFG = class |
public |
constructor Create(); |
destructor Destroy; override; |
function NodeOf(); |
function Reachable(); |
function AsText(); |
property EntryNode: TPasCFGNode; [r] |
property ExitNode: TPasCFGNode; [r] |
property NodeCount: Integer; [r] |
property Nodes []: TPasCFGNode; [r] |
end; |
| | |
TObject |