Home | History | Annotate | Download | only in combined
      1 // $ANTLR 3.2 Aug 24, 2010 10:45:57 Combined.g 2010-08-24 13:53:42
      2 
      3 /* =============================================================================
      4  * Standard antlr3 OBJC runtime definitions
      5  */
      6 #import <Cocoa/Cocoa.h>
      7 #import "antlr3.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 #define INT 5
     18 #define WS 6
     19 #define ID 4
     20 #define EOF -1
     21 @interface CombinedLexer : ANTLRLexer { // line 283
     22 // start of actions.lexer.memVars
     23 // start of action-actionScope-memVars
     24 }
     25 + (CombinedLexer *)newCombinedLexerWithCharStream:(id<ANTLRCharStream>)anInput;
     26 
     27 - (void)mID;
     28 - (void)mINT;
     29 - (void)mWS;
     30 - (void)mTokens;
     31 
     32 @end /* end of CombinedLexer interface */
     33