Java.target.apidocs.org.antlr.v4.runtime.CodePointBuffer.Builder.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of antlr4-perf-testsuite Show documentation
Show all versions of antlr4-perf-testsuite Show documentation
The ANTLR 4 grammar compiler.
CodePointBuffer.Builder (ANTLR 4 Runtime (Optimized) 4.13.1.3 API)
org.antlr.v4.runtime
Class CodePointBuffer.Builder
- java.lang.Object
-
- org.antlr.v4.runtime.CodePointBuffer.Builder
-
- Enclosing class:
- CodePointBuffer
public static class CodePointBuffer.Builder
extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
void
append(CharBuffer utf16In)
CodePointBuffer
build()
void
ensureRemaining(int remainingNeeded)
-
-
Method Detail
-
build
public CodePointBuffer build()
-
ensureRemaining
public void ensureRemaining(int remainingNeeded)
-
append
public void append(CharBuffer utf16In)
Copyright © 1992–2023 Daniel Sun. All rights reserved.