Package com.sonar.sslr.impl
Class Lexer2
java.lang.Object
com.sonar.sslr.impl.Lexer2
This class allows to ensure forward compatibility with SSLR 1.9.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Lexer2.LexerBuilderbuilder()protected LexerOutputvoidendLexing(LexerOutput output) Deprecated.use the parser event listeners insteadprotected ChannelDispatcher<LexerOutput> protected CodeReaderConfigurationprotected final Preprocessor2[]final LexerOutputfinal LexerOutputvoidlex(Reader reader, LexerOutput lexerOutput) protected voidsetConfiguration(CodeReaderConfiguration configuration) Deprecated.voidsetPreprocessors(Preprocessor2... preprocessors) Deprecated.voidDeprecated.use the parser event listeners instead
-
Constructor Details
-
Lexer2
Deprecated.
-
-
Method Details
-
setPreprocessors
Deprecated. -
getPreprocessors
-
getConfiguration
-
setConfiguration
Deprecated. -
getCharset
-
lex
-
lex
-
lex
-
lex
-
createLexerOutput
-
getChannelDispatcher
-
startLexing
Deprecated.use the parser event listeners instead -
endLexing
Deprecated.use the parser event listeners instead -
builder
-