|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MultiStateLexer in satc |
Fields in satc declared as MultiStateLexer | |
MultiStateLexer |
LexerDocumentListener.lexer
|
Methods in satc that return MultiStateLexer | |
static MultiStateLexer |
SyntaxFactory.createLexer(java.lang.String syntaxName)
Creates a new MultiStateLexer for a syntax mode. |
static MultiStateLexer |
SyntaxFactory.createLexer(java.lang.String syntaxName,
java.io.InputStream inputStream)
Creates a new MultiStateLexer for a syntax mode. |
Methods in satc with parameters of type MultiStateLexer | |
void |
LexerDocumentListener.scanLine(javax.swing.text.Document doc,
int lineIndex,
MultiStateLexer lexer,
MultiStateLexer.LexerCallback action)
|
boolean |
LexerDocumentListener.updateLine(javax.swing.text.Document doc,
int lineIndex,
MultiStateLexer lexer)
Updates the state attribute of the current line. |
void |
LexerDocumentListener.setLexerLine(javax.swing.text.Document doc,
int lineIndex,
MultiStateLexer lexer)
Restricts the lexer scan range to the specified line. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |