// $ANTLR 3.2 Aug 24, 2010 10:45:57 Combined.g 2010-08-24 13:53:42 /* ============================================================================= * Standard antlr3 OBJC runtime definitions */ #import <Cocoa/Cocoa.h> #import "antlr3.h" /* End of standard antlr3 runtime definitions * ============================================================================= */ /* parserHeaderFile */ #pragma mark Tokens #define WS 6 #define INT 5 #define ID 4 #define EOF -1 #pragma mark Dynamic Global Scopes #pragma mark Dynamic Rule Scopes #pragma mark Rule Return Scopes start #pragma mark Rule return scopes end @interface CombinedParser : ANTLRParser { /* line 572 */ // start of globalAttributeScopeMemVar // start of action-actionScope-memVars // start of ruleAttributeScopeMemVar // Start of memVars } // start of action-actionScope-methodsDecl - (void)stat; - (void)identifier; @end /* end of CombinedParser interface */