summaryrefslogtreecommitdiff
path: root/MLKLexicalContext.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-09-01 23:57:03 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-09-01 23:57:03 +0200
commitd2f326bbc766af34a2d1e5f0be4252eab41b2cac (patch)
tree1f5e3c6e1de94f8908c85ff4ebdb4710b66b76ac /MLKLexicalContext.h
parenta5364817b1cd751832a4634e4afbd67bb668fa2e (diff)
MLKLexicalContext: Add -variableIsGlobal:.
Diffstat (limited to 'MLKLexicalContext.h')
-rw-r--r--MLKLexicalContext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/MLKLexicalContext.h b/MLKLexicalContext.h
index 2368636..3e703e5 100644
--- a/MLKLexicalContext.h
+++ b/MLKLexicalContext.h
@@ -93,6 +93,7 @@
-(void) addFunction:(MLKSymbol *)symbol;
-(BOOL) variableIsLexical:(MLKSymbol *)symbol;
+-(BOOL) variableIsGlobal:(id)name;
-(BOOL) functionIsInline:(MLKSymbol *)symbol;
-(id) deepPropertyForVariable:(id)name key:(id)key;