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 CodePointBufferCodePointBuffer.withBytes(ByteBuffer byteBuffer) static CodePointBufferCodePointBuffer.withChars(CharBuffer charBuffer) static CodePointBufferMethods in org.antlr.v4.runtime with parameters of type CodePointBufferModifier 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.