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

TEBNFScanner

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

Declaration

Source position: ebnf.scanner.pp line 69

type TEBNFScanner = class

protected

  function Advance;

  function CurrentTokenPos;

  procedure SkipWhitespace;

  function IsIdentifierStart();

  function IsIdentifierChar();

  function IsDigit();

  function ReadIdentifier;

  function ReadStringLiteral();

public

  constructor Create();

  function GetNextToken;

end;

Inheritance

TEBNFScanner

|

TObject


Documentation generated on: 2025-07-25