public class org.apache.lucene.util.CharsRefBuilder implements java.lang.Appendable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.lucene.util.CharsRefBuilder
  super_class: java.lang.Object
{
  private static final java.lang.String NULL_STRING;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "null"

  private final org.apache.lucene.util.CharsRef ref;
    descriptor: Lorg/apache/lucene/util/CharsRef;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  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 24
            ldc Lorg/apache/lucene/util/CharsRefBuilder;
            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.apache.lucene.util.CharsRefBuilder.$assertionsDisabled:Z
         3: .line 26
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.CharsRefBuilder this
         0: .line 31
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 32
            aload 0 /* this */
            new org.apache.lucene.util.CharsRef
            dup
            invokespecial org.apache.lucene.util.CharsRef.<init>:()V
            putfield org.apache.lucene.util.CharsRefBuilder.ref:Lorg/apache/lucene/util/CharsRef;
         2: .line 33
            return
        end local 0 // org.apache.lucene.util.CharsRefBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/util/CharsRefBuilder;

  public char[] chars();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.CharsRefBuilder this
         0: .line 37
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRefBuilder.ref:Lorg/apache/lucene/util/CharsRef;
            getfield org.apache.lucene.util.CharsRef.chars:[C
            areturn
        end local 0 // org.apache.lucene.util.CharsRefBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/CharsRefBuilder;

  public int length();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.CharsRefBuilder this
         0: .line 42
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRefBuilder.ref:Lorg/apache/lucene/util/CharsRef;
            getfield org.apache.lucene.util.CharsRef.length:I
            ireturn
        end local 0 // org.apache.lucene.util.CharsRefBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/CharsRefBuilder;

  public void setLength(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.CharsRefBuilder this
        start local 1 // int length
         0: .line 47
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRefBuilder.ref:Lorg/apache/lucene/util/CharsRef;
            iload 1 /* length */
            putfield org.apache.lucene.util.CharsRef.length:I
         1: .line 48
            return
        end local 1 // int length
        end local 0 // org.apache.lucene.util.CharsRefBuilder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/lucene/util/CharsRefBuilder;
            0    2     1  length  I
    MethodParameters:
        Name  Flags
      length  

  public char charAt(int);
    descriptor: (I)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.CharsRefBuilder this
        start local 1 // int offset
         0: .line 52
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRefBuilder.ref:Lorg/apache/lucene/util/CharsRef;
            getfield org.apache.lucene.util.CharsRef.chars:[C
            iload 1 /* offset */
            caload
            ireturn
        end local 1 // int offset
        end local 0 // org.apache.lucene.util.CharsRefBuilder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/util/CharsRefBuilder;
            0    1     1  offset  I
    MethodParameters:
        Name  Flags
      offset  

  public void setCharAt(int, char);
    descriptor: (IC)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.lucene.util.CharsRefBuilder this
        start local 1 // int offset
        start local 2 // char b
         0: .line 57
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRefBuilder.ref:Lorg/apache/lucene/util/CharsRef;
            getfield org.apache.lucene.util.CharsRef.chars:[C
            iload 1 /* offset */
            iload 2 /* b */
            castore
         1: .line 58
            return
        end local 2 // char b
        end local 1 // int offset
        end local 0 // org.apache.lucene.util.CharsRefBuilder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/lucene/util/CharsRefBuilder;
            0    2     1  offset  I
            0    2     2       b  C
    MethodParameters:
        Name  Flags
      offset  
      b       

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.CharsRefBuilder this
         0: .line 64
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRefBuilder.ref:Lorg/apache/lucene/util/CharsRef;
            iconst_0
            putfield org.apache.lucene.util.CharsRef.length:I
         1: .line 65
            return
        end local 0 // org.apache.lucene.util.CharsRefBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/util/CharsRefBuilder;

  public org.apache.lucene.util.CharsRefBuilder append(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Lorg/apache/lucene/util/CharsRefBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.CharsRefBuilder this
        start local 1 // java.lang.CharSequence csq
         0: .line 69
            aload 1 /* csq */
            ifnonnull 2
         1: .line 70
            aload 0 /* this */
            ldc "null"
            invokevirtual org.apache.lucene.util.CharsRefBuilder.append:(Ljava/lang/CharSequence;)Lorg/apache/lucene/util/CharsRefBuilder;
            areturn
         2: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* csq */
            iconst_0
            aload 1 /* csq */
            invokeinterface java.lang.CharSequence.length:()I
            invokevirtual org.apache.lucene.util.CharsRefBuilder.append:(Ljava/lang/CharSequence;II)Lorg/apache/lucene/util/CharsRefBuilder;
            areturn
        end local 1 // java.lang.CharSequence csq
        end local 0 // org.apache.lucene.util.CharsRefBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/util/CharsRefBuilder;
            0    3     1   csq  Ljava/lang/CharSequence;
    MethodParameters:
      Name  Flags
      csq   

  public org.apache.lucene.util.CharsRefBuilder append(java.lang.CharSequence, int, int);
    descriptor: (Ljava/lang/CharSequence;II)Lorg/apache/lucene/util/CharsRefBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.apache.lucene.util.CharsRefBuilder this
        start local 1 // java.lang.CharSequence csq
        start local 2 // int start
        start local 3 // int end
         0: .line 77
            aload 1 /* csq */
            ifnonnull 2
         1: .line 78
            aload 0 /* this */
            ldc "null"
            invokevirtual org.apache.lucene.util.CharsRefBuilder.append:(Ljava/lang/CharSequence;)Lorg/apache/lucene/util/CharsRefBuilder;
            areturn
         2: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRefBuilder.ref:Lorg/apache/lucene/util/CharsRef;
            getfield org.apache.lucene.util.CharsRef.length:I
            iload 3 /* end */
            iadd
            iload 2 /* start */
            isub
            invokevirtual org.apache.lucene.util.CharsRefBuilder.grow:(I)V
         3: .line 81
            iload 2 /* start */
            istore 4 /* i */
        start local 4 // int i
         4: goto 7
         5: .line 82
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRefBuilder.ref:Lorg/apache/lucene/util/CharsRef;
            dup
            getfield org.apache.lucene.util.CharsRef.length:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.lucene.util.CharsRef.length:I
            aload 1 /* csq */
            iload 4 /* i */
            invokeinterface java.lang.CharSequence.charAt:(I)C
            invokevirtual org.apache.lucene.util.CharsRefBuilder.setCharAt:(IC)V
         6: .line 81
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* i */
            iload 3 /* end */
            if_icmplt 5
        end local 4 // int i
         8: .line 84
            aload 0 /* this */
            areturn
        end local 3 // int end
        end local 2 // int start
        end local 1 // java.lang.CharSequence csq
        end local 0 // org.apache.lucene.util.CharsRefBuilder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/apache/lucene/util/CharsRefBuilder;
            0    9     1    csq  Ljava/lang/CharSequence;
            0    9     2  start  I
            0    9     3    end  I
            4    8     4      i  I
    MethodParameters:
       Name  Flags
      csq    
      start  
      end    

  public org.apache.lucene.util.CharsRefBuilder append(char);
    descriptor: (C)Lorg/apache/lucene/util/CharsRefBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.CharsRefBuilder this
        start local 1 // char c
         0: .line 89
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRefBuilder.ref:Lorg/apache/lucene/util/CharsRef;
            getfield org.apache.lucene.util.CharsRef.length:I
            iconst_1
            iadd
            invokevirtual org.apache.lucene.util.CharsRefBuilder.grow:(I)V
         1: .line 90
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRefBuilder.ref:Lorg/apache/lucene/util/CharsRef;
            dup
            getfield org.apache.lucene.util.CharsRef.length:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.lucene.util.CharsRef.length:I
            iload 1 /* c */
            invokevirtual org.apache.lucene.util.CharsRefBuilder.setCharAt:(IC)V
         2: .line 91
            aload 0 /* this */
            areturn
        end local 1 // char c
        end local 0 // org.apache.lucene.util.CharsRefBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/util/CharsRefBuilder;
            0    3     1     c  C
    MethodParameters:
      Name  Flags
      c     

  public void copyChars(org.apache.lucene.util.CharsRef);
    descriptor: (Lorg/apache/lucene/util/CharsRef;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.CharsRefBuilder this
        start local 1 // org.apache.lucene.util.CharsRef other
         0: .line 98
            aload 0 /* this */
            aload 1 /* other */
            getfield org.apache.lucene.util.CharsRef.chars:[C
            aload 1 /* other */
            getfield org.apache.lucene.util.CharsRef.offset:I
            aload 1 /* other */
            getfield org.apache.lucene.util.CharsRef.length:I
            invokevirtual org.apache.lucene.util.CharsRefBuilder.copyChars:([CII)V
         1: .line 99
            return
        end local 1 // org.apache.lucene.util.CharsRef other
        end local 0 // org.apache.lucene.util.CharsRefBuilder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/lucene/util/CharsRefBuilder;
            0    2     1  other  Lorg/apache/lucene/util/CharsRef;
    MethodParameters:
       Name  Flags
      other  

  public void grow(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.CharsRefBuilder this
        start local 1 // int newLength
         0: .line 105
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRefBuilder.ref:Lorg/apache/lucene/util/CharsRef;
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRefBuilder.ref:Lorg/apache/lucene/util/CharsRef;
            getfield org.apache.lucene.util.CharsRef.chars:[C
            iload 1 /* newLength */
            invokestatic org.apache.lucene.util.ArrayUtil.grow:([CI)[C
            putfield org.apache.lucene.util.CharsRef.chars:[C
         1: .line 106
            return
        end local 1 // int newLength
        end local 0 // org.apache.lucene.util.CharsRefBuilder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/apache/lucene/util/CharsRefBuilder;
            0    2     1  newLength  I
    MethodParameters:
           Name  Flags
      newLength  

  public void copyUTF8Bytes(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.apache.lucene.util.CharsRefBuilder this
        start local 1 // byte[] bytes
        start local 2 // int offset
        start local 3 // int length
         0: .line 112
            aload 0 /* this */
            iload 3 /* length */
            invokevirtual org.apache.lucene.util.CharsRefBuilder.grow:(I)V
         1: .line 113
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRefBuilder.ref:Lorg/apache/lucene/util/CharsRef;
            aload 1 /* bytes */
            iload 2 /* offset */
            iload 3 /* length */
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRefBuilder.ref:Lorg/apache/lucene/util/CharsRef;
            getfield org.apache.lucene.util.CharsRef.chars:[C
            invokestatic org.apache.lucene.util.UnicodeUtil.UTF8toUTF16:([BII[C)I
            putfield org.apache.lucene.util.CharsRef.length:I
         2: .line 114
            return
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] bytes
        end local 0 // org.apache.lucene.util.CharsRefBuilder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/lucene/util/CharsRefBuilder;
            0    3     1   bytes  [B
            0    3     2  offset  I
            0    3     3  length  I
    MethodParameters:
        Name  Flags
      bytes   
      offset  
      length  

  public void copyUTF8Bytes(org.apache.lucene.util.BytesRef);
    descriptor: (Lorg/apache/lucene/util/BytesRef;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.CharsRefBuilder this
        start local 1 // org.apache.lucene.util.BytesRef bytes
         0: .line 120
            aload 0 /* this */
            aload 1 /* bytes */
            getfield org.apache.lucene.util.BytesRef.bytes:[B
            aload 1 /* bytes */
            getfield org.apache.lucene.util.BytesRef.offset:I
            aload 1 /* bytes */
            getfield org.apache.lucene.util.BytesRef.length:I
            invokevirtual org.apache.lucene.util.CharsRefBuilder.copyUTF8Bytes:([BII)V
         1: .line 121
            return
        end local 1 // org.apache.lucene.util.BytesRef bytes
        end local 0 // org.apache.lucene.util.CharsRefBuilder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/lucene/util/CharsRefBuilder;
            0    2     1  bytes  Lorg/apache/lucene/util/BytesRef;
    MethodParameters:
       Name  Flags
      bytes  

  public void copyChars(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.apache.lucene.util.CharsRefBuilder this
        start local 1 // char[] otherChars
        start local 2 // int otherOffset
        start local 3 // int otherLength
         0: .line 127
            aload 0 /* this */
            iload 3 /* otherLength */
            invokevirtual org.apache.lucene.util.CharsRefBuilder.grow:(I)V
         1: .line 128
            aload 1 /* otherChars */
            iload 2 /* otherOffset */
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRefBuilder.ref:Lorg/apache/lucene/util/CharsRef;
            getfield org.apache.lucene.util.CharsRef.chars:[C
            iconst_0
            iload 3 /* otherLength */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 129
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRefBuilder.ref:Lorg/apache/lucene/util/CharsRef;
            iload 3 /* otherLength */
            putfield org.apache.lucene.util.CharsRef.length:I
         3: .line 130
            return
        end local 3 // int otherLength
        end local 2 // int otherOffset
        end local 1 // char[] otherChars
        end local 0 // org.apache.lucene.util.CharsRefBuilder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/apache/lucene/util/CharsRefBuilder;
            0    4     1   otherChars  [C
            0    4     2  otherOffset  I
            0    4     3  otherLength  I
    MethodParameters:
             Name  Flags
      otherChars   
      otherOffset  
      otherLength  

  public void append(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.apache.lucene.util.CharsRefBuilder this
        start local 1 // char[] otherChars
        start local 2 // int otherOffset
        start local 3 // int otherLength
         0: .line 136
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRefBuilder.ref:Lorg/apache/lucene/util/CharsRef;
            getfield org.apache.lucene.util.CharsRef.length:I
            iload 3 /* otherLength */
            iadd
            istore 4 /* newLen */
        start local 4 // int newLen
         1: .line 137
            aload 0 /* this */
            iload 4 /* newLen */
            invokevirtual org.apache.lucene.util.CharsRefBuilder.grow:(I)V
         2: .line 138
            aload 1 /* otherChars */
            iload 2 /* otherOffset */
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRefBuilder.ref:Lorg/apache/lucene/util/CharsRef;
            getfield org.apache.lucene.util.CharsRef.chars:[C
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRefBuilder.ref:Lorg/apache/lucene/util/CharsRef;
            getfield org.apache.lucene.util.CharsRef.length:I
            iload 3 /* otherLength */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 139
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRefBuilder.ref:Lorg/apache/lucene/util/CharsRef;
            iload 4 /* newLen */
            putfield org.apache.lucene.util.CharsRef.length:I
         4: .line 140
            return
        end local 4 // int newLen
        end local 3 // int otherLength
        end local 2 // int otherOffset
        end local 1 // char[] otherChars
        end local 0 // org.apache.lucene.util.CharsRefBuilder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lorg/apache/lucene/util/CharsRefBuilder;
            0    5     1   otherChars  [C
            0    5     2  otherOffset  I
            0    5     3  otherLength  I
            1    5     4       newLen  I
    MethodParameters:
             Name  Flags
      otherChars   
      otherOffset  
      otherLength  

  public org.apache.lucene.util.CharsRef get();
    descriptor: ()Lorg/apache/lucene/util/CharsRef;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.CharsRefBuilder this
         0: .line 148
            getstatic org.apache.lucene.util.CharsRefBuilder.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRefBuilder.ref:Lorg/apache/lucene/util/CharsRef;
            getfield org.apache.lucene.util.CharsRef.offset:I
            ifeq 1
            new java.lang.AssertionError
            dup
            ldc "Modifying the offset of the returned ref is illegal"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 149
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRefBuilder.ref:Lorg/apache/lucene/util/CharsRef;
            areturn
        end local 0 // org.apache.lucene.util.CharsRefBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/util/CharsRefBuilder;

  public org.apache.lucene.util.CharsRef toCharsRef();
    descriptor: ()Lorg/apache/lucene/util/CharsRef;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.CharsRefBuilder this
         0: .line 154
            new org.apache.lucene.util.CharsRef
            dup
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRefBuilder.ref:Lorg/apache/lucene/util/CharsRef;
            getfield org.apache.lucene.util.CharsRef.chars:[C
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRefBuilder.ref:Lorg/apache/lucene/util/CharsRef;
            getfield org.apache.lucene.util.CharsRef.length:I
            invokestatic org.apache.lucene.util.ArrayUtil.copyOfSubArray:([CII)[C
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.util.CharsRefBuilder.ref:Lorg/apache/lucene/util/CharsRef;
            getfield org.apache.lucene.util.CharsRef.length:I
            invokespecial org.apache.lucene.util.CharsRef.<init>:([CII)V
            areturn
        end local 0 // org.apache.lucene.util.CharsRefBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/CharsRefBuilder;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.CharsRefBuilder this
         0: .line 159
            aload 0 /* this */
            invokevirtual org.apache.lucene.util.CharsRefBuilder.get:()Lorg/apache/lucene/util/CharsRef;
            invokevirtual org.apache.lucene.util.CharsRef.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.lucene.util.CharsRefBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/CharsRefBuilder;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.CharsRefBuilder this
        start local 1 // java.lang.Object obj
         0: .line 164
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.lang.Object obj
        end local 0 // org.apache.lucene.util.CharsRefBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/CharsRefBuilder;
            0    1     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.CharsRefBuilder this
         0: .line 169
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.lucene.util.CharsRefBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/CharsRefBuilder;

  public java.lang.Appendable append(char);
    descriptor: (C)Ljava/lang/Appendable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual org.apache.lucene.util.CharsRefBuilder.append:(C)Lorg/apache/lucene/util/CharsRefBuilder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException

  public java.lang.Appendable append(java.lang.CharSequence, int, int);
    descriptor: (Ljava/lang/CharSequence;II)Ljava/lang/Appendable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            iload 2
            iload 3
            invokevirtual org.apache.lucene.util.CharsRefBuilder.append:(Ljava/lang/CharSequence;II)Lorg/apache/lucene/util/CharsRefBuilder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException

  public java.lang.Appendable append(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Ljava/lang/Appendable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.apache.lucene.util.CharsRefBuilder.append:(Ljava/lang/CharSequence;)Lorg/apache/lucene/util/CharsRefBuilder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException
}
SourceFile: "CharsRefBuilder.java"