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 classNametableStack.LocalNametableThe local nametable defines a scope where local variables mask out the global variables, but the global variable can still be accessed.classSimpleNametableA simple implementation of nametableFields in org.onemind.commons.java.datastructure declared as Nametable Modifier and Type Field Description private NametableNametableStack.LocalNametable. _globalthe global mapprivate NametableNametableStack. _nametablethe map *Methods in org.onemind.commons.java.datastructure that return Nametable Modifier and Type Method Description private NametableNametableStack.LocalNametable. getGlobal()Get the globalConstructors in org.onemind.commons.java.datastructure with parameters of type Nametable Constructor Description LocalNametable(Nametable global, int scope)Constructor
-