Package gnu.mapping
Class ProcLocation
- java.lang.Object
-
- gnu.mapping.Location<java.lang.Object>
-
- gnu.mapping.ProcLocation
-
public class ProcLocation extends Location<java.lang.Object>
-
-
Constructor Summary
Constructors Constructor Description ProcLocation(Procedure proc, java.lang.Object[] args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectget()Get the current value of this location.java.lang.Objectget(java.lang.Object defaultValue)booleanisBound()voidset(java.lang.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
-
-