[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: ebnf.tree.pp line 47
type TEBNFElement = class |
protected |
function GetChildCount; virtual; |
function GetChild(); virtual; |
public |
constructor Create(); |
property Child []: TEBNFElement; [r] |
property ChildCount: Integer; [r] |
property NodeType: TEBNFElementType; [r] |
function ToString; override; |
end; |
| |
TObject |