public class NestedMultilineCommentHighlighter extends MultilineCommentHighlighter
Highlighter.IgnoreCaseComparatorXMLname| Constructor and Description |
|---|
NestedMultilineCommentHighlighter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
highlight(CharIter in,
java.util.List<Block> out)
Perform highlighting on the current token stream.
|
void |
init(Params params)
Initializer
|
getDefaultStyle, startsWithisNewLine, resetpublic void init(Params params) throws HighlighterConfigurationException
Highlighterinit in class MultilineCommentHighlighterHighlighterConfigurationExceptionpublic boolean highlight(CharIter in, java.util.List<Block> out)
Highlighterhighlight in class MultilineCommentHighlighter