public class org.jruby.ext.ripper.StringTerm extends org.jruby.ext.ripper.StrTerm
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ext.ripper.StringTerm
  super_class: org.jruby.ext.ripper.StrTerm
{
  private int flags;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private final char begin;
    descriptor: C
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final char end;
    descriptor: C
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int nest;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.util.List<org.jruby.util.ByteList> regexpFragments;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lorg/jruby/util/ByteList;>;

  private boolean regexpDynamic;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  protected org.jcodings.Encoding encodingOut;
    descriptor: Lorg/jcodings/Encoding;
    flags: (0x0004) ACC_PROTECTED

  public void <init>(int, int, int);
    descriptor: (III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jruby.ext.ripper.StringTerm this
        start local 1 // int flags
        start local 2 // int begin
        start local 3 // int end
         0: .line 61
            aload 0 /* this */
            invokespecial org.jruby.ext.ripper.StrTerm.<init>:()V
         1: .line 62
            aload 0 /* this */
            iload 1 /* flags */
            putfield org.jruby.ext.ripper.StringTerm.flags:I
         2: .line 63
            aload 0 /* this */
            iload 2 /* begin */
            i2c
            putfield org.jruby.ext.ripper.StringTerm.begin:C
         3: .line 64
            aload 0 /* this */
            iload 3 /* end */
            i2c
            putfield org.jruby.ext.ripper.StringTerm.end:C
         4: .line 65
            aload 0 /* this */
            iconst_0
            putfield org.jruby.ext.ripper.StringTerm.nest:I
         5: .line 66
            iload 1 /* flags */
            iconst_4
            iand
            ifeq 7
         6: .line 67
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.jruby.ext.ripper.StringTerm.regexpFragments:Ljava/util/List;
         7: .line 69
      StackMap locals: org.jruby.ext.ripper.StringTerm int int int
      StackMap stack:
            return
        end local 3 // int end
        end local 2 // int begin
        end local 1 // int flags
        end local 0 // org.jruby.ext.ripper.StringTerm this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/jruby/ext/ripper/StringTerm;
            0    8     1  flags  I
            0    8     2  begin  I
            0    8     3    end  I
    MethodParameters:
       Name  Flags
      flags  
      begin  
      end    

  public int getFlags();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ext.ripper.StringTerm this
         0: .line 72
            aload 0 /* this */
            getfield org.jruby.ext.ripper.StringTerm.flags:I
            ireturn
        end local 0 // org.jruby.ext.ripper.StringTerm this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ext/ripper/StringTerm;

  protected org.jruby.util.ByteList createByteList(org.jruby.ext.ripper.RipperLexer);
    descriptor: (Lorg/jruby/ext/ripper/RipperLexer;)Lorg/jruby/util/ByteList;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.jruby.ext.ripper.StringTerm this
        start local 1 // org.jruby.ext.ripper.RipperLexer lexer
         0: .line 76
            new org.jruby.util.ByteList
            dup
            getstatic org.jruby.util.ByteList.NULL_ARRAY:[B
            aload 1 /* lexer */
            invokevirtual org.jruby.ext.ripper.RipperLexer.getEncoding:()Lorg/jcodings/Encoding;
            invokespecial org.jruby.util.ByteList.<init>:([BLorg/jcodings/Encoding;)V
            areturn
        end local 1 // org.jruby.ext.ripper.RipperLexer lexer
        end local 0 // org.jruby.ext.ripper.StringTerm this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/jruby/ext/ripper/StringTerm;
            0    1     1  lexer  Lorg/jruby/ext/ripper/RipperLexer;
    MethodParameters:
       Name  Flags
      lexer  

  private int endFound(org.jruby.ext.ripper.RipperLexer);
    descriptor: (Lorg/jruby/ext/ripper/RipperLexer;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.ext.ripper.StringTerm this
        start local 1 // org.jruby.ext.ripper.RipperLexer lexer
         0: .line 80
            aload 0 /* this */
            getfield org.jruby.ext.ripper.StringTerm.flags:I
            bipush 8
            iand
            ifeq 5
         1: .line 81
            aload 0 /* this */
            dup
            getfield org.jruby.ext.ripper.StringTerm.flags:I
            ldc 32768
            ior
            putfield org.jruby.ext.ripper.StringTerm.flags:I
         2: .line 82
            aload 1 /* lexer */
            iconst_0
            invokevirtual org.jruby.ext.ripper.RipperLexer.pushback:(I)V
         3: .line 83
            aload 1 /* lexer */
            aload 1 /* lexer */
            getfield org.jruby.ext.ripper.RipperLexer.tokp:I
            aload 1 /* lexer */
            getfield org.jruby.ext.ripper.RipperLexer.lex_p:I
            invokevirtual org.jruby.ext.ripper.RipperLexer.addDelayedToken:(II)V
         4: .line 84
            bipush 32
            ireturn
         5: .line 87
      StackMap locals:
      StackMap stack:
            aload 1 /* lexer */
            aconst_null
            invokevirtual org.jruby.ext.ripper.RipperLexer.setStrTerm:(Lorg/jruby/ext/ripper/StrTerm;)V
         6: .line 89
            aload 0 /* this */
            getfield org.jruby.ext.ripper.StringTerm.flags:I
            iconst_4
            iand
            ifeq 11
         7: .line 90
            aload 0 /* this */
            aload 1 /* lexer */
            invokevirtual org.jruby.ext.ripper.StringTerm.validateRegexp:(Lorg/jruby/ext/ripper/RipperLexer;)V
         8: .line 91
            aload 1 /* lexer */
            sipush 383
            invokevirtual org.jruby.ext.ripper.RipperLexer.dispatchScanEvent:(I)V
         9: .line 92
            aload 1 /* lexer */
            bipush 6
            invokevirtual org.jruby.ext.ripper.RipperLexer.setState:(I)V
        10: .line 93
            sipush 383
            ireturn
        11: .line 96
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.ext.ripper.StringTerm.flags:I
            bipush 64
            iand
            ifeq 15
            aload 1 /* lexer */
            invokevirtual org.jruby.ext.ripper.RipperLexer.isLabelSuffix:()Z
            ifeq 15
        12: .line 97
            aload 1 /* lexer */
            invokevirtual org.jruby.ext.ripper.RipperLexer.nextc:()I
            pop
        13: .line 98
            aload 1 /* lexer */
            sipush 1025
            invokevirtual org.jruby.ext.ripper.RipperLexer.setState:(I)V
        14: .line 99
            sipush 396
            ireturn
        15: .line 102
      StackMap locals:
      StackMap stack:
            aload 1 /* lexer */
            bipush 6
            invokevirtual org.jruby.ext.ripper.RipperLexer.setState:(I)V
        16: .line 103
            sipush 373
            ireturn
        end local 1 // org.jruby.ext.ripper.RipperLexer lexer
        end local 0 // org.jruby.ext.ripper.StringTerm this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   17     0   this  Lorg/jruby/ext/ripper/StringTerm;
            0   17     1  lexer  Lorg/jruby/ext/ripper/RipperLexer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      lexer  

  private void validateRegexp(org.jruby.ext.ripper.RipperLexer);
    descriptor: (Lorg/jruby/ext/ripper/RipperLexer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // org.jruby.ext.ripper.StringTerm this
        start local 1 // org.jruby.ext.ripper.RipperLexer lexer
         0: .line 107
            aload 1 /* lexer */
            invokevirtual org.jruby.ext.ripper.RipperLexer.getRuntime:()Lorg/jruby/Ruby;
            astore 2 /* runtime */
        start local 2 // org.jruby.Ruby runtime
         1: .line 108
            aload 1 /* lexer */
            invokevirtual org.jruby.ext.ripper.RipperLexer.parseRegexpFlags:()Lorg/jruby/util/RegexpOptions;
            astore 3 /* options */
        start local 3 // org.jruby.util.RegexpOptions options
         2: .line 109
            aload 0 /* this */
            getfield org.jruby.ext.ripper.StringTerm.regexpFragments:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 5
      StackMap locals: org.jruby.ext.ripper.StringTerm org.jruby.ext.ripper.RipperLexer org.jruby.Ruby org.jruby.util.RegexpOptions top java.util.Iterator
      StackMap stack:
         3: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.jruby.util.ByteList
            astore 4 /* fragment */
        start local 4 // org.jruby.util.ByteList fragment
         4: .line 110
            aload 1 /* lexer */
            aload 2 /* runtime */
            aload 4 /* fragment */
            aload 3 /* options */
            invokevirtual org.jruby.ext.ripper.RipperLexer.checkRegexpFragment:(Lorg/jruby/Ruby;Lorg/jruby/util/ByteList;Lorg/jruby/util/RegexpOptions;)V
        end local 4 // org.jruby.util.ByteList fragment
         5: .line 109
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         6: .line 112
            aload 0 /* this */
            getfield org.jruby.ext.ripper.StringTerm.regexpDynamic:Z
            ifne 8
            aload 0 /* this */
            getfield org.jruby.ext.ripper.StringTerm.regexpFragments:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            if_icmpne 8
         7: .line 113
            aload 1 /* lexer */
            aload 2 /* runtime */
            aload 0 /* this */
            getfield org.jruby.ext.ripper.StringTerm.regexpFragments:Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.jruby.util.ByteList
            aload 3 /* options */
            invokevirtual org.jruby.ext.ripper.RipperLexer.checkRegexpSyntax:(Lorg/jruby/Ruby;Lorg/jruby/util/ByteList;Lorg/jruby/util/RegexpOptions;)V
         8: .line 115
      StackMap locals: org.jruby.ext.ripper.StringTerm org.jruby.ext.ripper.RipperLexer org.jruby.Ruby org.jruby.util.RegexpOptions
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.ext.ripper.StringTerm.regexpFragments:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         9: .line 116
            aload 0 /* this */
            iconst_0
            putfield org.jruby.ext.ripper.StringTerm.regexpDynamic:Z
        10: .line 117
            return
        end local 3 // org.jruby.util.RegexpOptions options
        end local 2 // org.jruby.Ruby runtime
        end local 1 // org.jruby.ext.ripper.RipperLexer lexer
        end local 0 // org.jruby.ext.ripper.StringTerm this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lorg/jruby/ext/ripper/StringTerm;
            0   11     1     lexer  Lorg/jruby/ext/ripper/RipperLexer;
            1   11     2   runtime  Lorg/jruby/Ruby;
            2   11     3   options  Lorg/jruby/util/RegexpOptions;
            4    5     4  fragment  Lorg/jruby/util/ByteList;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      lexer  

  public int parseString(org.jruby.ext.ripper.RipperLexer, org.jruby.lexer.LexerSource);
    descriptor: (Lorg/jruby/ext/ripper/RipperLexer;Lorg/jruby/lexer/LexerSource;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // org.jruby.ext.ripper.StringTerm this
        start local 1 // org.jruby.ext.ripper.RipperLexer lexer
        start local 2 // org.jruby.lexer.LexerSource src
         0: .line 121
            iconst_0
            istore 3 /* spaceSeen */
        start local 3 // boolean spaceSeen
         1: .line 124
            aload 0 /* this */
            getfield org.jruby.ext.ripper.StringTerm.flags:I
            ldc 32768
            iand
            ifeq 8
         2: .line 125
            aload 0 /* this */
            getfield org.jruby.ext.ripper.StringTerm.flags:I
            bipush 8
            iand
            ifeq 3
            aload 1 /* lexer */
            invokevirtual org.jruby.ext.ripper.RipperLexer.nextc:()I
            pop
         3: .line 126
      StackMap locals: int
      StackMap stack:
            aload 1 /* lexer */
            bipush 6
            invokevirtual org.jruby.ext.ripper.RipperLexer.setState:(I)V
         4: .line 127
            aload 1 /* lexer */
            aconst_null
            invokevirtual org.jruby.ext.ripper.RipperLexer.setStrTerm:(Lorg/jruby/ext/ripper/StrTerm;)V
         5: .line 128
            aload 0 /* this */
            getfield org.jruby.ext.ripper.StringTerm.flags:I
            iconst_4
            iand
            ifeq 6
            sipush 383
            goto 7
      StackMap locals:
      StackMap stack:
         6: sipush 373
      StackMap locals:
      StackMap stack: int
         7: ireturn
         8: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* lexer */
            invokevirtual org.jruby.ext.ripper.StringTerm.createByteList:(Lorg/jruby/ext/ripper/RipperLexer;)Lorg/jruby/util/ByteList;
            astore 5 /* buffer */
        start local 5 // org.jruby.util.ByteList buffer
         9: .line 133
            aload 1 /* lexer */
            invokevirtual org.jruby.ext.ripper.RipperLexer.nextc:()I
            istore 4 /* c */
        start local 4 // int c
        10: .line 134
            aload 0 /* this */
            getfield org.jruby.ext.ripper.StringTerm.flags:I
            bipush 8
            iand
            ifeq 14
            iload 4 /* c */
            invokestatic java.lang.Character.isWhitespace:(I)Z
            ifeq 14
        11: .line 136
      StackMap locals: int org.jruby.util.ByteList
      StackMap stack:
            aload 1 /* lexer */
            invokevirtual org.jruby.ext.ripper.RipperLexer.nextc:()I
            istore 4 /* c */
        12: .line 137
            iload 4 /* c */
            invokestatic java.lang.Character.isWhitespace:(I)Z
            ifne 11
        13: .line 138
            iconst_1
            istore 3 /* spaceSeen */
        14: .line 141
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.ext.ripper.StringTerm.flags:I
            sipush 16384
            iand
            ifeq 17
        15: .line 142
            aload 0 /* this */
            dup
            getfield org.jruby.ext.ripper.StringTerm.flags:I
            sipush -16385
            iand
            putfield org.jruby.ext.ripper.StringTerm.flags:I
        16: .line 143
            iconst_1
            istore 3 /* spaceSeen */
        17: .line 146
      StackMap locals:
      StackMap stack:
            iload 4 /* c */
            aload 0 /* this */
            getfield org.jruby.ext.ripper.StringTerm.end:C
            if_icmpne 19
            aload 0 /* this */
            getfield org.jruby.ext.ripper.StringTerm.nest:I
            ifne 19
        18: .line 147
            aload 0 /* this */
            aload 1 /* lexer */
            invokevirtual org.jruby.ext.ripper.StringTerm.endFound:(Lorg/jruby/ext/ripper/RipperLexer;)I
            ireturn
        19: .line 150
      StackMap locals:
      StackMap stack:
            iload 3 /* spaceSeen */
            ifeq 23
        20: .line 151
            aload 1 /* lexer */
            iload 4 /* c */
            invokevirtual org.jruby.ext.ripper.RipperLexer.pushback:(I)V
        21: .line 152
            aload 1 /* lexer */
            aload 1 /* lexer */
            getfield org.jruby.ext.ripper.RipperLexer.tokp:I
            aload 1 /* lexer */
            getfield org.jruby.ext.ripper.RipperLexer.lex_p:I
            invokevirtual org.jruby.ext.ripper.RipperLexer.addDelayedToken:(II)V
        22: .line 153
            bipush 32
            ireturn
        23: .line 156
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.ext.ripper.StringTerm.flags:I
            iconst_2
            iand
            ifeq 30
            iload 4 /* c */
            bipush 35
            if_icmpne 30
        24: .line 157
            aload 1 /* lexer */
            sipush 372
            sipush 371
            invokevirtual org.jruby.ext.ripper.RipperLexer.peekVariableName:(II)I
            istore 6 /* token */
        start local 6 // int token
        25: .line 159
            iload 6 /* token */
            ifeq 29
        26: .line 160
            aload 0 /* this */
            getfield org.jruby.ext.ripper.StringTerm.flags:I
            iconst_4
            iand
            ifeq 28
        27: .line 161
            aload 0 /* this */
            iconst_1
            putfield org.jruby.ext.ripper.StringTerm.regexpDynamic:Z
        28: .line 163
      StackMap locals: int
      StackMap stack:
            iload 6 /* token */
            ireturn
        29: .line 165
      StackMap locals:
      StackMap stack:
            aload 5 /* buffer */
            iload 4 /* c */
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        end local 6 // int token
        30: .line 168
      StackMap locals:
      StackMap stack:
            aload 1 /* lexer */
            iload 4 /* c */
            invokevirtual org.jruby.ext.ripper.RipperLexer.pushback:(I)V
        31: .line 170
            aload 0 /* this */
            aload 1 /* lexer */
            aload 2 /* src */
            aload 5 /* buffer */
            aload 1 /* lexer */
            invokevirtual org.jruby.ext.ripper.RipperLexer.getEncoding:()Lorg/jcodings/Encoding;
            invokevirtual org.jruby.ext.ripper.StringTerm.parseStringIntoBuffer:(Lorg/jruby/ext/ripper/RipperLexer;Lorg/jruby/lexer/LexerSource;Lorg/jruby/util/ByteList;Lorg/jcodings/Encoding;)I
            iconst_m1
            if_icmpne 37
        32: .line 171
            aload 0 /* this */
            getfield org.jruby.ext.ripper.StringTerm.flags:I
            iconst_4
            iand
            ifeq 35
        33: .line 172
            aload 1 /* lexer */
            ldc "unterminated regexp meets end of file"
            invokevirtual org.jruby.ext.ripper.RipperLexer.compile_error:(Ljava/lang/String;)V
        34: .line 173
            goto 36
        35: .line 174
      StackMap locals:
      StackMap stack:
            aload 1 /* lexer */
            ldc "unterminated string meets end of file"
            invokevirtual org.jruby.ext.ripper.RipperLexer.compile_error:(Ljava/lang/String;)V
        36: .line 176
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.jruby.ext.ripper.StringTerm.flags:I
            ldc 32768
            ior
            putfield org.jruby.ext.ripper.StringTerm.flags:I
        37: .line 179
      StackMap locals:
      StackMap stack:
            aload 1 /* lexer */
            aload 1 /* lexer */
            aload 5 /* buffer */
            aload 0 /* this */
            getfield org.jruby.ext.ripper.StringTerm.flags:I
            invokevirtual org.jruby.ext.ripper.RipperLexer.createStr:(Lorg/jruby/util/ByteList;I)Lorg/jruby/runtime/builtin/IRubyObject;
            invokevirtual org.jruby.ext.ripper.RipperLexer.setValue:(Ljava/lang/Object;)V
        38: .line 180
            aload 0 /* this */
            getfield org.jruby.ext.ripper.StringTerm.flags:I
            iconst_4
            iand
            ifeq 40
        39: .line 181
            aload 0 /* this */
            getfield org.jruby.ext.ripper.StringTerm.regexpFragments:Ljava/util/List;
            aload 5 /* buffer */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        40: .line 183
      StackMap locals:
      StackMap stack:
            aload 1 /* lexer */
            aload 0 /* this */
            getfield org.jruby.ext.ripper.StringTerm.encodingOut:Lorg/jcodings/Encoding;
            invokevirtual org.jruby.ext.ripper.RipperLexer.flush_string_content:(Lorg/jcodings/Encoding;)V
        41: .line 184
            sipush 378
            ireturn
        end local 5 // org.jruby.util.ByteList buffer
        end local 4 // int c
        end local 3 // boolean spaceSeen
        end local 2 // org.jruby.lexer.LexerSource src
        end local 1 // org.jruby.ext.ripper.RipperLexer lexer
        end local 0 // org.jruby.ext.ripper.StringTerm this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   42     0       this  Lorg/jruby/ext/ripper/StringTerm;
            0   42     1      lexer  Lorg/jruby/ext/ripper/RipperLexer;
            0   42     2        src  Lorg/jruby/lexer/LexerSource;
            1   42     3  spaceSeen  Z
           10   42     4          c  I
            9   42     5     buffer  Lorg/jruby/util/ByteList;
           25   30     6      token  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      lexer  
      src    

  private void mixedEscape(org.jruby.ext.ripper.RipperLexer, org.jcodings.Encoding, org.jcodings.Encoding);
    descriptor: (Lorg/jruby/ext/ripper/RipperLexer;Lorg/jcodings/Encoding;Lorg/jcodings/Encoding;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.ext.ripper.StringTerm this
        start local 1 // org.jruby.ext.ripper.RipperLexer lexer
        start local 2 // org.jcodings.Encoding foundEncoding
        start local 3 // org.jcodings.Encoding parserEncoding
         0: .line 188
            aload 1 /* lexer */
            new java.lang.StringBuilder
            dup
            ldc " mixed within "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* parserEncoding */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.jruby.ext.ripper.RipperLexer.compile_error:(Ljava/lang/String;)V
         1: .line 189
            return
        end local 3 // org.jcodings.Encoding parserEncoding
        end local 2 // org.jcodings.Encoding foundEncoding
        end local 1 // org.jruby.ext.ripper.RipperLexer lexer
        end local 0 // org.jruby.ext.ripper.StringTerm this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/jruby/ext/ripper/StringTerm;
            0    2     1           lexer  Lorg/jruby/ext/ripper/RipperLexer;
            0    2     2   foundEncoding  Lorg/jcodings/Encoding;
            0    2     3  parserEncoding  Lorg/jcodings/Encoding;
    MethodParameters:
                Name  Flags
      lexer           
      foundEncoding   
      parserEncoding  

  public int parseStringIntoBuffer(org.jruby.ext.ripper.RipperLexer, org.jruby.lexer.LexerSource, org.jruby.util.ByteList, org.jcodings.Encoding);
    descriptor: (Lorg/jruby/ext/ripper/RipperLexer;Lorg/jruby/lexer/LexerSource;Lorg/jruby/util/ByteList;Lorg/jcodings/Encoding;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=13, args_size=5
        start local 0 // org.jruby.ext.ripper.StringTerm this
        start local 1 // org.jruby.ext.ripper.RipperLexer lexer
        start local 2 // org.jruby.lexer.LexerSource src
        start local 3 // org.jruby.util.ByteList buffer
        start local 4 // org.jcodings.Encoding enc
         0: .line 193
            aload 0 /* this */
            getfield org.jruby.ext.ripper.StringTerm.flags:I
            bipush 8
            iand
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 5 /* qwords */
        start local 5 // boolean qwords
         3: .line 194
            aload 0 /* this */
            getfield org.jruby.ext.ripper.StringTerm.flags:I
            iconst_2
            iand
            ifeq 4
            iconst_1
            goto 5
      StackMap locals: int
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: istore 6 /* expand */
        start local 6 // boolean expand
         6: .line 195
            aload 0 /* this */
            getfield org.jruby.ext.ripper.StringTerm.flags:I
            iconst_1
            iand
            ifeq 7
            iconst_1
            goto 8
      StackMap locals: int
      StackMap stack:
         7: iconst_0
      StackMap locals:
      StackMap stack: int
         8: istore 7 /* escape */
        start local 7 // boolean escape
         9: .line 196
            aload 0 /* this */
            getfield org.jruby.ext.ripper.StringTerm.flags:I
            iconst_4
            iand
            ifeq 10
            iconst_1
            goto 11
      StackMap locals: int
      StackMap stack:
        10: iconst_0
      StackMap locals:
      StackMap stack: int
        11: istore 8 /* regexp */
        start local 8 // boolean regexp
        12: .line 197
            aload 0 /* this */
            getfield org.jruby.ext.ripper.StringTerm.flags:I
            bipush 16
            iand
            ifeq 13
            iconst_1
            goto 14
      StackMap locals: int
      StackMap stack:
        13: iconst_0
      StackMap locals:
      StackMap stack: int
        14: istore 9 /* symbol */
        start local 9 // boolean symbol
        15: .line 198
            iconst_0
            istore 10 /* hasNonAscii */
        start local 10 // boolean hasNonAscii
        16: .line 201
            goto 100
        start local 11 // int c
        17: .line 202
      StackMap locals: int int int
      StackMap stack:
            aload 1 /* lexer */
            invokevirtual org.jruby.ext.ripper.RipperLexer.getHeredocIndent:()I
            ifle 19
        18: .line 203
            aload 1 /* lexer */
            iload 11 /* c */
            invokevirtual org.jruby.ext.ripper.RipperLexer.update_heredoc_indent:(I)Z
            pop
        19: .line 206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.ext.ripper.StringTerm.begin:C
            ifeq 22
            iload 11 /* c */
            aload 0 /* this */
            getfield org.jruby.ext.ripper.StringTerm.begin:C
            if_icmpne 22
        20: .line 207
            aload 0 /* this */
            dup
            getfield org.jruby.ext.ripper.StringTerm.nest:I
            iconst_1
            iadd
            putfield org.jruby.ext.ripper.StringTerm.nest:I
        21: .line 208
            goto 94
      StackMap locals:
      StackMap stack:
        22: iload 11 /* c */
            aload 0 /* this */
            getfield org.jruby.ext.ripper.StringTerm.end:C
            if_icmpne 28
        23: .line 209
            aload 0 /* this */
            getfield org.jruby.ext.ripper.StringTerm.nest:I
            ifne 26
        24: .line 210
            aload 1 /* lexer */
            iload 11 /* c */
            invokevirtual org.jruby.ext.ripper.RipperLexer.pushback:(I)V
        25: .line 211
            goto 102
        26: .line 213
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.jruby.ext.ripper.StringTerm.nest:I
            iconst_1
            isub
            putfield org.jruby.ext.ripper.StringTerm.nest:I
        27: .line 214
            goto 94
      StackMap locals:
      StackMap stack:
        28: iload 6 /* expand */
            ifeq 36
            iload 11 /* c */
            bipush 35
            if_icmpne 36
            aload 1 /* lexer */
            bipush 10
            invokevirtual org.jruby.ext.ripper.RipperLexer.peek:(I)Z
            ifne 36
        29: .line 215
            aload 1 /* lexer */
            invokevirtual org.jruby.ext.ripper.RipperLexer.nextc:()I
            istore 12 /* c2 */
        start local 12 // int c2
        30: .line 217
            iload 12 /* c2 */
            bipush 36
            if_icmpeq 31
            iload 12 /* c2 */
            bipush 64
            if_icmpeq 31
            iload 12 /* c2 */
            bipush 123
            if_icmpne 34
        31: .line 218
      StackMap locals: int
      StackMap stack:
            aload 1 /* lexer */
            iload 12 /* c2 */
            invokevirtual org.jruby.ext.ripper.RipperLexer.pushback:(I)V
        32: .line 219
            aload 1 /* lexer */
            iload 11 /* c */
            invokevirtual org.jruby.ext.ripper.RipperLexer.pushback:(I)V
        33: .line 220
            goto 102
        34: .line 222
      StackMap locals:
      StackMap stack:
            aload 1 /* lexer */
            iload 12 /* c2 */
            invokevirtual org.jruby.ext.ripper.RipperLexer.pushback:(I)V
        end local 12 // int c2
        35: .line 223
            goto 94
      StackMap locals:
      StackMap stack:
        36: iload 11 /* c */
            bipush 92
            if_icmpne 83
        37: .line 224
            aload 1 /* lexer */
            invokevirtual org.jruby.ext.ripper.RipperLexer.nextc:()I
            istore 11 /* c */
        38: .line 225
            iload 11 /* c */
            lookupswitch { // 3
                   10: 39
                   92: 43
                  117: 45
              default: 55
          }
        39: .line 227
      StackMap locals:
      StackMap stack:
            iload 5 /* qwords */
            ifeq 40
            goto 94
        40: .line 228
      StackMap locals:
      StackMap stack:
            iload 6 /* expand */
            ifeq 41
            goto 100
        41: .line 229
      StackMap locals:
      StackMap stack:
            aload 3 /* buffer */
            bipush 92
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        42: .line 230
            goto 94
        43: .line 233
      StackMap locals:
      StackMap stack:
            iload 7 /* escape */
            ifeq 94
            aload 3 /* buffer */
            iload 11 /* c */
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        44: .line 234
            goto 94
        45: .line 237
      StackMap locals:
      StackMap stack:
            iload 6 /* expand */
            ifne 48
        46: .line 238
            aload 3 /* buffer */
            bipush 92
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        47: .line 239
            goto 94
        48: .line 242
      StackMap locals:
      StackMap stack:
            iload 8 /* regexp */
            ifeq 51
        49: .line 243
            aload 1 /* lexer */
            aload 3 /* buffer */
            invokevirtual org.jruby.ext.ripper.RipperLexer.readUTFEscapeRegexpLiteral:(Lorg/jruby/util/ByteList;)V
        50: .line 244
            goto 52
        51: .line 245
      StackMap locals:
      StackMap stack:
            aload 1 /* lexer */
            aload 3 /* buffer */
            iconst_1
            iload 9 /* symbol */
            invokevirtual org.jruby.ext.ripper.RipperLexer.readUTFEscape:(Lorg/jruby/util/ByteList;ZZ)I
            pop
        52: .line 248
      StackMap locals:
      StackMap stack:
            iload 10 /* hasNonAscii */
            ifeq 100
            aload 3 /* buffer */
            invokevirtual org.jruby.util.ByteList.getEncoding:()Lorg/jcodings/Encoding;
            aload 4 /* enc */
            if_acmpeq 100
        53: .line 249
            aload 0 /* this */
            aload 1 /* lexer */
            aload 3 /* buffer */
            invokevirtual org.jruby.util.ByteList.getEncoding:()Lorg/jcodings/Encoding;
            aload 4 /* enc */
            invokevirtual org.jruby.ext.ripper.StringTerm.mixedEscape:(Lorg/jruby/ext/ripper/RipperLexer;Lorg/jcodings/Encoding;Lorg/jcodings/Encoding;)V
        54: .line 252
            goto 100
        55: .line 254
      StackMap locals:
      StackMap stack:
            iload 11 /* c */
            iconst_m1
            if_icmpne 56
            iconst_m1
            ireturn
        56: .line 256
      StackMap locals:
      StackMap stack:
            aload 1 /* lexer */
            invokevirtual org.jruby.ext.ripper.RipperLexer.isASCII:()Z
            ifne 65
        57: .line 257
            iload 6 /* expand */
            ifne 58
            aload 3 /* buffer */
            bipush 92
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        58: .line 260
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 10 /* hasNonAscii */
        59: .line 262
            aload 3 /* buffer */
            invokevirtual org.jruby.util.ByteList.getEncoding:()Lorg/jcodings/Encoding;
            aload 4 /* enc */
            if_acmpeq 62
        60: .line 263
            aload 0 /* this */
            aload 1 /* lexer */
            aload 3 /* buffer */
            invokevirtual org.jruby.util.ByteList.getEncoding:()Lorg/jcodings/Encoding;
            aload 4 /* enc */
            invokevirtual org.jruby.ext.ripper.StringTerm.mixedEscape:(Lorg/jruby/ext/ripper/RipperLexer;Lorg/jcodings/Encoding;Lorg/jcodings/Encoding;)V
        61: .line 264
            goto 100
        62: .line 267
      StackMap locals:
      StackMap stack:
            aload 1 /* lexer */
            iload 11 /* c */
            aload 3 /* buffer */
            invokevirtual org.jruby.ext.ripper.RipperLexer.tokenAddMBC:(ILorg/jruby/util/ByteList;)Z
            ifne 100
        63: .line 268
            aload 1 /* lexer */
            new java.lang.StringBuilder
            dup
            ldc "invalid multibyte char ("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* enc */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.jruby.ext.ripper.RipperLexer.compile_error:(Ljava/lang/String;)V
        64: .line 269
            iconst_m1
            ireturn
        65: .line 275
      StackMap locals:
      StackMap stack:
            iload 8 /* regexp */
            ifeq 74
        66: .line 276
            iload 11 /* c */
            aload 0 /* this */
            getfield org.jruby.ext.ripper.StringTerm.end:C
            if_icmpne 69
            aload 0 /* this */
            iload 11 /* c */
            invokevirtual org.jruby.ext.ripper.StringTerm.simple_re_meta:(I)Z
            ifne 69
        67: .line 277
            aload 3 /* buffer */
            iload 11 /* c */
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        68: .line 278
            goto 100
        69: .line 280
      StackMap locals:
      StackMap stack:
            aload 1 /* lexer */
            iload 11 /* c */
            invokevirtual org.jruby.ext.ripper.RipperLexer.pushback:(I)V
        70: .line 281
            aload 0 /* this */
            aload 1 /* lexer */
            aload 2 /* src */
            aload 3 /* buffer */
            invokevirtual org.jruby.ext.ripper.StringTerm.parseEscapeIntoBuffer:(Lorg/jruby/ext/ripper/RipperLexer;Lorg/jruby/lexer/LexerSource;Lorg/jruby/util/ByteList;)V
        71: .line 283
            iload 10 /* hasNonAscii */
            ifeq 100
            aload 3 /* buffer */
            invokevirtual org.jruby.util.ByteList.getEncoding:()Lorg/jcodings/Encoding;
            aload 4 /* enc */
            if_acmpeq 100
        72: .line 284
            aload 0 /* this */
            aload 1 /* lexer */
            aload 3 /* buffer */
            invokevirtual org.jruby.util.ByteList.getEncoding:()Lorg/jcodings/Encoding;
            aload 4 /* enc */
            invokevirtual org.jruby.ext.ripper.StringTerm.mixedEscape:(Lorg/jruby/ext/ripper/RipperLexer;Lorg/jcodings/Encoding;Lorg/jcodings/Encoding;)V
        73: .line 287
            goto 100
        74: .line 288
      StackMap locals:
      StackMap stack:
            iload 6 /* expand */
            ifeq 79
        75: .line 289
            aload 1 /* lexer */
            iload 11 /* c */
            invokevirtual org.jruby.ext.ripper.RipperLexer.pushback:(I)V
        76: .line 290
            iload 7 /* escape */
            ifeq 77
            aload 3 /* buffer */
            bipush 92
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        77: .line 291
      StackMap locals:
      StackMap stack:
            aload 1 /* lexer */
            invokevirtual org.jruby.ext.ripper.RipperLexer.readEscape:()I
            istore 11 /* c */
        78: .line 292
            goto 94
      StackMap locals:
      StackMap stack:
        79: iload 5 /* qwords */
            ifeq 80
            iload 11 /* c */
            invokestatic java.lang.Character.isWhitespace:(I)Z
            ifne 94
        80: .line 294
      StackMap locals:
      StackMap stack:
            iload 11 /* c */
            aload 0 /* this */
            getfield org.jruby.ext.ripper.StringTerm.end:C
            if_icmpeq 94
            aload 0 /* this */
            getfield org.jruby.ext.ripper.StringTerm.begin:C
            ifeq 81
            iload 11 /* c */
            aload 0 /* this */
            getfield org.jruby.ext.ripper.StringTerm.begin:C
            if_icmpeq 94
        81: .line 295
      StackMap locals:
      StackMap stack:
            aload 3 /* buffer */
            bipush 92
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        82: .line 298
            goto 94
      StackMap locals:
      StackMap stack:
        83: aload 1 /* lexer */
            invokevirtual org.jruby.ext.ripper.RipperLexer.isASCII:()Z
            ifne 91
        84: .line 299
            iconst_1
            istore 10 /* hasNonAscii */
        85: .line 301
            aload 3 /* buffer */
            invokevirtual org.jruby.util.ByteList.getEncoding:()Lorg/jcodings/Encoding;
            aload 4 /* enc */
            if_acmpeq 88
        86: .line 302
            aload 0 /* this */
            aload 1 /* lexer */
            aload 3 /* buffer */
            invokevirtual org.jruby.util.ByteList.getEncoding:()Lorg/jcodings/Encoding;
            aload 4 /* enc */
            invokevirtual org.jruby.ext.ripper.StringTerm.mixedEscape:(Lorg/jruby/ext/ripper/RipperLexer;Lorg/jcodings/Encoding;Lorg/jcodings/Encoding;)V
        87: .line 303
            goto 100
        88: .line 306
      StackMap locals:
      StackMap stack:
            aload 1 /* lexer */
            iload 11 /* c */
            aload 3 /* buffer */
            invokevirtual org.jruby.ext.ripper.RipperLexer.tokenAddMBC:(ILorg/jruby/util/ByteList;)Z
            ifne 100
        89: .line 307
            aload 1 /* lexer */
            new java.lang.StringBuilder
            dup
            ldc "invalid multibyte char ("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* enc */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.jruby.ext.ripper.RipperLexer.compile_error:(Ljava/lang/String;)V
        90: .line 308
            iconst_m1
            ireturn
        91: .line 312
      StackMap locals:
      StackMap stack:
            iload 5 /* qwords */
            ifeq 94
            iload 11 /* c */
            invokestatic java.lang.Character.isWhitespace:(I)Z
            ifeq 94
        92: .line 313
            aload 1 /* lexer */
            iload 11 /* c */
            invokevirtual org.jruby.ext.ripper.RipperLexer.pushback:(I)V
        93: .line 314
            goto 102
        94: .line 322
      StackMap locals:
      StackMap stack:
            iload 11 /* c */
            sipush 128
            iand
            ifeq 99
        95: .line 323
            iconst_1
            istore 10 /* hasNonAscii */
        96: .line 324
            aload 3 /* buffer */
            invokevirtual org.jruby.util.ByteList.getEncoding:()Lorg/jcodings/Encoding;
            aload 4 /* enc */
            if_acmpeq 99
        97: .line 325
            aload 0 /* this */
            aload 1 /* lexer */
            aload 3 /* buffer */
            invokevirtual org.jruby.util.ByteList.getEncoding:()Lorg/jcodings/Encoding;
            aload 4 /* enc */
            invokevirtual org.jruby.ext.ripper.StringTerm.mixedEscape:(Lorg/jruby/ext/ripper/RipperLexer;Lorg/jcodings/Encoding;Lorg/jcodings/Encoding;)V
        98: .line 326
            goto 100
        99: .line 329
      StackMap locals:
      StackMap stack:
            aload 3 /* buffer */
            iload 11 /* c */
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        end local 11 // int c
       100: .line 201
      StackMap locals:
      StackMap stack:
            aload 1 /* lexer */
            invokevirtual org.jruby.ext.ripper.RipperLexer.nextc:()I
            dup
            istore 11 /* c */
        start local 11 // int c
       101: iconst_m1
            if_icmpne 17
       102: .line 332
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 3 /* buffer */
            invokevirtual org.jruby.util.ByteList.getEncoding:()Lorg/jcodings/Encoding;
            putfield org.jruby.ext.ripper.StringTerm.encodingOut:Lorg/jcodings/Encoding;
       103: .line 334
            iload 11 /* c */
            ireturn
        end local 11 // int c
        end local 10 // boolean hasNonAscii
        end local 9 // boolean symbol
        end local 8 // boolean regexp
        end local 7 // boolean escape
        end local 6 // boolean expand
        end local 5 // boolean qwords
        end local 4 // org.jcodings.Encoding enc
        end local 3 // org.jruby.util.ByteList buffer
        end local 2 // org.jruby.lexer.LexerSource src
        end local 1 // org.jruby.ext.ripper.RipperLexer lexer
        end local 0 // org.jruby.ext.ripper.StringTerm this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0  104     0         this  Lorg/jruby/ext/ripper/StringTerm;
            0  104     1        lexer  Lorg/jruby/ext/ripper/RipperLexer;
            0  104     2          src  Lorg/jruby/lexer/LexerSource;
            0  104     3       buffer  Lorg/jruby/util/ByteList;
            0  104     4          enc  Lorg/jcodings/Encoding;
            3  104     5       qwords  Z
            6  104     6       expand  Z
            9  104     7       escape  Z
           12  104     8       regexp  Z
           15  104     9       symbol  Z
           16  104    10  hasNonAscii  Z
           17  100    11            c  I
          101  104    11            c  I
           30   35    12           c2  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      lexer   
      src     
      buffer  
      enc     

  private boolean simple_re_meta(int);
    descriptor: (I)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.jruby.ext.ripper.StringTerm this
        start local 1 // int c
         0: .line 338
            iload 1 /* c */
            lookupswitch { // 11
                   36: 1
                   41: 1
                   42: 1
                   43: 1
                   46: 1
                   62: 1
                   63: 1
                   93: 1
                   94: 1
                  124: 1
                  125: 1
              default: 2
          }
         1: .line 340
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         2: .line 343
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // int c
        end local 0 // org.jruby.ext.ripper.StringTerm this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/ext/ripper/StringTerm;
            0    3     1     c  I
    MethodParameters:
      Name  Flags
      c     

  private void escaped(org.jruby.ext.ripper.RipperLexer, org.jruby.lexer.LexerSource, org.jruby.util.ByteList);
    descriptor: (Lorg/jruby/ext/ripper/RipperLexer;Lorg/jruby/lexer/LexerSource;Lorg/jruby/util/ByteList;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // org.jruby.ext.ripper.StringTerm this
        start local 1 // org.jruby.ext.ripper.RipperLexer lexer
        start local 2 // org.jruby.lexer.LexerSource src
        start local 3 // org.jruby.util.ByteList buffer
         0: .line 350
            aload 1 /* lexer */
            invokevirtual org.jruby.ext.ripper.RipperLexer.nextc:()I
            dup
            istore 4 /* c */
        start local 4 // int c
         1: lookupswitch { // 2
                   -1: 4
                   92: 2
              default: 5
          }
         2: .line 352
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* lexer */
            aload 2 /* src */
            aload 3 /* buffer */
            invokevirtual org.jruby.ext.ripper.StringTerm.parseEscapeIntoBuffer:(Lorg/jruby/ext/ripper/RipperLexer;Lorg/jruby/lexer/LexerSource;Lorg/jruby/util/ByteList;)V
         3: .line 353
            goto 6
         4: .line 355
      StackMap locals:
      StackMap stack:
            aload 1 /* lexer */
            ldc "Invalid escape character syntax"
            invokevirtual org.jruby.ext.ripper.RipperLexer.compile_error:(Ljava/lang/String;)V
         5: .line 357
      StackMap locals:
      StackMap stack:
            aload 3 /* buffer */
            iload 4 /* c */
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
         6: .line 359
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int c
        end local 3 // org.jruby.util.ByteList buffer
        end local 2 // org.jruby.lexer.LexerSource src
        end local 1 // org.jruby.ext.ripper.RipperLexer lexer
        end local 0 // org.jruby.ext.ripper.StringTerm this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/jruby/ext/ripper/StringTerm;
            0    7     1   lexer  Lorg/jruby/ext/ripper/RipperLexer;
            0    7     2     src  Lorg/jruby/lexer/LexerSource;
            0    7     3  buffer  Lorg/jruby/util/ByteList;
            1    7     4       c  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      lexer   
      src     
      buffer  

  private void parseEscapeIntoBuffer(org.jruby.ext.ripper.RipperLexer, org.jruby.lexer.LexerSource, org.jruby.util.ByteList);
    descriptor: (Lorg/jruby/ext/ripper/RipperLexer;Lorg/jruby/lexer/LexerSource;Lorg/jruby/util/ByteList;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // org.jruby.ext.ripper.StringTerm this
        start local 1 // org.jruby.ext.ripper.RipperLexer lexer
        start local 2 // org.jruby.lexer.LexerSource src
        start local 3 // org.jruby.util.ByteList buffer
         0: .line 364
            aload 1 /* lexer */
            invokevirtual org.jruby.ext.ripper.RipperLexer.nextc:()I
            dup
            istore 4 /* c */
        start local 4 // int c
         1: lookupswitch { // 14
                   -1: 42
                   10: 2
                   48: 3
                   49: 3
                   50: 3
                   51: 3
                   52: 3
                   53: 3
                   54: 3
                   55: 3
                   67: 34
                   77: 29
                   99: 39
                  120: 17
              default: 43
          }
         2: .line 366
      StackMap locals: int
      StackMap stack:
            goto 46
         3: .line 375
      StackMap locals:
      StackMap stack:
            aload 3 /* buffer */
            bipush 92
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
         4: .line 376
            aload 3 /* buffer */
            iload 4 /* c */
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
         5: .line 377
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: goto 15
         7: .line 378
      StackMap locals: int
      StackMap stack:
            aload 1 /* lexer */
            invokevirtual org.jruby.ext.ripper.RipperLexer.nextc:()I
            istore 4 /* c */
         8: .line 379
            iload 4 /* c */
            iconst_m1
            if_icmpne 10
         9: .line 380
            aload 1 /* lexer */
            ldc "Invalid escape character syntax"
            invokevirtual org.jruby.ext.ripper.RipperLexer.compile_error:(Ljava/lang/String;)V
        10: .line 382
      StackMap locals:
      StackMap stack:
            iload 4 /* c */
            invokestatic org.jruby.lexer.LexingCommon.isOctChar:(I)Z
            ifne 13
        11: .line 383
            aload 1 /* lexer */
            iload 4 /* c */
            invokevirtual org.jruby.ext.ripper.RipperLexer.pushback:(I)V
        12: .line 384
            goto 46
        13: .line 386
      StackMap locals:
      StackMap stack:
            aload 3 /* buffer */
            iload 4 /* c */
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        14: .line 377
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 5 /* i */
            iconst_2
            if_icmplt 7
        end local 5 // int i
        16: .line 388
            goto 46
        17: .line 390
      StackMap locals:
      StackMap stack:
            aload 3 /* buffer */
            bipush 92
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        18: .line 391
            aload 3 /* buffer */
            iload 4 /* c */
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        19: .line 392
            aload 1 /* lexer */
            invokevirtual org.jruby.ext.ripper.RipperLexer.nextc:()I
            istore 4 /* c */
        20: .line 393
            iload 4 /* c */
            invokestatic org.jruby.lexer.LexingCommon.isHexChar:(I)Z
            ifne 22
        21: .line 394
            aload 1 /* lexer */
            ldc "Invalid escape character syntax"
            invokevirtual org.jruby.ext.ripper.RipperLexer.compile_error:(Ljava/lang/String;)V
        22: .line 396
      StackMap locals:
      StackMap stack:
            aload 3 /* buffer */
            iload 4 /* c */
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        23: .line 397
            aload 1 /* lexer */
            invokevirtual org.jruby.ext.ripper.RipperLexer.nextc:()I
            istore 4 /* c */
        24: .line 398
            iload 4 /* c */
            invokestatic org.jruby.lexer.LexingCommon.isHexChar:(I)Z
            ifeq 27
        25: .line 399
            aload 3 /* buffer */
            iload 4 /* c */
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        26: .line 400
            goto 46
        27: .line 401
      StackMap locals:
      StackMap stack:
            aload 1 /* lexer */
            iload 4 /* c */
            invokevirtual org.jruby.ext.ripper.RipperLexer.pushback:(I)V
        28: .line 403
            goto 46
        29: .line 405
      StackMap locals:
      StackMap stack:
            aload 1 /* lexer */
            invokevirtual org.jruby.ext.ripper.RipperLexer.nextc:()I
            bipush 45
            if_icmpeq 31
        30: .line 406
            aload 1 /* lexer */
            ldc "Invalid escape character syntax"
            invokevirtual org.jruby.ext.ripper.RipperLexer.compile_error:(Ljava/lang/String;)V
        31: .line 408
      StackMap locals:
      StackMap stack:
            aload 3 /* buffer */
            iconst_3
            newarray 8
            dup
            iconst_0
            bipush 92
            bastore
            dup
            iconst_1
            bipush 77
            bastore
            dup
            iconst_2
            bipush 45
            bastore
            invokevirtual org.jruby.util.ByteList.append:([B)V
        32: .line 409
            aload 0 /* this */
            aload 1 /* lexer */
            aload 2 /* src */
            aload 3 /* buffer */
            invokevirtual org.jruby.ext.ripper.StringTerm.escaped:(Lorg/jruby/ext/ripper/RipperLexer;Lorg/jruby/lexer/LexerSource;Lorg/jruby/util/ByteList;)V
        33: .line 410
            goto 46
        34: .line 412
      StackMap locals:
      StackMap stack:
            aload 1 /* lexer */
            invokevirtual org.jruby.ext.ripper.RipperLexer.nextc:()I
            bipush 45
            if_icmpeq 36
        35: .line 413
            aload 1 /* lexer */
            ldc "Invalid escape character syntax"
            invokevirtual org.jruby.ext.ripper.RipperLexer.compile_error:(Ljava/lang/String;)V
        36: .line 415
      StackMap locals:
      StackMap stack:
            aload 3 /* buffer */
            iconst_3
            newarray 8
            dup
            iconst_0
            bipush 92
            bastore
            dup
            iconst_1
            bipush 67
            bastore
            dup
            iconst_2
            bipush 45
            bastore
            invokevirtual org.jruby.util.ByteList.append:([B)V
        37: .line 416
            aload 0 /* this */
            aload 1 /* lexer */
            aload 2 /* src */
            aload 3 /* buffer */
            invokevirtual org.jruby.ext.ripper.StringTerm.escaped:(Lorg/jruby/ext/ripper/RipperLexer;Lorg/jruby/lexer/LexerSource;Lorg/jruby/util/ByteList;)V
        38: .line 417
            goto 46
        39: .line 419
      StackMap locals:
      StackMap stack:
            aload 3 /* buffer */
            iconst_2
            newarray 8
            dup
            iconst_0
            bipush 92
            bastore
            dup
            iconst_1
            bipush 99
            bastore
            invokevirtual org.jruby.util.ByteList.append:([B)V
        40: .line 420
            aload 0 /* this */
            aload 1 /* lexer */
            aload 2 /* src */
            aload 3 /* buffer */
            invokevirtual org.jruby.ext.ripper.StringTerm.escaped:(Lorg/jruby/ext/ripper/RipperLexer;Lorg/jruby/lexer/LexerSource;Lorg/jruby/util/ByteList;)V
        41: .line 421
            goto 46
        42: .line 423
      StackMap locals:
      StackMap stack:
            aload 1 /* lexer */
            ldc "Invalid escape character syntax"
            invokevirtual org.jruby.ext.ripper.RipperLexer.compile_error:(Ljava/lang/String;)V
        43: .line 425
      StackMap locals:
      StackMap stack:
            iload 4 /* c */
            bipush 92
            if_icmpne 44
            iload 4 /* c */
            aload 0 /* this */
            getfield org.jruby.ext.ripper.StringTerm.end:C
            if_icmpeq 45
      StackMap locals:
      StackMap stack:
        44: aload 3 /* buffer */
            bipush 92
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        45: .line 427
      StackMap locals:
      StackMap stack:
            aload 3 /* buffer */
            iload 4 /* c */
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        46: .line 429
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int c
        end local 3 // org.jruby.util.ByteList buffer
        end local 2 // org.jruby.lexer.LexerSource src
        end local 1 // org.jruby.ext.ripper.RipperLexer lexer
        end local 0 // org.jruby.ext.ripper.StringTerm this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   47     0    this  Lorg/jruby/ext/ripper/StringTerm;
            0   47     1   lexer  Lorg/jruby/ext/ripper/RipperLexer;
            0   47     2     src  Lorg/jruby/lexer/LexerSource;
            0   47     3  buffer  Lorg/jruby/util/ByteList;
            1   47     4       c  I
            6   16     5       i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      lexer   
      src     
      buffer  
}
SourceFile: "StringTerm.java"