[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: ebnf.tree.pp line 121
type TEBNFRule = class(TEBNFElement) |
protected |
function GetChildCount; override; |
function GetChild(); override; |
public |
constructor Create(); |
destructor Destroy; override; |
property Identifier: string; [r] |
property Expression: TEBNFElement; [r] |
function ToString; override; |
end; |
| |
| |
TObject |