Home | History | Annotate | Download | only in hoistedPredicates
      1 // $ANTLR ${project.version} ${buildNumber} T.g 2011-05-06 19:14:23
      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 ID 4
     23 #define INT 5
     24 #define WS 6
     25 /* interface lexer class */
     26 @interface TLexer : ANTLRLexer { // line 283
     27 /* ObjC start of actions.lexer.memVars */
     28 /* ObjC end of actions.lexer.memVars */
     29 }
     30 + (void) initialize;
     31 + (TLexer *)newTLexerWithCharStream:(id<ANTLRCharStream>)anInput;
     32 /* ObjC start actions.lexer.methodsDecl */
     33 /* ObjC end actions.lexer.methodsDecl */
     34 - (void) mT__7 ;
     35 - (void) mID ;
     36 - (void) mINT ;
     37 - (void) mWS ;
     38 - (void) mTokens ;
     39 
     40 @end /* end of TLexer interface */
     41 
     42