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

Packages that use Preprocessor
com.sonar.sslr.api   
com.sonarsource.cobol.api.lexer   
 

Uses of Preprocessor in com.sonar.sslr.api
 

Methods in com.sonar.sslr.api with parameters of type Preprocessor
 void LexerOutput.pushBackTokenAndProcess(Token token, Preprocessor 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, Preprocessor 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 Preprocessor
LexerOutput(Preprocessor... preprocessors)
           
 

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

Subclasses of Preprocessor in com.sonarsource.cobol.api.lexer
 class CobolPreprocessor
          Base class to inherit from when writing a custom preprocessor as an extension for the Cobol plugin.
 



Copyright © 2011 SonarSource. All Rights Reserved.