Uses of Class
org.sonar.sslr.channel.CodeReaderConfiguration
-
Packages that use CodeReaderConfiguration Package Description com.sonar.sslr.impl org.sonar.sslr.channel 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 CodeReaderConfiguration Modifier and Type Method Description protected CodeReaderConfigurationLexer2. getConfiguration()Methods in com.sonar.sslr.impl with parameters of type CodeReaderConfiguration Modifier and Type Method Description protected voidLexer2. setConfiguration(CodeReaderConfiguration configuration)Deprecated.Lexer2.LexerBuilderLexer2.LexerBuilder. withCodeReaderConfiguration(CodeReaderConfiguration conf) -
Uses of CodeReaderConfiguration in org.sonar.sslr.channel
Methods in org.sonar.sslr.channel that return CodeReaderConfiguration Modifier and Type Method Description CodeReaderConfigurationCodeReaderConfiguration. cloneWithoutCodeReaderFilters()CodeReaderConfigurationCodeReaderFilter. getConfiguration()Returns the configuration used for the CodeReaderMethods in org.sonar.sslr.channel with parameters of type CodeReaderConfiguration Modifier and Type Method Description voidCodeReaderFilter. setConfiguration(CodeReaderConfiguration configuration)Sets the configuration that must be used by the CodeReaderConstructors in org.sonar.sslr.channel with parameters of type CodeReaderConfiguration Constructor Description CodeBuffer(Reader initialCodeReader, CodeReaderConfiguration configuration)Note that this constructor will read everything from reader and will close it.CodeBuffer(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.
-