Package | Description |
---|---|
com.sonar.sslr.api | |
com.sonar.sslr.impl |
Modifier and Type | Method and Description |
---|---|
void |
Preprocessor2.endLexing(LexerOutput output)
Method calls after having lexed a source code.
|
abstract boolean |
Preprocessor2.process(Token token,
LexerOutput output)
This method is called just before adding a new Token to the LexerOutput.
|
Modifier and Type | Method and Description |
---|---|
protected LexerOutput |
Lexer2.createLexerOutput() |
LexerOutput |
Parser2.getLexerOutput() |
LexerOutput |
Lexer2.lex(java.io.File file) |
LexerOutput |
Lexer2.lex(java.lang.String sourceCode) |
Modifier and Type | Method and Description |
---|---|
void |
Lexer2.endLexing(LexerOutput output)
Deprecated.
use the parser event listeners instead
|
void |
Lexer2.lex(java.io.Reader reader,
LexerOutput lexerOutput) |
Copyright © 2012 SonarSource. All Rights Reserved.