Uses of Class
org.antlr.v4.runtime.CodePointCharStream
Packages that use CodePointCharStream
-
Uses of CodePointCharStream in org.antlr.v4.runtime
Subclasses of CodePointCharStream in org.antlr.v4.runtimeModifier and TypeClassDescriptionprivate static final classprivate static final classprivate static final classMethods in org.antlr.v4.runtime that return CodePointCharStreamModifier and TypeMethodDescriptionstatic CodePointCharStreamCodePointCharStream.fromBuffer(CodePointBuffer codePointBuffer) Constructs aCodePointCharStreamwhich provides access to the Unicode code points stored incodePointBuffer.static CodePointCharStreamCodePointCharStream.fromBuffer(CodePointBuffer codePointBuffer, String name) Constructs a namedCodePointCharStreamwhich provides access to the Unicode code points stored incodePointBuffer.static CodePointCharStreamCharStreams.fromChannel(ReadableByteChannel channel, int bufferSize, CodingErrorAction decodingErrorAction, String sourceName) Creates aCharStreamgiven an openedReadableByteChannelcontaining UTF-8 bytes.static CodePointCharStreamCharStreams.fromChannel(ReadableByteChannel channel, Charset charset, int bufferSize, CodingErrorAction decodingErrorAction, String sourceName, long inputSize) static CodePointCharStreamCharStreams.fromReader(Reader r) Creates aCharStreamgiven aReader.static CodePointCharStreamCharStreams.fromReader(Reader r, String sourceName) Creates aCharStreamgiven aReaderand its source name.static CodePointCharStreamCharStreams.fromString(String s) Creates aCharStreamgiven aString.static CodePointCharStreamCharStreams.fromString(String s, String sourceName)