Uses of Class
org.antlr.v4.runtime.CodePointCharStream
Packages that use CodePointCharStream
-
Uses of CodePointCharStream in org.antlr.v4.runtime
Methods in org.antlr.v4.runtime that return CodePointCharStreamModifier and TypeMethodDescriptionstatic CodePointCharStream
CodePointCharStream.fromBuffer
(CodePointBuffer codePointBuffer) Constructs aCodePointCharStream
which provides access to the Unicode code points stored incodePointBuffer
.static CodePointCharStream
CodePointCharStream.fromBuffer
(CodePointBuffer codePointBuffer, String name) Constructs a namedCodePointCharStream
which provides access to the Unicode code points stored incodePointBuffer
.static CodePointCharStream
CharStreams.fromChannel
(ReadableByteChannel channel, int bufferSize, CodingErrorAction decodingErrorAction, String sourceName) Creates aCharStream
given an openedReadableByteChannel
containing UTF-8 bytes.static CodePointCharStream
CharStreams.fromChannel
(ReadableByteChannel channel, Charset charset, int bufferSize, CodingErrorAction decodingErrorAction, String sourceName, long inputSize) static CodePointCharStream
CharStreams.fromReader
(Reader r) Creates aCharStream
given aReader
.static CodePointCharStream
CharStreams.fromReader
(Reader r, String sourceName) Creates aCharStream
given aReader
and its source name.static CodePointCharStream
CharStreams.fromString
(String s) Creates aCharStream
given aString
.static CodePointCharStream
CharStreams.fromString
(String s, String sourceName)