| Package | Description |
|---|---|
| org.antlr.v4.runtime |
| Modifier and Type | Field and Description |
|---|---|
private CodePointBuffer.Type |
CodePointBuffer.type |
private CodePointBuffer.Type |
CodePointBuffer.Builder.type |
| Modifier and Type | Method and Description |
|---|---|
(package private) CodePointBuffer.Type |
CodePointBuffer.getType() |
(package private) CodePointBuffer.Type |
CodePointBuffer.Builder.getType() |
static CodePointBuffer.Type |
CodePointBuffer.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CodePointBuffer.Type[] |
CodePointBuffer.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CodePointBuffer(CodePointBuffer.Type type,
java.nio.ByteBuffer byteBuffer,
java.nio.CharBuffer charBuffer,
java.nio.IntBuffer intBuffer) |