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 Objectget()Get the current value of this location.Objectget(Object defaultValue)booleanisBound()voidset(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
-
-