Package gnu.mapping
Class ReadOnlyLocation
- java.lang.Object
-
- gnu.mapping.Location<T>
-
- gnu.mapping.ConstrainedLocation
-
- gnu.mapping.ReadOnlyLocation
-
public class ReadOnlyLocation extends ConstrainedLocation
-
-
Field Summary
-
Fields inherited from class gnu.mapping.ConstrainedLocation
base, converter
-
-
Constructor Summary
Constructors Constructor Description ReadOnlyLocation()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Objectcoerce(Object newValue)booleanisConstant()static ReadOnlyLocationmake(Location base)-
Methods inherited from class gnu.mapping.ConstrainedLocation
get, get, getKeyProperty, getKeySymbol, isBound, make, set, setRestore, setWithSave, undefine
-
-
-
-
Method Detail
-
make
public static ReadOnlyLocation make(Location base)
-
isConstant
public boolean isConstant()
- Overrides:
isConstantin classConstrainedLocation
-
coerce
protected Object coerce(Object newValue)
- Overrides:
coercein classConstrainedLocation
-
-