gnu.mapping

Class ReadOnlyLocation


public class ReadOnlyLocation
extends ConstrainedLocation

Field Summary

Fields inherited from class gnu.mapping.ConstrainedLocation

base, converter

Fields inherited from class gnu.mapping.Location

UNBOUND

Method Summary

protected Object
coerce(Object newValue)
boolean
isConstant()
static ReadOnlyLocation
make(Location base)

Methods inherited from class gnu.mapping.ConstrainedLocation

coerce, get, getKeyProperty, getKeySymbol, isBound, isConstant, make, set, setRestore, setWithSave

Methods inherited from class gnu.mapping.Location

entered, get, get, getBase, getKeyProperty, getKeySymbol, getValue, isBound, isConstant, make, make, make, print, set, setRestore, setValue, setWithSave, toString, undefine

Method Details

coerce

protected Object coerce(Object newValue)
Overrides:
coerce in interface ConstrainedLocation

isConstant

public boolean isConstant()
Overrides:
isConstant in interface ConstrainedLocation

make

public static ReadOnlyLocation make(Location base)