gnu.mapping
Class ProcLocation

java.lang.Object
  extended by gnu.mapping.Location
      extended by gnu.mapping.ProcLocation

public class ProcLocation
extends Location


Field Summary
 
Fields inherited from class gnu.mapping.Location
UNBOUND
 
Constructor Summary
ProcLocation(Procedure proc, java.lang.Object[] args)
           
 
Method Summary
 java.lang.Object get(java.lang.Object defaultValue)
           
 boolean isBound()
           
 void set(java.lang.Object value)
           
 
Methods inherited from class gnu.mapping.Location
entered, get, getBase, getKeyProperty, getKeySymbol, getValue, isConstant, make, make, make, print, setRestore, setValue, setWithSave, toString, undefine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcLocation

public ProcLocation(Procedure proc,
                    java.lang.Object[] args)
Method Detail

get

public java.lang.Object get(java.lang.Object defaultValue)
Specified by:
get in class Location

set

public void set(java.lang.Object value)
Specified by:
set in class Location

isBound

public boolean isBound()
Overrides:
isBound in class Location