Uses of Class gnu.mapping.NamedLocation

Uses in package gnu.expr

Methods with return type gnu.mapping.NamedLocation

NamedLocation
BuiltinEnvironment.addLocation(Symbol name, Object prop, Location loc)
NamedLocation
BuiltinEnvironment.getLocation(Symbol key, Object property, int hash, boolean create)
NamedLocation
BuiltinEnvironment.lookup(Symbol name, Object property, int hash)
NamedLocation
Language.lookupBuiltin(Symbol name, Object property, int hash)

Uses in package gnu.mapping

Classes derived from gnu.mapping.NamedLocation

class
class
A Location suitable when Environment or Location can be access by multiple threads.

Constructors with parameter type gnu.mapping.NamedLocation

Methods with parameter type gnu.mapping.NamedLocation

void

Methods with return type gnu.mapping.NamedLocation

NamedLocation
Environment.addLocation(Symbol name, Object prop, Location loc)
NamedLocation
SimpleEnvironment.addLocation(Symbol name, Object property, Location loc)
NamedLocation
SimpleEnvironment.addUnboundLocation(Symbol name, Object property, int hash)
NamedLocation
SimpleEnvironment.define(Symbol sym, Object property, int hash, Object newValue)
NamedLocation
Environment.getLocation(Symbol name, Object property, boolean create)
NamedLocation
Environment.getLocation(Symbol key, Object property, int hash, boolean create)
NamedLocation
InheritingEnvironment.getLocation(Symbol name, Object property, int hash, boolean create)
NamedLocation
SimpleEnvironment.getLocation(Symbol name, Object property, int hash, boolean create)
NamedLocation
Environment.lookup(Symbol name, Object property, int hash)
NamedLocation
InheritingEnvironment.lookup(Symbol name, Object property, int hash)
NamedLocation
SimpleEnvironment.lookup(Symbol name, Object property, int hash)
NamedLocation
SimpleEnvironment.lookupDirect(Symbol name, Object property, int hash)
NamedLocation
InheritingEnvironment.lookupInherited(Symbol name, Object property, int hash)

Uses in package kawa.standard

Methods with return type gnu.mapping.NamedLocation

NamedLocation
Scheme.lookupBuiltin(Symbol name, Object property, int hash)