| Constructor and Description |
|---|
TextRangeImpl(int startLine,
int startLineOffset,
int endLine,
int endLineOffset) |
TextRangeImpl(TextPointer start,
TextPointer end) |
| Modifier and Type | Method and Description |
|---|---|
TextPointer |
end() |
boolean |
equals(Object o) |
int |
hashCode() |
TextPointer |
start() |
String |
toString() |
public TextRangeImpl(int startLine,
int startLineOffset,
int endLine,
int endLineOffset)
public TextRangeImpl(TextPointer start, TextPointer end)
public TextPointer start()
public TextPointer end()
Copyright © 2009–2018 SonarSource. All rights reserved.