Uses of Class
com.sonar.sslr.api.Preprocessor2
Packages that use Preprocessor2
-
Uses of Preprocessor2 in com.sonar.sslr.api
Methods in com.sonar.sslr.api with parameters of type Preprocessor2Modifier and TypeMethodDescriptionvoidLexerOutput.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.voidLexerOutput.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.Constructors in com.sonar.sslr.api with parameters of type Preprocessor2 -
Uses of Preprocessor2 in com.sonar.sslr.impl
Methods in com.sonar.sslr.impl that return Preprocessor2Methods in com.sonar.sslr.impl with parameters of type Preprocessor2Modifier and TypeMethodDescriptionvoidLexer2.setPreprocessors(Preprocessor2... preprocessors) Deprecated.Lexer2.LexerBuilder.withPreprocessor(Preprocessor2 preprocessor) -
Uses of Preprocessor2 in com.sonarsource.cobol.api.lexer
Subclasses of Preprocessor2 in com.sonarsource.cobol.api.lexer