public interface TodoItem
Modifier and Type | Field and Description |
---|---|
static java.util.Comparator<TodoItem> |
BY_START_OFFSET |
Modifier and Type | Method and Description |
---|---|
default java.util.List<TextRange> |
getAdditionalTextRanges() |
PsiFile |
getFile() |
TodoPattern |
getPattern() |
TextRange |
getTextRange() |
static final java.util.Comparator<TodoItem> BY_START_OFFSET
PsiFile getFile()
TextRange getTextRange()
TodoPattern getPattern()
default java.util.List<TextRange> getAdditionalTextRanges()