1 // $ANTLR 3.4 /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/polydiff/Poly.g 2012-02-16 18:10:11 2 3 /* ============================================================================= 4 * Standard antlr OBJC runtime definitions 5 */ 6 #import <Foundation/Foundation.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 Interface start 15 #pragma mark Rule return scopes Interface end 16 #pragma mark Tokens 17 #ifdef EOF 18 #undef EOF 19 #endif 20 #define EOF -1 21 #define T__8 8 22 #define T__9 9 23 #define ID 4 24 #define INT 5 25 #define MULT 6 26 #define WS 7 27 /* interface lexer class */ 28 @interface PolyLexer : Lexer { // line 283 29 /* ObjC start of actions.lexer.memVars */ 30 /* ObjC end of actions.lexer.memVars */ 31 } 32 + (void) initialize; 33 + (PolyLexer *)newPolyLexerWithCharStream:(id<CharStream>)anInput; 34 /* ObjC start actions.lexer.methodsDecl */ 35 /* ObjC end actions.lexer.methodsDecl */ 36 - (void) mT__8 ; 37 - (void) mT__9 ; 38 - (NSString *) mID ; 39 - (NSString *) mINT ; 40 - (void) mWS ; 41 - (void) mTokens ; 42 43 @end /* end of PolyLexer interface */ 44 45