| Package | Description |
|---|---|
| org.onemind.commons.java.datastructure |
| Modifier and Type | Class and Description |
|---|---|
private static class |
NametableStack.LocalNametable
The local nametable defines a scope where local variables mask out the global
variables, but the global variable can still be accessed.
|
class |
SimpleNametable
A simple implementation of nametable
|
| Modifier and Type | Field and Description |
|---|---|
private Nametable |
NametableStack.LocalNametable._global
the global map
|
private Nametable |
NametableStack._nametable
the map *
|
| Modifier and Type | Method and Description |
|---|---|
private Nametable |
NametableStack.LocalNametable.getGlobal()
Get the global
|
| Constructor and Description |
|---|
LocalNametable(Nametable global,
int scope)
Constructor
|