Package | Description |
---|---|
com.sonar.sslr.api |
Modifier and Type | Field and Description |
---|---|
static PreprocessorAction |
PreprocessorAction.NO_OPERATION
Use this no operation preprocessor action for improved readability and performances.
|
Modifier and Type | Method and Description |
---|---|
abstract PreprocessorAction |
Preprocessor.process(java.util.List<Token> tokens)
Method called on each token seen by the current preprocessor.
|
Copyright © 2012 SonarSource. All Rights Reserved.