JavaScript is disabled on your browser.
gnu.mapping
Class ProcLocation
-
-
Method Summary
All Methods
| Modifier and Type |
Method and Description |
java.lang.Object |
get ()
Get the current value of this location.
|
java.lang.Object |
get (java.lang.Object defaultValue) |
boolean |
isBound () |
void |
set (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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
Method Detail
-
isBound
public boolean isBound()
- Specified by:
isBound in class Location<java.lang.Object>