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, wait
accept, getKind
public IrLocation getLocation()
IrDocElement
getLocation
in interface IrDocElement
null
if it is not specifiedpublic void setLocation(IrLocation location)
IrDocElement
setLocation
in interface IrDocElement
location
- the location, or null
to unset itCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.