Package | Description |
---|---|
com.sonar.sslr.api | |
com.sonar.sslr.impl |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected LexerOutput |
Lexer2.createLexerOutput() |
LexerOutput |
Parser.getLexerOutput() |
LexerOutput |
Lexer2.lex(CobolFile file) |
LexerOutput |
Lexer2.lex(File file) |
LexerOutput |
Lexer2.lex(String sourceCode) |
Modifier and Type | Method and Description |
---|---|
protected org.sonar.channel.ChannelDispatcher<LexerOutput> |
Lexer2.getChannelDispatcher() |
Modifier and Type | Method and Description |
---|---|
void |
Lexer2.endLexing(LexerOutput output)
Deprecated.
use the parser event listeners instead
|
void |
Lexer2.lex(Reader reader,
LexerOutput lexerOutput) |
Modifier and Type | Method and Description |
---|---|
Lexer2.LexerBuilder |
Lexer2.LexerBuilder.withChannel(org.sonar.channel.Channel<LexerOutput> channel) |
Copyright © 2009–2017 SonarSource. All rights reserved.