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

TEBNFExpression

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

Declaration

Source position: ebnf.tree.pp line 108

type TEBNFExpression = class(TEBNFElementWithChildren)

public

  constructor Create;

  procedure AddTerm();

  property Terms []: TEBNFTerm; default; [r]

  property TermCount: Integer; [r]

  function ToString; override;

end;

Inheritance

TEBNFExpression

|

TEBNFElementWithChildren

|

TEBNFElement

|

TObject


Documentation generated on: 2025-07-25