Files
bds.mr.dpg/doc/grammars/multiLexer/JavaDocTokens.pas
T
2026-01-03 18:31:15 +01:00

22 lines
590 B
ObjectPascal

// ============================================================================
// This file is generated by the Delphi Parser Generator.
// ----------------------------------------------------------------------------
// DPG version: 1.0.0.118r
// Grammar: javadoclexer.g
// ============================================================================
unit JavaDocTokens;
interface
const
TT_EOF = 1;
TT_PARAM = 4;
TT_EXCEPTION = 5;
TT_ID = 6;
TT_STAR = 7;
TT_JAVADOC_CLOSE = 8;
TT_NEWLINE = 9;
implementation
end.