public static class PomHyperlinkDetector.MarkerRegion
extends java.lang.Object
implements org.eclipse.jface.text.IRegion
Modifier and Type | Field and Description |
---|---|
private org.eclipse.ui.texteditor.MarkerAnnotation |
ann |
(package private) int |
length |
(package private) int |
offset |
Constructor and Description |
---|
MarkerRegion(int offset,
int length,
org.eclipse.ui.texteditor.MarkerAnnotation applicable) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.ui.texteditor.MarkerAnnotation |
getAnnotation() |
int |
getLength() |
int |
getOffset() |
boolean |
isDefinedInParent() |
private final org.eclipse.ui.texteditor.MarkerAnnotation ann
final int offset
final int length
public MarkerRegion(int offset, int length, org.eclipse.ui.texteditor.MarkerAnnotation applicable)
public int getLength()
getLength
in interface org.eclipse.jface.text.IRegion
public int getOffset()
getOffset
in interface org.eclipse.jface.text.IRegion
public org.eclipse.ui.texteditor.MarkerAnnotation getAnnotation()
public boolean isDefinedInParent()