Package | Description |
---|---|
com.sonar.sslr.api | |
com.sonar.sslr.impl | |
com.sonarsource.cobol.api.lexer |
Modifier and Type | Method and Description |
---|---|
void |
LexerOutput.pushBackTokenAndProcess(Token token,
Preprocessor2 preprocessorToExclude)
This method must be called by a preprocessor when a token has been temporary consumed by this preprocessor but finally must be pushed
back to the LexerOutput.
|
void |
LexerOutput.pushBackTokensAndProcess(List<Token> tokens,
Preprocessor2 preprocessorToExclude)
This method must be called by a preprocessor when some tokens have been temporary consumed by this preprocessor but finally must be
pushed back to the LexerOutput.
|
Constructor and Description |
---|
LexerOutput(Preprocessor2... preprocessors) |
Modifier and Type | Method and Description |
---|---|
protected Preprocessor2[] |
Lexer2.getPreprocessors() |
Modifier and Type | Method and Description |
---|---|
void |
Lexer2.setPreprocessors(Preprocessor2... preprocessors)
Deprecated.
|
Lexer2.LexerBuilder |
Lexer2.LexerBuilder.withPreprocessor(Preprocessor2 preprocessor) |
Modifier and Type | Class and Description |
---|---|
class |
CobolPreprocessor |
Copyright © 2009–2017 SonarSource. All rights reserved.