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

TEBNFRule

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

Declaration

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;

Inheritance

TEBNFRule

|

TEBNFElement

|

TObject


Documentation generated on: 2025-07-25