|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.intellij.openapi.fileTypes.SyntaxHighlighterBase
public abstract class SyntaxHighlighterBase
| Constructor Summary | |
|---|---|
SyntaxHighlighterBase()
|
|
| Method Summary | |
|---|---|
protected static void |
fillMap(java.util.Map<IElementType,TextAttributesKey> map,
TokenSet keys,
TextAttributesKey value)
|
protected static TextAttributesKey[] |
pack(TextAttributesKey key)
|
protected static TextAttributesKey[] |
pack(TextAttributesKey[] base,
TextAttributesKey key)
|
protected static TextAttributesKey[] |
pack(TextAttributesKey[] base,
TextAttributesKey t1,
TextAttributesKey t2)
|
protected static TextAttributesKey[] |
pack(TextAttributesKey key1,
TextAttributesKey key2)
|
protected static TextAttributesKey[] |
pack(TextAttributesKey key,
TextAttributesKey[] base)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.intellij.openapi.fileTypes.SyntaxHighlighter |
|---|
getHighlightingLexer, getTokenHighlights |
| Constructor Detail |
|---|
public SyntaxHighlighterBase()
| Method Detail |
|---|
protected static TextAttributesKey[] pack(TextAttributesKey key)
protected static TextAttributesKey[] pack(TextAttributesKey key1,
TextAttributesKey key2)
protected static TextAttributesKey[] pack(TextAttributesKey[] base,
TextAttributesKey key)
protected static TextAttributesKey[] pack(TextAttributesKey key,
TextAttributesKey[] base)
protected static void fillMap(java.util.Map<IElementType,TextAttributesKey> map,
TokenSet keys,
TextAttributesKey value)
protected static TextAttributesKey[] pack(TextAttributesKey[] base,
TextAttributesKey t1,
TextAttributesKey t2)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||