public class JspIndexPatternBuilder extends java.lang.Object implements IndexPatternBuilder
EP_NAME| Constructor and Description |
|---|
JspIndexPatternBuilder() |
| Modifier and Type | Method and Description |
|---|---|
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, waitgetCharsAllowedInContinuationPrefix, getCommentStartDeltapublic 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 IndexPatternBuilder