summaryrefslogtreecommitdiff
path: root/MLKLexicalContext.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-03 13:27:01 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-03 13:27:01 +0200
commit02ebdffc544f9ff20798cce31b26c4227c858123 (patch)
tree7cf40f76f928e6cc078e672db5a6ed59be09ab1e /MLKLexicalContext.h
parent7c9daef5037fef49b3bd522cd4a78cdeda0c2055 (diff)
Add declaration manipulation support to MLKLexicalContext.
Diffstat (limited to 'MLKLexicalContext.h')
-rw-r--r--MLKLexicalContext.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/MLKLexicalContext.h b/MLKLexicalContext.h
index 949bcff..c4aafc2 100644
--- a/MLKLexicalContext.h
+++ b/MLKLexicalContext.h
@@ -81,6 +81,9 @@
-(id) goTagForSymbol:(MLKSymbol *)symbol;
+-(id) declarations;
+-(void) addDeclaration:(id)declaration;
+
// FIXME?
//-(MLKLexicalEnvironment *) instantiateWithVariables:(NSDictionary *)variables
// functions:(NSDictionary *)functions;