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