public class JavaIndexPatternBuilder extends java.lang.Object implements IndexPatternBuilder
| Modifier and Type | Field and Description |
|---|---|
static TokenSet |
XML_COMMENT_BIT_SET |
static TokenSet |
XML_DATA_CHARS |
EP_NAME| Constructor and Description |
|---|
JavaIndexPatternBuilder() |
| Modifier and Type | Method and Description |
|---|---|
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) |
TokenSet |
getCommentTokenSet(PsiFile file) |
Lexer |
getIndexingLexer(PsiFile file) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCommentStartDeltapublic static final TokenSet XML_DATA_CHARS
public static final TokenSet XML_COMMENT_BIT_SET
public Lexer getIndexingLexer(PsiFile file)
getIndexingLexer in interface IndexPatternBuilderpublic TokenSet getCommentTokenSet(PsiFile file)
getCommentTokenSet in interface IndexPatternBuilderpublic int getCommentStartDelta(IElementType tokenType)
getCommentStartDelta in interface IndexPatternBuilderpublic int getCommentEndDelta(IElementType tokenType)
getCommentEndDelta in interface IndexPatternBuilderpublic java.lang.String getCharsAllowedInContinuationPrefix(IElementType tokenType)
IndexPatternBuildergetCharsAllowedInContinuationPrefix in interface IndexPatternBuilder