Uses of Enum
org.antlr.v4.runtime.CodePointBuffer.Type
Packages that use CodePointBuffer.Type
-
Uses of CodePointBuffer.Type in org.antlr.v4.runtime
Subclasses with type arguments of type CodePointBuffer.Type in org.antlr.v4.runtimeFields in org.antlr.v4.runtime declared as CodePointBuffer.TypeModifier and TypeFieldDescriptionprivate CodePointBuffer.TypeCodePointBuffer.Builder.typeprivate final CodePointBuffer.TypeCodePointBuffer.typeMethods in org.antlr.v4.runtime that return CodePointBuffer.TypeModifier and TypeMethodDescription(package private) CodePointBuffer.TypeCodePointBuffer.Builder.getType()(package private) CodePointBuffer.TypeCodePointBuffer.getType()static CodePointBuffer.TypeReturns 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.TypeModifierConstructorDescriptionprivateCodePointBuffer(CodePointBuffer.Type type, ByteBuffer byteBuffer, CharBuffer charBuffer, IntBuffer intBuffer)