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, wait
getCommentStartDelta
public static final TokenSet XML_DATA_CHARS
public static final TokenSet XML_COMMENT_BIT_SET
public Lexer getIndexingLexer(PsiFile file)
getIndexingLexer
in interface IndexPatternBuilder
public TokenSet getCommentTokenSet(PsiFile file)
getCommentTokenSet
in interface IndexPatternBuilder
public int getCommentStartDelta(IElementType tokenType)
getCommentStartDelta
in interface IndexPatternBuilder
public int getCommentEndDelta(IElementType tokenType)
getCommentEndDelta
in interface IndexPatternBuilder
public java.lang.String getCharsAllowedInContinuationPrefix(IElementType tokenType)
IndexPatternBuilder
getCharsAllowedInContinuationPrefix
in interface IndexPatternBuilder