Documentation

LKInterpreterContext class documentation

LKInterpreterContext : NSObject

AuthorsGenerated by builder
Declared inLKInterpreter.h

Overview

Wrapper around a map table which contains the objects in a Smalltalk stack frame.


Default

- (id) initWithSymbolTable: (LKSymbolTable *)aTable parent: (LKInterpreterContext *)aParent
Description forthcoming.
    - (void) setValue: (id)value forSymbol: (NSString *)symbol
    Description forthcoming.
      - (id) valueForSymbol: (NSString *)symbol
      Description forthcoming.
        - (LKInterpreterVariableContext) contextForSymbol: (LKSymbol *)symbol
        Description forthcoming.