gnu.mapping

Class PlainLocation

public class PlainLocation extends NamedLocation

Constructor Summary
PlainLocation(Symbol symbol, Object property)
PlainLocation(Symbol symbol, Object property, Object value)
Method Summary
Objectget(Object defaultValue)
booleanisBound()
voidset(Object newValue)

Constructor Detail

PlainLocation

public PlainLocation(Symbol symbol, Object property)

PlainLocation

public PlainLocation(Symbol symbol, Object property, Object value)

Method Detail

get

public final Object get(Object defaultValue)

isBound

public boolean isBound()

set

public final void set(Object newValue)