Uses of Class
org.sonar.sslr.channel.CodeReaderConfiguration
Packages that use CodeReaderConfiguration
Package
Description
Provides a basic framework to sequentially read any kind of character stream in order to feed a generic OUTPUT.
-
Uses of CodeReaderConfiguration in com.sonar.sslr.impl
Methods in com.sonar.sslr.impl that return CodeReaderConfigurationMethods in com.sonar.sslr.impl with parameters of type CodeReaderConfigurationModifier and TypeMethodDescriptionprotected voidLexer2.setConfiguration(CodeReaderConfiguration configuration) Deprecated.Lexer2.LexerBuilder.withCodeReaderConfiguration(CodeReaderConfiguration conf) -
Uses of CodeReaderConfiguration in org.sonar.sslr.channel
Methods in org.sonar.sslr.channel that return CodeReaderConfigurationModifier and TypeMethodDescriptionCodeReaderConfiguration.cloneWithoutCodeReaderFilters()CodeReaderFilter.getConfiguration()Returns the configuration used for the CodeReaderMethods in org.sonar.sslr.channel with parameters of type CodeReaderConfigurationModifier and TypeMethodDescriptionvoidCodeReaderFilter.setConfiguration(CodeReaderConfiguration configuration) Sets the configuration that must be used by the CodeReaderConstructors in org.sonar.sslr.channel with parameters of type CodeReaderConfigurationModifierConstructorDescriptionprotectedCodeBuffer(Reader initialCodeReader, CodeReaderConfiguration configuration) Note that this constructor will read everything from reader and will close it.protectedCodeBuffer(String code, CodeReaderConfiguration configuration) CodeReader(Reader code, CodeReaderConfiguration configuration) Creates a code reader with specific configuration parameters.CodeReader(String code, CodeReaderConfiguration configuration) Creates a code reader with specific configuration parameters.