public final class StructuredSyntaxDocumentFilter.LexerNode
Type Params | Return Type | Name and description |
---|---|---|
|
Style |
getDefaultStyle() |
|
boolean |
isInitialized()
|
|
void |
parse(CharBuffer buffer, int offset, int length)
|
|
void |
putChild(String regexp, LexerNode node)
|
|
void |
putChild(String[] regexps, LexerNode node)
|
|
void |
putStyle(String regexp, Style style)
|
|
void |
putStyle(String[] regexps, Style style)
|
|
void |
removeChild(String regexp)
|
|
void |
removeStyle(String regexp)
|
|
void |
removeStyle(String[] regexps)
|
|
void |
setDefaultStyle(Style style) |