|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocationEnumeration | |
---|---|
gnu.expr | Supports Expression ,
and various related classes need to compile programming languages. |
gnu.mapping |
Supports Procedure ,
and various related classes needed at run-time by dynamically typed
languages (such as Scheme and ECMAScript). |
Uses of LocationEnumeration in gnu.expr |
---|
Methods in gnu.expr that return LocationEnumeration | |
---|---|
LocationEnumeration |
BuiltinEnvironment.enumerateAllLocations()
|
LocationEnumeration |
BuiltinEnvironment.enumerateLocations()
|
Methods in gnu.expr with parameters of type LocationEnumeration | |
---|---|
protected boolean |
BuiltinEnvironment.hasMoreElements(LocationEnumeration it)
|
Uses of LocationEnumeration in gnu.mapping |
---|
Methods in gnu.mapping that return LocationEnumeration | |
---|---|
LocationEnumeration |
InheritingEnvironment.enumerateAllLocations()
|
LocationEnumeration |
SimpleEnvironment.enumerateAllLocations()
Does enumerate inherited Locations. |
abstract LocationEnumeration |
Environment.enumerateAllLocations()
Does enumerate inherited Locations. |
LocationEnumeration |
SimpleEnvironment.enumerateLocations()
Does not enumerate inherited Locations. |
abstract LocationEnumeration |
Environment.enumerateLocations()
Does not enumerate inherited Locations. |
Methods in gnu.mapping with parameters of type LocationEnumeration | |
---|---|
protected boolean |
InheritingEnvironment.hasMoreElements(LocationEnumeration it)
|
protected boolean |
SimpleEnvironment.hasMoreElements(LocationEnumeration it)
|
protected abstract boolean |
Environment.hasMoreElements(LocationEnumeration it)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |