public static final class Lexer.Builder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
Lexer |
build() |
Lexer.Builder |
withChannel( |
Lexer.Builder |
withCharset(java.nio.charset.Charset charset) |
Lexer.Builder |
withFailIfNoChannelToConsumeOneCharacter(boolean failIfNoChannelToConsumeOneCharacter) |
Lexer.Builder |
withPreprocessor(Preprocessor preprocessor) |
public Lexer build()
public Lexer.Builder withCharset(java.nio.charset.Charset charset)
public Lexer.Builder withPreprocessor(Preprocessor preprocessor)
public Lexer.Builder withChannel(channel)
public Lexer.Builder withFailIfNoChannelToConsumeOneCharacter(boolean failIfNoChannelToConsumeOneCharacter)
Copyright © 2012 SonarSource. All Rights Reserved.