Uses of Class
org.antlr.v4.runtime.CodePointBuffer
-
Packages that use CodePointBuffer Package Description org.antlr.v4.runtime -
-
Uses of CodePointBuffer in org.antlr.v4.runtime
Methods in org.antlr.v4.runtime that return CodePointBuffer Modifier and Type Method Description CodePointBufferCodePointBuffer.Builder. build()static CodePointBufferCodePointBuffer. withBytes(ByteBuffer byteBuffer)static CodePointBufferCodePointBuffer. withChars(CharBuffer charBuffer)static CodePointBufferCodePointBuffer. withInts(IntBuffer intBuffer)Methods in org.antlr.v4.runtime with parameters of type CodePointBuffer Modifier and Type Method Description static 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.
-