Uses of Class
com.sonar.sslr.api.LexerOutput
Packages that use LexerOutput
-
Uses of LexerOutput in com.sonar.sslr.api
Methods in com.sonar.sslr.api with parameters of type LexerOutputModifier and TypeMethodDescriptionvoidPreprocessor2.endLexing(LexerOutput output) Method calls after having lexed a source code.abstract booleanPreprocessor2.process(Token token, LexerOutput output) This method is called just before adding a new Token to the LexerOutput. -
Uses of LexerOutput in com.sonar.sslr.impl
Methods in com.sonar.sslr.impl that return LexerOutputModifier and TypeMethodDescriptionprotected LexerOutputLexer2.createLexerOutput()Parser.getLexerOutput()final LexerOutputfinal LexerOutputMethods in com.sonar.sslr.impl that return types with arguments of type LexerOutputModifier and TypeMethodDescriptionprotected ChannelDispatcher<LexerOutput> Lexer2.getChannelDispatcher()Methods in com.sonar.sslr.impl with parameters of type LexerOutputModifier and TypeMethodDescriptionvoidLexer2.endLexing(LexerOutput output) Deprecated.use the parser event listeners insteadvoidLexer2.lex(Reader reader, LexerOutput lexerOutput) Method parameters in com.sonar.sslr.impl with type arguments of type LexerOutput