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 Object
coerce(Object newValue)
boolean
isConstant()
static ReadOnlyLocation
make(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:
isConstant
in classConstrainedLocation
-
coerce
protected Object coerce(Object newValue)
- Overrides:
coerce
in classConstrainedLocation
-
-