public abstract class LocatedTreeImpl extends Object implements LocatedTree
| Modifier and Type | Field and Description |
|---|---|
protected XmlLocation |
endLocation |
protected XmlLocation |
startLocation |
| Constructor and Description |
|---|
LocatedTreeImpl() |
| Modifier and Type | Method and Description |
|---|---|
XmlLocation |
endLocation() |
void |
setEndLocation(XmlLocation end) |
void |
setStartLocation(XmlLocation start) |
XmlLocation |
startLocation() |
protected XmlLocation startLocation
protected XmlLocation endLocation
public XmlLocation startLocation()
startLocation in interface LocatedTreepublic void setStartLocation(XmlLocation start)
public XmlLocation endLocation()
endLocation in interface LocatedTreepublic void setEndLocation(XmlLocation end)
Copyright © 2012–2016 SonarSource. All rights reserved.