BlockContext documentation

Authors

Generated by builder

Contents -

  1. Software documentation for the BlockContext class
  2. Software documentation for the RetainedStackContext class
  3. Software documentation for the StackContext class

Software documentation for the BlockContext class

BlockContext : NSObject

Declared in:
BlockContext.h
Description forthcoming.

Instance Variables

Method summary

setValue: forSymbol: 

- (BOOL) setValue: (id)aValue forSymbol: (NSString*)aSymbol;
Description forthcoming.

valueForSymbol: 

- (id) valueForSymbol: (NSString*)aSymbol;
Description forthcoming.



Instance Variables for BlockContext Class

count

@public int count;
Description forthcoming.

objects

@public id objects;
Description forthcoming.

parent

@public BlockContext* parent;
Description forthcoming.

symbolTable

@public char** symbolTable;
Description forthcoming.




Software documentation for the RetainedStackContext class

RetainedStackContext : StackContext

Declared in:
BlockContext.h
Description forthcoming.

Software documentation for the StackContext class

StackContext : BlockContext

Declared in:
BlockContext.h
Description forthcoming.