Unit 'PScanner' Package
[Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Index] [#fcl-passrc]

TTokens

Declaration

Source position: pscanner.pp line 252

type TTokens = set of (

  tkEOF,

  tkWhitespace,

  tkComment,

  tkIdentifier,

  tkString,

  tkNumber,

  tkChar,

  tkBraceOpen,

  tkBraceClose,

  tkMul,

  tkPlus,

  tkComma,

  tkMinus,

  tkDot,

  tkDivision,

  tkColon,

  tkSemicolon,

  tkLessThan,

  tkEqual,

  tkGreaterThan,

  tkAt,

  tkSquaredBraceOpen,

  tkSquaredBraceClose,

  tkCaret,

  tkBackslash,

  tkDotDot,

  tkAssign,

  tkNotEqual,

  tkLessEqualThan,

  tkGreaterEqualThan,

  tkPower,

  tkSymmetricalDifference,

  tkAssignPlus,

  tkAssignMinus,

  tkAssignMul,

  tkAssignDivision,

  tkAtAt,

  tkDotDotDot,

  tkabsolute,

  tkand,

  tkarray,

  tkas,

  tkasm,

  tkbegin,

  tkbitpacked,

  tkcase,

  tkclass,

  tkconst,

  tkconstref,

  tkconstructor,

  tkdestructor,

  tkdispinterface,

  tkdiv,

  tkdo,

  tkdownto,

  tkelse,

  tkend,

  tkexcept,

  tkexports,

  tkfalse,

  tkfile,

  tkfinalization,

  tkfinally,

  tkfor,

  tkfunction,

  tkgeneric,

  tkgoto,

  tkif,

  tkimplementation,

  tkin,

  tkinherited,

  tkinitialization,

  tkinline,

  tkinterface,

  tkis,

  tklabel,

  tklibrary,

  tkmod,

  tknil,

  tknot,

  tkobjccategory,

  tkobjcclass,

  tkobjcprotocol,

  tkobject,

  tkof,

  tkoperator,

  tkor,

  tkotherwise,

  tkpacked,

  tkprocedure,

  tkprogram,

  tkproperty,

  tkraise,

  tkrecord,

  tkrepeat,

  tkResourceString,

  tkself,

  tkset,

  tkshl,

  tkshr,

  tkspecialize,

  tkthen,

  tkthreadvar,

  tkto,

  tktrue,

  tktry,

  tktype,

  tkunit,

  tkuntil,

  tkuses,

  tkvar,

  tkwhile,

  tkwith,

  tkxor,

  tkLineEnding,

  tkTab

);


Documentation generated on: 2023-03-18