[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: ebnf.tree.pp line 138
type TEBNFGrammar = class(TEBNFElementWithChildren) |
protected |
procedure FindUndefinedIdentifiers(); |
public |
constructor Create; |
destructor Destroy; override; |
procedure AddRule(); |
property IndexedRules []: TEBNFRule; [r] |
property RuleCount: Integer; [r] |
function ToString; override; |
end; |
| |
| |
| |
TObject |