1// $ANTLR ${project.version} ${buildNumber} SymbolTable.g 2011-05-06 15:04:43
2
3/* =============================================================================
4 * Standard antlr3 OBJC runtime definitions
5 */
6#import <Cocoa/Cocoa.h>
7#import <ANTLR/ANTLR.h>
8/* End of standard antlr3 runtime definitions
9 * =============================================================================
10 */
11
12/* Start cyclicDFAInterface */
13
14#pragma mark Rule return scopes start
15#pragma mark Rule return scopes end
16#pragma mark Tokens
17#ifdef EOF
18#undef EOF
19#endif
20#define EOF -1
21#define T__7 7
22#define T__8 8
23#define T__9 9
24#define T__10 10
25#define T__11 11
26#define T__12 12
27#define T__13 13
28#define T__14 14
29#define ID 4
30#define INT 5
31#define WS 6
32/* interface lexer class */
33@interface SymbolTableLexer : ANTLRLexer { // line 283
34/* ObjC start of actions.lexer.memVars */
35/* ObjC end of actions.lexer.memVars */
36}
37+ (void) initialize;
38+ (SymbolTableLexer *)newSymbolTableLexerWithCharStream:(id<ANTLRCharStream>)anInput;
39/* ObjC start actions.lexer.methodsDecl */
40/* ObjC end actions.lexer.methodsDecl */
41- (void) mT__7 ;
42- (void) mT__8 ;
43- (void) mT__9 ;
44- (void) mT__10 ;
45- (void) mT__11 ;
46- (void) mT__12 ;
47- (void) mT__13 ;
48- (void) mT__14 ;
49- (void) mID ;
50- (void) mINT ;
51- (void) mWS ;
52- (void) mTokens ;
53
54@end /* end of SymbolTableLexer interface */
55
56