Uses of Class
org.antlr.v4.runtime.CodePointBuffer
Packages that use CodePointBuffer
-
Uses of CodePointBuffer in org.antlr.v4.runtime
Methods in org.antlr.v4.runtime that return CodePointBufferModifier and TypeMethodDescriptionCodePointBuffer.Builder.build()
static CodePointBuffer
CodePointBuffer.withBytes
(ByteBuffer byteBuffer) static CodePointBuffer
CodePointBuffer.withChars
(CharBuffer charBuffer) static CodePointBuffer
Methods in org.antlr.v4.runtime with parameters of type CodePointBufferModifier 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
.