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

TEBNFElement

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

Declaration

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;

Inheritance

TEBNFElement

|

TObject


Documentation generated on: 2025-07-25