public interface IndexPatternBuilder
LexerBasedTodoIndexer
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<IndexPatternBuilder> |
EP_NAME |
Modifier and Type | Method and Description |
---|---|
default java.lang.String |
getCharsAllowedInContinuationPrefix(IElementType tokenType)
Characters (in addition to whitespace) which can be present in the indent section of pattern occurrence's continuation
on subsequent line
|
int |
getCommentEndDelta(IElementType tokenType) |
int |
getCommentStartDelta(IElementType tokenType) |
default int |
getCommentStartDelta(IElementType tokenType,
java.lang.CharSequence tokenText) |
TokenSet |
getCommentTokenSet(PsiFile file) |
Lexer |
getIndexingLexer(PsiFile file) |
static final ExtensionPointName<IndexPatternBuilder> EP_NAME
int getCommentStartDelta(IElementType tokenType)
int getCommentEndDelta(IElementType tokenType)
default java.lang.String getCharsAllowedInContinuationPrefix(IElementType tokenType)
default int getCommentStartDelta(IElementType tokenType, java.lang.CharSequence tokenText)