Nu Class Reference

NuSymbolTable

The Nu symbol table class.

Superclass: NSObject
Declared in: objc/Nu.h

Instances of NuSymbolTable manage collections of NuSymbol objects. By default, one NuSymbolTable object is shared by all NuParser objects and execution contexts in a process.

Methods

+ (NuSymbolTable *) sharedSymbolTable
Get the shared NuSymbolTable object.

in objc/Nu.h

- (void) removeSymbol: (NuSymbol *) symbol
Remove a symbol from the symbol table

in objc/Nu.h

- (NSArray *) all
Get an array containing all of the symbols in a symbol table.

in objc/Nu.h

- (NuSymbol *) lookup: (NSString *) string
Lookup a symbol in a symbol table.

in objc/Nu.h

- (NuSymbol *) symbolWithString: (NSString *) string
Get a symbol with the specified string.

in objc/Nu.h