Uses of Class
gnu.mapping.LocationEnumeration
Packages that use LocationEnumeration
Package
Description
Supports
Expression
,
and various related classes need to compile programming languages.
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 LocationEnumerationModifier and TypeMethodDescriptionAbstractScriptEngineFactory.BindingsEnvironment.enumerateAllLocations()
BuiltinEnvironment.enumerateAllLocations()
AbstractScriptEngineFactory.BindingsEnvironment.enumerateLocations()
BuiltinEnvironment.enumerateLocations()
Methods in gnu.expr with parameters of type LocationEnumerationModifier and TypeMethodDescriptionprotected boolean
BuiltinEnvironment.hasMoreElements
(LocationEnumeration it) -
Uses of LocationEnumeration in gnu.mapping
Methods in gnu.mapping that return LocationEnumerationModifier and TypeMethodDescriptionabstract LocationEnumeration
Environment.enumerateAllLocations()
Does enumerate inherited Locations.InheritingEnvironment.enumerateAllLocations()
SimpleEnvironment.enumerateAllLocations()
Does enumerate inherited Locations.abstract LocationEnumeration
Environment.enumerateLocations()
Does not enumerate inherited Locations.SimpleEnvironment.enumerateLocations()
Does not enumerate inherited Locations.Methods in gnu.mapping with parameters of type LocationEnumerationModifier and TypeMethodDescriptionprotected abstract boolean
Environment.hasMoreElements
(LocationEnumeration it) protected boolean
InheritingEnvironment.hasMoreElements
(LocationEnumeration it) protected boolean
SimpleEnvironment.hasMoreElements
(LocationEnumeration it)