Initial check in docu
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
// ============================================================================
|
||||
// This file is generated by the Delphi Parser Generator.
|
||||
// ----------------------------------------------------------------------------
|
||||
// DPG version: 1.0.0.118r
|
||||
// Grammar: javalexer.g
|
||||
// ============================================================================
|
||||
unit JavaTokens;
|
||||
|
||||
interface
|
||||
|
||||
const
|
||||
TT_EOF = 1;
|
||||
TT_PARAM = 4;
|
||||
TT_EXCEPTION = 5;
|
||||
TT_ID = 6;
|
||||
TT_STAR = 7;
|
||||
TT_JAVADOC_CLOSE = 8;
|
||||
TT_NEWLINE = 9;
|
||||
LT_int = 10;
|
||||
TT_SEMI = 11;
|
||||
TT_JAVADOC_OPEN = 12;
|
||||
TT_WS = 13;
|
||||
|
||||
implementation
|
||||
end.
|
||||
Reference in New Issue
Block a user