summaryrefslogtreecommitdiff
path: root/MLKLexicalContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKLexicalContext.h')
-rw-r--r--MLKLexicalContext.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/MLKLexicalContext.h b/MLKLexicalContext.h
index 3bc5078..5eca3d6 100644
--- a/MLKLexicalContext.h
+++ b/MLKLexicalContext.h
@@ -35,12 +35,15 @@
MLKLexicalContext *_parent;
}
++(void) initialize;
+
-(MLKLexicalContext *) initWithParent:(MLKLexicalContext *)aContext
variables:(NSSet *)vars
functions:(NSSet *)functions
goTags:(NSDictionary *)goTags
macros:(NSDictionary *)macros
- declarations:(NSDictionary *)declarations;
+ symbolMacros:(NSDictionary *)symbolMacros
+ declarations:(id)declarations;
+(MLKLexicalContext *) globalContext;