gnu.mapping

Class ProcLocation


public class ProcLocation
extends Location

Field Summary

Fields inherited from class gnu.mapping.Location

UNBOUND

Constructor Summary

ProcLocation(Procedure proc, Object[] args)

Method Summary

Object
get(Object defaultValue)
boolean
isBound()
void
set(Object value)

Methods inherited from class gnu.mapping.Location

entered, get, get, getBase, getKeyProperty, getKeySymbol, getValue, isBound, isConstant, make, make, make, print, set, setRestore, setValue, setWithSave, toString, undefine

Constructor Details

ProcLocation

public ProcLocation(Procedure proc,
                    Object[] args)

Method Details

get

public Object get(Object defaultValue)
Overrides:
get in interface Location

isBound

public boolean isBound()
Overrides:
isBound in interface Location

set

public void set(Object value)
Overrides:
set in interface Location