public class org.antlr.v4.runtime.CodePointBuffer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.antlr.v4.runtime.CodePointBuffer
  super_class: java.lang.Object
{
  private final org.antlr.v4.runtime.CodePointBuffer$Type type;
    descriptor: Lorg/antlr/v4/runtime/CodePointBuffer$Type;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.nio.ByteBuffer byteBuffer;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.nio.CharBuffer charBuffer;
    descriptor: Ljava/nio/CharBuffer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.nio.IntBuffer intBuffer;
    descriptor: Ljava/nio/IntBuffer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static volatile int[] $SWITCH_TABLE$org$antlr$v4$runtime$CodePointBuffer$Type;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 19
            ldc Lorg/antlr/v4/runtime/CodePointBuffer;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.antlr.v4.runtime.CodePointBuffer.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(org.antlr.v4.runtime.CodePointBuffer$Type, java.nio.ByteBuffer, java.nio.CharBuffer, java.nio.IntBuffer);
    descriptor: (Lorg/antlr/v4/runtime/CodePointBuffer$Type;Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;Ljava/nio/IntBuffer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.antlr.v4.runtime.CodePointBuffer this
        start local 1 // org.antlr.v4.runtime.CodePointBuffer$Type type
        start local 2 // java.nio.ByteBuffer byteBuffer
        start local 3 // java.nio.CharBuffer charBuffer
        start local 4 // java.nio.IntBuffer intBuffer
         0: .line 30
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 31
            aload 0 /* this */
            aload 1 /* type */
            putfield org.antlr.v4.runtime.CodePointBuffer.type:Lorg/antlr/v4/runtime/CodePointBuffer$Type;
         2: .line 32
            aload 0 /* this */
            aload 2 /* byteBuffer */
            putfield org.antlr.v4.runtime.CodePointBuffer.byteBuffer:Ljava/nio/ByteBuffer;
         3: .line 33
            aload 0 /* this */
            aload 3 /* charBuffer */
            putfield org.antlr.v4.runtime.CodePointBuffer.charBuffer:Ljava/nio/CharBuffer;
         4: .line 34
            aload 0 /* this */
            aload 4 /* intBuffer */
            putfield org.antlr.v4.runtime.CodePointBuffer.intBuffer:Ljava/nio/IntBuffer;
         5: .line 35
            return
        end local 4 // java.nio.IntBuffer intBuffer
        end local 3 // java.nio.CharBuffer charBuffer
        end local 2 // java.nio.ByteBuffer byteBuffer
        end local 1 // org.antlr.v4.runtime.CodePointBuffer$Type type
        end local 0 // org.antlr.v4.runtime.CodePointBuffer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/antlr/v4/runtime/CodePointBuffer;
            0    6     1        type  Lorg/antlr/v4/runtime/CodePointBuffer$Type;
            0    6     2  byteBuffer  Ljava/nio/ByteBuffer;
            0    6     3  charBuffer  Ljava/nio/CharBuffer;
            0    6     4   intBuffer  Ljava/nio/IntBuffer;
    MethodParameters:
            Name  Flags
      type        
      byteBuffer  
      charBuffer  
      intBuffer   

  public static org.antlr.v4.runtime.CodePointBuffer withBytes(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Lorg/antlr/v4/runtime/CodePointBuffer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // java.nio.ByteBuffer byteBuffer
         0: .line 38
            new org.antlr.v4.runtime.CodePointBuffer
            dup
            getstatic org.antlr.v4.runtime.CodePointBuffer$Type.BYTE:Lorg/antlr/v4/runtime/CodePointBuffer$Type;
            aload 0 /* byteBuffer */
            aconst_null
            aconst_null
            invokespecial org.antlr.v4.runtime.CodePointBuffer.<init>:(Lorg/antlr/v4/runtime/CodePointBuffer$Type;Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;Ljava/nio/IntBuffer;)V
            areturn
        end local 0 // java.nio.ByteBuffer byteBuffer
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0  byteBuffer  Ljava/nio/ByteBuffer;
    MethodParameters:
            Name  Flags
      byteBuffer  

  public static org.antlr.v4.runtime.CodePointBuffer withChars(java.nio.CharBuffer);
    descriptor: (Ljava/nio/CharBuffer;)Lorg/antlr/v4/runtime/CodePointBuffer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // java.nio.CharBuffer charBuffer
         0: .line 42
            new org.antlr.v4.runtime.CodePointBuffer
            dup
            getstatic org.antlr.v4.runtime.CodePointBuffer$Type.CHAR:Lorg/antlr/v4/runtime/CodePointBuffer$Type;
            aconst_null
            aload 0 /* charBuffer */
            aconst_null
            invokespecial org.antlr.v4.runtime.CodePointBuffer.<init>:(Lorg/antlr/v4/runtime/CodePointBuffer$Type;Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;Ljava/nio/IntBuffer;)V
            areturn
        end local 0 // java.nio.CharBuffer charBuffer
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0  charBuffer  Ljava/nio/CharBuffer;
    MethodParameters:
            Name  Flags
      charBuffer  

  public static org.antlr.v4.runtime.CodePointBuffer withInts(java.nio.IntBuffer);
    descriptor: (Ljava/nio/IntBuffer;)Lorg/antlr/v4/runtime/CodePointBuffer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // java.nio.IntBuffer intBuffer
         0: .line 46
            new org.antlr.v4.runtime.CodePointBuffer
            dup
            getstatic org.antlr.v4.runtime.CodePointBuffer$Type.INT:Lorg/antlr/v4/runtime/CodePointBuffer$Type;
            aconst_null
            aconst_null
            aload 0 /* intBuffer */
            invokespecial org.antlr.v4.runtime.CodePointBuffer.<init>:(Lorg/antlr/v4/runtime/CodePointBuffer$Type;Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;Ljava/nio/IntBuffer;)V
            areturn
        end local 0 // java.nio.IntBuffer intBuffer
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  intBuffer  Ljava/nio/IntBuffer;
    MethodParameters:
           Name  Flags
      intBuffer  

  public int position();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.antlr.v4.runtime.CodePointBuffer this
         0: .line 50
            invokestatic org.antlr.v4.runtime.CodePointBuffer.$SWITCH_TABLE$org$antlr$v4$runtime$CodePointBuffer$Type:()[I
            aload 0 /* this */
            getfield org.antlr.v4.runtime.CodePointBuffer.type:Lorg/antlr/v4/runtime/CodePointBuffer$Type;
            invokevirtual org.antlr.v4.runtime.CodePointBuffer$Type.ordinal:()I
            iaload
            tableswitch { // 1 - 3
                    1: 1
                    2: 2
                    3: 3
              default: 4
          }
         1: .line 52
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.v4.runtime.CodePointBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            ireturn
         2: .line 54
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.v4.runtime.CodePointBuffer.charBuffer:Ljava/nio/CharBuffer;
            invokevirtual java.nio.CharBuffer.position:()I
            ireturn
         3: .line 56
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.v4.runtime.CodePointBuffer.intBuffer:Ljava/nio/IntBuffer;
            invokevirtual java.nio.IntBuffer.position:()I
            ireturn
         4: .line 58
      StackMap locals:
      StackMap stack:
            new java.lang.UnsupportedOperationException
            dup
            ldc "Not reached"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.antlr.v4.runtime.CodePointBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/antlr/v4/runtime/CodePointBuffer;

  public void position(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.antlr.v4.runtime.CodePointBuffer this
        start local 1 // int newPosition
         0: .line 62
            invokestatic org.antlr.v4.runtime.CodePointBuffer.$SWITCH_TABLE$org$antlr$v4$runtime$CodePointBuffer$Type:()[I
            aload 0 /* this */
            getfield org.antlr.v4.runtime.CodePointBuffer.type:Lorg/antlr/v4/runtime/CodePointBuffer$Type;
            invokevirtual org.antlr.v4.runtime.CodePointBuffer$Type.ordinal:()I
            iaload
            tableswitch { // 1 - 3
                    1: 1
                    2: 3
                    3: 5
              default: 6
          }
         1: .line 64
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.v4.runtime.CodePointBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            iload 1 /* newPosition */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
         2: .line 65
            goto 6
         3: .line 67
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.v4.runtime.CodePointBuffer.charBuffer:Ljava/nio/CharBuffer;
            iload 1 /* newPosition */
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/Buffer;
            pop
         4: .line 68
            goto 6
         5: .line 70
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.v4.runtime.CodePointBuffer.intBuffer:Ljava/nio/IntBuffer;
            iload 1 /* newPosition */
            invokevirtual java.nio.IntBuffer.position:(I)Ljava/nio/Buffer;
            pop
         6: .line 73
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int newPosition
        end local 0 // org.antlr.v4.runtime.CodePointBuffer this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lorg/antlr/v4/runtime/CodePointBuffer;
            0    7     1  newPosition  I
    MethodParameters:
             Name  Flags
      newPosition  

  public int remaining();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.antlr.v4.runtime.CodePointBuffer this
         0: .line 76
            invokestatic org.antlr.v4.runtime.CodePointBuffer.$SWITCH_TABLE$org$antlr$v4$runtime$CodePointBuffer$Type:()[I
            aload 0 /* this */
            getfield org.antlr.v4.runtime.CodePointBuffer.type:Lorg/antlr/v4/runtime/CodePointBuffer$Type;
            invokevirtual org.antlr.v4.runtime.CodePointBuffer$Type.ordinal:()I
            iaload
            tableswitch { // 1 - 3
                    1: 1
                    2: 2
                    3: 3
              default: 4
          }
         1: .line 78
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.v4.runtime.CodePointBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.remaining:()I
            ireturn
         2: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.v4.runtime.CodePointBuffer.charBuffer:Ljava/nio/CharBuffer;
            invokevirtual java.nio.CharBuffer.remaining:()I
            ireturn
         3: .line 82
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.v4.runtime.CodePointBuffer.intBuffer:Ljava/nio/IntBuffer;
            invokevirtual java.nio.IntBuffer.remaining:()I
            ireturn
         4: .line 84
      StackMap locals:
      StackMap stack:
            new java.lang.UnsupportedOperationException
            dup
            ldc "Not reached"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.antlr.v4.runtime.CodePointBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/antlr/v4/runtime/CodePointBuffer;

  public int get(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.antlr.v4.runtime.CodePointBuffer this
        start local 1 // int offset
         0: .line 88
            invokestatic org.antlr.v4.runtime.CodePointBuffer.$SWITCH_TABLE$org$antlr$v4$runtime$CodePointBuffer$Type:()[I
            aload 0 /* this */
            getfield org.antlr.v4.runtime.CodePointBuffer.type:Lorg/antlr/v4/runtime/CodePointBuffer$Type;
            invokevirtual org.antlr.v4.runtime.CodePointBuffer$Type.ordinal:()I
            iaload
            tableswitch { // 1 - 3
                    1: 1
                    2: 2
                    3: 3
              default: 4
          }
         1: .line 90
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.v4.runtime.CodePointBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            iload 1 /* offset */
            invokevirtual java.nio.ByteBuffer.get:(I)B
            ireturn
         2: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.v4.runtime.CodePointBuffer.charBuffer:Ljava/nio/CharBuffer;
            iload 1 /* offset */
            invokevirtual java.nio.CharBuffer.get:(I)C
            ireturn
         3: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.v4.runtime.CodePointBuffer.intBuffer:Ljava/nio/IntBuffer;
            iload 1 /* offset */
            invokevirtual java.nio.IntBuffer.get:(I)I
            ireturn
         4: .line 96
      StackMap locals:
      StackMap stack:
            new java.lang.UnsupportedOperationException
            dup
            ldc "Not reached"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int offset
        end local 0 // org.antlr.v4.runtime.CodePointBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/antlr/v4/runtime/CodePointBuffer;
            0    5     1  offset  I
    MethodParameters:
        Name  Flags
      offset  

  org.antlr.v4.runtime.CodePointBuffer$Type getType();
    descriptor: ()Lorg/antlr/v4/runtime/CodePointBuffer$Type;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.antlr.v4.runtime.CodePointBuffer this
         0: .line 100
            aload 0 /* this */
            getfield org.antlr.v4.runtime.CodePointBuffer.type:Lorg/antlr/v4/runtime/CodePointBuffer$Type;
            areturn
        end local 0 // org.antlr.v4.runtime.CodePointBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/antlr/v4/runtime/CodePointBuffer;

  int arrayOffset();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.antlr.v4.runtime.CodePointBuffer this
         0: .line 104
            invokestatic org.antlr.v4.runtime.CodePointBuffer.$SWITCH_TABLE$org$antlr$v4$runtime$CodePointBuffer$Type:()[I
            aload 0 /* this */
            getfield org.antlr.v4.runtime.CodePointBuffer.type:Lorg/antlr/v4/runtime/CodePointBuffer$Type;
            invokevirtual org.antlr.v4.runtime.CodePointBuffer$Type.ordinal:()I
            iaload
            tableswitch { // 1 - 3
                    1: 1
                    2: 2
                    3: 3
              default: 4
          }
         1: .line 106
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.v4.runtime.CodePointBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            ireturn
         2: .line 108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.v4.runtime.CodePointBuffer.charBuffer:Ljava/nio/CharBuffer;
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            ireturn
         3: .line 110
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.v4.runtime.CodePointBuffer.intBuffer:Ljava/nio/IntBuffer;
            invokevirtual java.nio.IntBuffer.arrayOffset:()I
            ireturn
         4: .line 112
      StackMap locals:
      StackMap stack:
            new java.lang.UnsupportedOperationException
            dup
            ldc "Not reached"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.antlr.v4.runtime.CodePointBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/antlr/v4/runtime/CodePointBuffer;

  byte[] byteArray();
    descriptor: ()[B
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.antlr.v4.runtime.CodePointBuffer this
         0: .line 116
            getstatic org.antlr.v4.runtime.CodePointBuffer.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield org.antlr.v4.runtime.CodePointBuffer.type:Lorg/antlr/v4/runtime/CodePointBuffer$Type;
            getstatic org.antlr.v4.runtime.CodePointBuffer$Type.BYTE:Lorg/antlr/v4/runtime/CodePointBuffer$Type;
            if_acmpeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.v4.runtime.CodePointBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.array:()[B
            areturn
        end local 0 // org.antlr.v4.runtime.CodePointBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/antlr/v4/runtime/CodePointBuffer;

  char[] charArray();
    descriptor: ()[C
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.antlr.v4.runtime.CodePointBuffer this
         0: .line 121
            getstatic org.antlr.v4.runtime.CodePointBuffer.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield org.antlr.v4.runtime.CodePointBuffer.type:Lorg/antlr/v4/runtime/CodePointBuffer$Type;
            getstatic org.antlr.v4.runtime.CodePointBuffer$Type.CHAR:Lorg/antlr/v4/runtime/CodePointBuffer$Type;
            if_acmpeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.v4.runtime.CodePointBuffer.charBuffer:Ljava/nio/CharBuffer;
            invokevirtual java.nio.CharBuffer.array:()[C
            areturn
        end local 0 // org.antlr.v4.runtime.CodePointBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/antlr/v4/runtime/CodePointBuffer;

  int[] intArray();
    descriptor: ()[I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.antlr.v4.runtime.CodePointBuffer this
         0: .line 126
            getstatic org.antlr.v4.runtime.CodePointBuffer.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield org.antlr.v4.runtime.CodePointBuffer.type:Lorg/antlr/v4/runtime/CodePointBuffer$Type;
            getstatic org.antlr.v4.runtime.CodePointBuffer$Type.INT:Lorg/antlr/v4/runtime/CodePointBuffer$Type;
            if_acmpeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 127
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.antlr.v4.runtime.CodePointBuffer.intBuffer:Ljava/nio/IntBuffer;
            invokevirtual java.nio.IntBuffer.array:()[I
            areturn
        end local 0 // org.antlr.v4.runtime.CodePointBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/antlr/v4/runtime/CodePointBuffer;

  public static org.antlr.v4.runtime.CodePointBuffer$Builder builder(int);
    descriptor: (I)Lorg/antlr/v4/runtime/CodePointBuffer$Builder;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int initialBufferSize
         0: .line 131
            new org.antlr.v4.runtime.CodePointBuffer$Builder
            dup
            iload 0 /* initialBufferSize */
            invokespecial org.antlr.v4.runtime.CodePointBuffer$Builder.<init>:(I)V
            areturn
        end local 0 // int initialBufferSize
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0  initialBufferSize  I
    MethodParameters:
                   Name  Flags
      initialBufferSize  

  static int[] $SWITCH_TABLE$org$antlr$v4$runtime$CodePointBuffer$Type();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 19
            getstatic org.antlr.v4.runtime.CodePointBuffer.$SWITCH_TABLE$org$antlr$v4$runtime$CodePointBuffer$Type:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.antlr.v4.runtime.CodePointBuffer$Type.values:()[Lorg/antlr/v4/runtime/CodePointBuffer$Type;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.antlr.v4.runtime.CodePointBuffer$Type.BYTE:Lorg/antlr/v4/runtime/CodePointBuffer$Type;
            invokevirtual org.antlr.v4.runtime.CodePointBuffer$Type.ordinal:()I
            iconst_1
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic org.antlr.v4.runtime.CodePointBuffer$Type.CHAR:Lorg/antlr/v4/runtime/CodePointBuffer$Type;
            invokevirtual org.antlr.v4.runtime.CodePointBuffer$Type.ordinal:()I
            iconst_2
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic org.antlr.v4.runtime.CodePointBuffer$Type.INT:Lorg/antlr/v4/runtime/CodePointBuffer$Type;
            invokevirtual org.antlr.v4.runtime.CodePointBuffer$Type.ordinal:()I
            iconst_3
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            dup
            putstatic org.antlr.v4.runtime.CodePointBuffer.$SWITCH_TABLE$org$antlr$v4$runtime$CodePointBuffer$Type:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
}
SourceFile: "CodePointBuffer.java"
NestMembers:
  org.antlr.v4.runtime.CodePointBuffer$Builder  org.antlr.v4.runtime.CodePointBuffer$Type
InnerClasses:
  public Builder = org.antlr.v4.runtime.CodePointBuffer$Builder of org.antlr.v4.runtime.CodePointBuffer
  public final Type = org.antlr.v4.runtime.CodePointBuffer$Type of org.antlr.v4.runtime.CodePointBuffer