NuSymbolTable
The Nu symbol table class.
Superclass: NSObject
Declared in: objc/symbol.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/symbol.h
Get an array containing all of the symbols in a symbol table.
in objc/symbol.h
| - |
(void) |
removeSymbol: |
(NuSymbol *) symbol |
Remove a symbol from the symbol table
in objc/symbol.h
Get a symbol with the specified string of bytes.
in objc/symbol.h
| - |
(id) |
symbolWithString: |
(NSString *) string |
Get a symbol with the specified string.
in objc/symbol.h