Unit 'ebnf.tree' Package
[Overview][Types][Classes][Index] [#fcl-ebnf]

TEBNFGrammar

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

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 Rules []: TEBNFRule; [r]

  property RuleCount: Integer; [r]

  function ToString; override;

end;

Inheritance

TEBNFGrammar

|

TEBNFElementWithChildren

|

TEBNFElement

|

TObject


Documentation generated on: 2025-07-25