|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LexerOutput | |
|---|---|
| com.sonar.sslr.api | |
| com.sonar.sslr.impl | |
| Uses of LexerOutput in com.sonar.sslr.api |
|---|
| Methods in com.sonar.sslr.api with parameters of type LexerOutput | |
|---|---|
void |
Preprocessor2.endLexing(LexerOutput output)
Method calls after having lexed a source code. |
abstract boolean |
Preprocessor2.process(Token token,
LexerOutput output)
This method is called just before adding a new Token to the LexerOutput. |
| Uses of LexerOutput in com.sonar.sslr.impl |
|---|
| Methods in com.sonar.sslr.impl that return LexerOutput | |
|---|---|
protected LexerOutput |
Lexer2.createLexerOutput()
|
LexerOutput |
Parser.getLexerOutput()
|
LexerOutput |
Lexer2.lex(File file)
|
LexerOutput |
Lexer2.lex(String sourceCode)
|
| Methods in com.sonar.sslr.impl that return types with arguments of type LexerOutput | |
|---|---|
protected org.sonar.channel.ChannelDispatcher<LexerOutput> |
Lexer2.getChannelDispatcher()
|
| Methods in com.sonar.sslr.impl with parameters of type LexerOutput | |
|---|---|
void |
Lexer2.endLexing(LexerOutput output)
Deprecated. use the parser event listeners instead |
void |
Lexer2.lex(Reader reader,
LexerOutput lexerOutput)
|
| Method parameters in com.sonar.sslr.impl with type arguments of type LexerOutput | |
|---|---|
Lexer2.LexerBuilder |
Lexer2.LexerBuilder.withChannel(org.sonar.channel.Channel<LexerOutput> channel)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||