aboutsummaryrefslogtreecommitdiff
path: root/runtime/ObjC/Framework/examples/combined/CombinedParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ObjC/Framework/examples/combined/CombinedParser.h')
-rw-r--r--runtime/ObjC/Framework/examples/combined/CombinedParser.h41
1 files changed, 41 insertions, 0 deletions
diff --git a/runtime/ObjC/Framework/examples/combined/CombinedParser.h b/runtime/ObjC/Framework/examples/combined/CombinedParser.h
new file mode 100644
index 0000000..2d48ff4
--- /dev/null
+++ b/runtime/ObjC/Framework/examples/combined/CombinedParser.h
@@ -0,0 +1,41 @@
+// $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 */