Uses of Class
com.sonar.sslr.api.Preprocessor2

Packages that use Preprocessor2
com.sonar.sslr.api   
com.sonar.sslr.impl   
com.sonarsource.cobol.api.lexer   
 

Uses of Preprocessor2 in com.sonar.sslr.api
 

Methods in com.sonar.sslr.api with parameters of type Preprocessor2
 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.
 

Constructors in com.sonar.sslr.api with parameters of type Preprocessor2
LexerOutput(Preprocessor2... preprocessors)
           
 

Uses of Preprocessor2 in com.sonar.sslr.impl
 

Methods in com.sonar.sslr.impl that return Preprocessor2
protected  Preprocessor2[] Lexer2.getPreprocessors()
           
 

Methods in com.sonar.sslr.impl with parameters of type Preprocessor2
 void Lexer2.setPreprocessors(Preprocessor2... preprocessors)
          Deprecated.  
 Lexer2.LexerBuilder Lexer2.LexerBuilder.withPreprocessor(Preprocessor2 preprocessor)
           
 

Uses of Preprocessor2 in com.sonarsource.cobol.api.lexer
 

Subclasses of Preprocessor2 in com.sonarsource.cobol.api.lexer
 class CobolPreprocessor
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.