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

TEBNFTerm

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

Declaration

Source position: ebnf.tree.pp line 92

type TEBNFTerm = class(TEBNFElementWithChildren)

public

  constructor Create;

  destructor Destroy; override;

  procedure AddFactor();

  property Factors []: TEBNFFactor; [r]

  property FactorCount: Integer; [r]

  function ToString; override;

  property newline: Boolean; [rw]

end;

Inheritance

TEBNFTerm

|

TEBNFElementWithChildren

|

TEBNFElement

|

TObject


Documentation generated on: 2025-07-25