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

Packages that use Preprocessor
com.sonar.sslr.api   
 

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)
           
 



Copyright © 2011 SonarSource. All Rights Reserved.