| xtc.tree.Locatable
Locatable | public interface Locatable (Code) | | The interface to objects with a source location.
author: Robert Grimm version: $Revision: 1.2 $ |
getLocation | Location getLocation()(Code) | | Get this object's location.
This object's location or null if it doesnot have a location. |
hasLocation | boolean hasLocation()(Code) | | Determine whether this object has a location.
true if this object has a location. |
setLocation | void setLocation(Location location)(Code) | | Set this object's location.
Parameters: location - This object's location. |
setLocation | void setLocation(Locatable locatable)(Code) | | Set this object's location to the specified locatable's location.
Parameters: locatable - The locatable object. |
|
|