Uses of Interface
org.onemind.commons.java.datastructure.Nametable
-
Packages that use Nametable Package Description org.onemind.commons.java.datastructure -
-
Uses of Nametable in org.onemind.commons.java.datastructure
Classes in org.onemind.commons.java.datastructure that implement Nametable Modifier and Type Class 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 nametableFields in org.onemind.commons.java.datastructure declared as Nametable Modifier and Type Field Description private Nametable
NametableStack.LocalNametable. _global
the global mapprivate Nametable
NametableStack. _nametable
the map *Methods in org.onemind.commons.java.datastructure that return Nametable Modifier and Type Method Description private Nametable
NametableStack.LocalNametable. getGlobal()
Get the globalConstructors in org.onemind.commons.java.datastructure with parameters of type Nametable Constructor Description LocalNametable(Nametable global, int scope)
Constructor
-