Package gnu.mapping
Class ProcLocation
- java.lang.Object
-
- gnu.mapping.Location<Object>
-
- gnu.mapping.ProcLocation
-
-
Constructor Summary
Constructors Constructor Description ProcLocation(Procedure proc, Object[] args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
get()
Get the current value of this location.Object
get(Object defaultValue)
boolean
isBound()
void
set(Object value)
-
Methods inherited from class gnu.mapping.Location
define, entered, getBase, getKeyProperty, getKeySymbol, getValue, isConstant, make, make, make, print, setRestore, setValue, setWithSave, toString, undefine
-
-