Uses of Class
org.antlr.v4.runtime.CodePointBuffer.Type
-
Packages that use CodePointBuffer.Type Package Description org.antlr.v4.runtime -
-
Uses of CodePointBuffer.Type in org.antlr.v4.runtime
Fields in org.antlr.v4.runtime declared as CodePointBuffer.Type Modifier and Type Field Description private CodePointBuffer.Type
CodePointBuffer.Builder. type
private CodePointBuffer.Type
CodePointBuffer. type
Methods in org.antlr.v4.runtime that return CodePointBuffer.Type Modifier and Type Method Description (package private) CodePointBuffer.Type
CodePointBuffer.Builder. getType()
(package private) CodePointBuffer.Type
CodePointBuffer. 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.Constructors in org.antlr.v4.runtime with parameters of type CodePointBuffer.Type Constructor Description CodePointBuffer(CodePointBuffer.Type type, java.nio.ByteBuffer byteBuffer, java.nio.CharBuffer charBuffer, java.nio.IntBuffer intBuffer)
-