Unit 'cparsertypes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_chelper]

TTokenTable

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

Declaration

Source position: cparsertypes.pas line 44

type TTokenTable = class(TObject)

public

  SpaceChars: TCharSet;

  

  CmtBlock: array of TTokenPair;

  

  CmtCount: Integer;

  

  CmtLine: TStrings;

  

  StringStart: TCharSet;

  

  Symbols: TCharSet;

  

  Precompile: AnsiString;

  

  MultiLine: AnsiChar;

  

  constructor Create;

  

  destructor Destroy; override;

  

  function AddSymbol();

  

  function isSymbol();

  

  property SymbMaxLen: Integer; [r]

  

end;

Inheritance

TTokenTable

  

|

TObject



CT Web help

CodeTyphon Studio