gnu.mapping
public abstract class NamedLocation extends IndirectableLocation implements Entry, EnvironmentKey
| Constructor Summary | |
|---|---|
| NamedLocation(NamedLocation loc) | |
| NamedLocation(Symbol name, Object property) | |
| Method Summary | |
|---|---|
| boolean | entered() |
| boolean | equals(Object x) |
| Environment | getEnvironment() |
| Object | getKey() |
| Object | getKeyProperty() |
| Symbol | getKeySymbol() |
| int | hashCode() |
| boolean | matches(EnvironmentKey key) |
| boolean | matches(Symbol symbol, Object property) |
| void | setRestore(Object oldValue, CallContext ctx) |
| Object | setWithSave(Object newValue, CallContext ctx) |