| Package | Description |
|---|---|
| org.antlr.v4.runtime |
| Modifier and Type | Method and Description |
|---|---|
CodePointBuffer |
CodePointBuffer.Builder.build() |
static CodePointBuffer |
CodePointBuffer.withBytes(java.nio.ByteBuffer byteBuffer) |
static CodePointBuffer |
CodePointBuffer.withChars(java.nio.CharBuffer charBuffer) |
static CodePointBuffer |
CodePointBuffer.withInts(java.nio.IntBuffer intBuffer) |
| Modifier and Type | Method and Description |
|---|---|
static CodePointCharStream |
CodePointCharStream.fromBuffer(CodePointBuffer codePointBuffer)
Constructs a
CodePointCharStream which provides access
to the Unicode code points stored in codePointBuffer. |
static CodePointCharStream |
CodePointCharStream.fromBuffer(CodePointBuffer codePointBuffer,
java.lang.String name)
Constructs a named
CodePointCharStream which provides access
to the Unicode code points stored in codePointBuffer. |