Package | Description |
---|---|
org.antlr.v4.runtime |
Modifier and Type | Method and Description |
---|---|
CodePointBuffer |
CodePointBuffer.Builder.build() |
static CodePointBuffer |
CodePointBuffer.withBytes(ByteBuffer byteBuffer) |
static CodePointBuffer |
CodePointBuffer.withChars(CharBuffer charBuffer) |
static CodePointBuffer |
CodePointBuffer.withInts(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,
String name)
Constructs a named
CodePointCharStream which provides access
to the Unicode code points stored in codePointBuffer . |
Copyright © 1992–2020 ANTLR. All rights reserved.