From cfc17a412d17cac2aa8ad31e434c803a4a7d21b3 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 14 Jun 2008 19:54:45 +0200 Subject: Add method declarations needed by the reader. --- MLKDynamicContext.m | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'MLKDynamicContext.m') diff --git a/MLKDynamicContext.m b/MLKDynamicContext.m index cf6b861..c034eac 100644 --- a/MLKDynamicContext.m +++ b/MLKDynamicContext.m @@ -79,6 +79,28 @@ return context; } +-(MLKEnvironment *) environment +{ + return _environment; +} + +-(id) findRestart:(MLKSymbol *)symbol +{ + return [_restarts valueForBinding:symbol]; +} + +/* +-(id) findHandler:(MLKSymbol *)symbol +{ + // ??? +} +*/ + +-(id) findCatchTag:(MLKSymbol *)symbol +{ + return [_catchTags valueForBinding:symbol]; +} + -(void) dealloc { RELEASE (_conditionHandlers); -- cgit v1.2.3