Package gnu.mapping
Class PlainLocation<T>
java.lang.Object
gnu.mapping.Location<T>
gnu.mapping.IndirectableLocation<T>
gnu.mapping.NamedLocation<T>
gnu.mapping.PlainLocation<T>
- All Implemented Interfaces:
EnvironmentKey
,Map.Entry<EnvironmentKey,
T>
-
Field Summary
Fields inherited from class gnu.mapping.IndirectableLocation
base, DIRECT_ON_SET, INDIRECT_FLUIDS, value
Fields inherited from interface gnu.mapping.EnvironmentKey
FUNCTION
-
Constructor Summary
ConstructorsConstructorDescriptionPlainLocation
(Symbol symbol, Object property) PlainLocation
(Symbol symbol, Object property, T value) -
Method Summary
Methods inherited from class gnu.mapping.NamedLocation
entered, equals, getEnvironment, getKey, getKeyProperty, getKeySymbol, hashCode, matches, matches, setRestore, setWithSave
Methods inherited from class gnu.mapping.IndirectableLocation
getBase, getBaseForce, isConstant, setAlias, setBase, undefine
Methods inherited from class gnu.mapping.Location
define, getValue, make, make, make, print, setValue, toString
-
Constructor Details
-
PlainLocation
-
PlainLocation
-
-
Method Details