public abstract class AbstractIrDocElement extends Object implements IrDocElement, Serializable
IrDocElement.| Constructor and Description |
|---|
AbstractIrDocElement() |
| Modifier and Type | Method and Description |
|---|---|
IrLocation |
getLocation()
Returns the location where this element appears.
|
void |
setLocation(IrLocation location)
Sets the location where this element appears.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, getKindpublic IrLocation getLocation()
IrDocElementgetLocation in interface IrDocElementnull if it is not specifiedpublic void setLocation(IrLocation location)
IrDocElementsetLocation in interface IrDocElementlocation - the location, or null to unset itCopyright © 2011–2018 Asakusa Framework Team. All rights reserved.