public class org.jruby.lexer.yacc.StringTerm extends org.jruby.lexer.yacc.StrTerm
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.lexer.yacc.StringTerm
  super_class: org.jruby.lexer.yacc.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 final int startLine;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  public void <init>(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.jruby.lexer.yacc.StringTerm this
        start local 1 // int flags
        start local 2 // int begin
        start local 3 // int end
        start local 4 // int startLine
         0: .line 57
            aload 0 /* this */
            invokespecial org.jruby.lexer.yacc.StrTerm.<init>:()V
         1: .line 58
            aload 0 /* this */
            iload 1 /* flags */
            putfield org.jruby.lexer.yacc.StringTerm.flags:I
         2: .line 59
            aload 0 /* this */
            iload 2 /* begin */
            i2c
            putfield org.jruby.lexer.yacc.StringTerm.begin:C
         3: .line 60
            aload 0 /* this */
            iload 3 /* end */
            i2c
            putfield org.jruby.lexer.yacc.StringTerm.end:C
         4: .line 61
            aload 0 /* this */
            iconst_0
            putfield org.jruby.lexer.yacc.StringTerm.nest:I
         5: .line 62
            aload 0 /* this */
            iload 4 /* startLine */
            putfield org.jruby.lexer.yacc.StringTerm.startLine:I
         6: .line 63
            return
        end local 4 // int startLine
        end local 3 // int end
        end local 2 // int begin
        end local 1 // int flags
        end local 0 // org.jruby.lexer.yacc.StringTerm this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/jruby/lexer/yacc/StringTerm;
            0    7     1      flags  I
            0    7     2      begin  I
            0    7     3        end  I
            0    7     4  startLine  I
    MethodParameters:
           Name  Flags
      flags      
      begin      
      end        
      startLine  

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

  protected org.jruby.util.ByteList createByteList(org.jruby.lexer.yacc.RubyLexer);
    descriptor: (Lorg/jruby/lexer/yacc/RubyLexer;)Lorg/jruby/util/ByteList;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jruby.lexer.yacc.StringTerm this
        start local 1 // org.jruby.lexer.yacc.RubyLexer lexer
         0: .line 70
            new org.jruby.util.ByteList
            dup
            bipush 15
            invokespecial org.jruby.util.ByteList.<init>:(I)V
            astore 2 /* bytelist */
        start local 2 // org.jruby.util.ByteList bytelist
         1: .line 71
            aload 2 /* bytelist */
            aload 1 /* lexer */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.getEncoding:()Lorg/jcodings/Encoding;
            invokevirtual org.jruby.util.ByteList.setEncoding:(Lorg/jcodings/Encoding;)V
         2: .line 72
            aload 2 /* bytelist */
            areturn
        end local 2 // org.jruby.util.ByteList bytelist
        end local 1 // org.jruby.lexer.yacc.RubyLexer lexer
        end local 0 // org.jruby.lexer.yacc.StringTerm this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/jruby/lexer/yacc/StringTerm;
            0    3     1     lexer  Lorg/jruby/lexer/yacc/RubyLexer;
            1    3     2  bytelist  Lorg/jruby/util/ByteList;
    MethodParameters:
       Name  Flags
      lexer  

  private int endFound(org.jruby.lexer.yacc.RubyLexer);
    descriptor: (Lorg/jruby/lexer/yacc/RubyLexer;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // org.jruby.lexer.yacc.StringTerm this
        start local 1 // org.jruby.lexer.yacc.RubyLexer lexer
         0: .line 76
            aload 0 /* this */
            getfield org.jruby.lexer.yacc.StringTerm.flags:I
            bipush 8
            iand
            ifeq 5
         1: .line 77
            aload 0 /* this */
            dup
            getfield org.jruby.lexer.yacc.StringTerm.flags:I
            ldc 32768
            ior
            putfield org.jruby.lexer.yacc.StringTerm.flags:I
         2: .line 78
            aload 1 /* lexer */
            iconst_0
            invokevirtual org.jruby.lexer.yacc.RubyLexer.pushback:(I)V
         3: .line 79
            aload 1 /* lexer */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.getPosition:()Lorg/jruby/lexer/yacc/ISourcePosition;
            pop
         4: .line 80
            bipush 32
            ireturn
         5: .line 83
      StackMap locals:
      StackMap stack:
            aload 1 /* lexer */
            aconst_null
            invokevirtual org.jruby.lexer.yacc.RubyLexer.setStrTerm:(Lorg/jruby/lexer/yacc/StrTerm;)V
         6: .line 85
            aload 0 /* this */
            getfield org.jruby.lexer.yacc.StringTerm.flags:I
            iconst_4
            iand
            ifeq 12
         7: .line 86
            aload 1 /* lexer */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.parseRegexpFlags:()Lorg/jruby/util/RegexpOptions;
            astore 2 /* options */
        start local 2 // org.jruby.util.RegexpOptions options
         8: .line 87
            ldc ""
            invokestatic org.jruby.util.ByteList.create:(Ljava/lang/CharSequence;)Lorg/jruby/util/ByteList;
            astore 3 /* regexpBytelist */
        start local 3 // org.jruby.util.ByteList regexpBytelist
         9: .line 88
            aload 1 /* lexer */
            bipush 6
            invokevirtual org.jruby.lexer.yacc.RubyLexer.setState:(I)V
        10: .line 89
            aload 1 /* lexer */
            new org.jruby.ast.RegexpNode
            dup
            aload 1 /* lexer */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.getPosition:()Lorg/jruby/lexer/yacc/ISourcePosition;
            aload 3 /* regexpBytelist */
            aload 2 /* options */
            invokespecial org.jruby.ast.RegexpNode.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/util/ByteList;Lorg/jruby/util/RegexpOptions;)V
            invokevirtual org.jruby.lexer.yacc.RubyLexer.setValue:(Ljava/lang/Object;)V
        11: .line 90
            sipush 383
            ireturn
        end local 3 // org.jruby.util.ByteList regexpBytelist
        end local 2 // org.jruby.util.RegexpOptions options
        12: .line 93
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.lexer.yacc.StringTerm.flags:I
            bipush 64
            iand
            ifeq 16
            aload 1 /* lexer */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.isLabelSuffix:()Z
            ifeq 16
        13: .line 94
            aload 1 /* lexer */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.nextc:()I
            pop
        14: .line 95
            aload 1 /* lexer */
            sipush 1025
            invokevirtual org.jruby.lexer.yacc.RubyLexer.setState:(I)V
        15: .line 96
            sipush 388
            ireturn
        16: .line 99
      StackMap locals:
      StackMap stack:
            aload 1 /* lexer */
            bipush 6
            invokevirtual org.jruby.lexer.yacc.RubyLexer.setState:(I)V
        17: .line 100
            aload 1 /* lexer */
            aload 0 /* this */
            getfield org.jruby.lexer.yacc.StringTerm.end:C
            invokestatic java.lang.String.valueOf:(C)Ljava/lang/String;
            invokevirtual org.jruby.lexer.yacc.RubyLexer.setValue:(Ljava/lang/Object;)V
        18: .line 101
            sipush 373
            ireturn
        end local 1 // org.jruby.lexer.yacc.RubyLexer lexer
        end local 0 // org.jruby.lexer.yacc.StringTerm this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   19     0            this  Lorg/jruby/lexer/yacc/StringTerm;
            0   19     1           lexer  Lorg/jruby/lexer/yacc/RubyLexer;
            8   12     2         options  Lorg/jruby/util/RegexpOptions;
            9   12     3  regexpBytelist  Lorg/jruby/util/ByteList;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      lexer  

  public int parseString(org.jruby.lexer.yacc.RubyLexer);
    descriptor: (Lorg/jruby/lexer/yacc/RubyLexer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // org.jruby.lexer.yacc.StringTerm this
        start local 1 // org.jruby.lexer.yacc.RubyLexer lexer
         0: .line 105
            iconst_0
            istore 2 /* spaceSeen */
        start local 2 // boolean spaceSeen
         1: .line 108
            aload 0 /* this */
            getfield org.jruby.lexer.yacc.StringTerm.flags:I
            ldc 32768
            iand
            ifeq 9
         2: .line 109
            aload 0 /* this */
            getfield org.jruby.lexer.yacc.StringTerm.flags:I
            bipush 8
            iand
            ifeq 3
            aload 1 /* lexer */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.nextc:()I
            pop
         3: .line 110
      StackMap locals: int
      StackMap stack:
            aload 1 /* lexer */
            bipush 6
            invokevirtual org.jruby.lexer.yacc.RubyLexer.setState:(I)V
         4: .line 111
            aload 1 /* lexer */
            aload 0 /* this */
            getfield org.jruby.lexer.yacc.StringTerm.end:C
            invokestatic java.lang.String.valueOf:(C)Ljava/lang/String;
            invokevirtual org.jruby.lexer.yacc.RubyLexer.setValue:(Ljava/lang/Object;)V
         5: .line 112
            aload 1 /* lexer */
            aconst_null
            invokevirtual org.jruby.lexer.yacc.RubyLexer.setStrTerm:(Lorg/jruby/lexer/yacc/StrTerm;)V
         6: .line 113
            aload 0 /* this */
            getfield org.jruby.lexer.yacc.StringTerm.flags:I
            iconst_4
            iand
            ifeq 7
            sipush 383
            goto 8
      StackMap locals:
      StackMap stack:
         7: sipush 373
      StackMap locals:
      StackMap stack: int
         8: ireturn
         9: .line 116
      StackMap locals:
      StackMap stack:
            aload 1 /* lexer */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.nextc:()I
            istore 3 /* c */
        start local 3 // int c
        10: .line 117
            aload 0 /* this */
            getfield org.jruby.lexer.yacc.StringTerm.flags:I
            bipush 8
            iand
            ifeq 13
            iload 3 /* c */
            invokestatic java.lang.Character.isWhitespace:(I)Z
            ifeq 13
        11: .line 118
      StackMap locals: int
      StackMap stack:
            aload 1 /* lexer */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.nextc:()I
            istore 3 /* c */
            iload 3 /* c */
            invokestatic java.lang.Character.isWhitespace:(I)Z
            ifne 11
        12: .line 119
            iconst_1
            istore 2 /* spaceSeen */
        13: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.lexer.yacc.StringTerm.flags:I
            sipush 16384
            iand
            ifeq 16
        14: .line 123
            aload 0 /* this */
            dup
            getfield org.jruby.lexer.yacc.StringTerm.flags:I
            sipush -16385
            iand
            putfield org.jruby.lexer.yacc.StringTerm.flags:I
        15: .line 124
            iconst_1
            istore 2 /* spaceSeen */
        16: .line 127
      StackMap locals:
      StackMap stack:
            iload 3 /* c */
            aload 0 /* this */
            getfield org.jruby.lexer.yacc.StringTerm.end:C
            if_icmpne 17
            aload 0 /* this */
            getfield org.jruby.lexer.yacc.StringTerm.nest:I
            ifne 17
            aload 0 /* this */
            aload 1 /* lexer */
            invokevirtual org.jruby.lexer.yacc.StringTerm.endFound:(Lorg/jruby/lexer/yacc/RubyLexer;)I
            ireturn
        17: .line 129
      StackMap locals:
      StackMap stack:
            iload 2 /* spaceSeen */
            ifeq 21
        18: .line 130
            aload 1 /* lexer */
            iload 3 /* c */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.pushback:(I)V
        19: .line 131
            aload 1 /* lexer */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.getPosition:()Lorg/jruby/lexer/yacc/ISourcePosition;
            pop
        20: .line 132
            bipush 32
            ireturn
        21: .line 135
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* lexer */
            invokevirtual org.jruby.lexer.yacc.StringTerm.createByteList:(Lorg/jruby/lexer/yacc/RubyLexer;)Lorg/jruby/util/ByteList;
            astore 4 /* buffer */
        start local 4 // org.jruby.util.ByteList buffer
        22: .line 136
            aload 1 /* lexer */
            iconst_1
            invokevirtual org.jruby.lexer.yacc.RubyLexer.newtok:(Z)V
        23: .line 137
            aload 0 /* this */
            getfield org.jruby.lexer.yacc.StringTerm.flags:I
            iconst_2
            iand
            ifeq 27
            iload 3 /* c */
            bipush 35
            if_icmpne 27
        24: .line 138
            aload 1 /* lexer */
            sipush 372
            sipush 371
            invokevirtual org.jruby.lexer.yacc.RubyLexer.peekVariableName:(II)I
            istore 5 /* token */
        start local 5 // int token
        25: .line 140
            iload 5 /* token */
            ifeq 26
            iload 5 /* token */
            ireturn
        26: .line 142
      StackMap locals: org.jruby.util.ByteList int
      StackMap stack:
            aload 4 /* buffer */
            bipush 35
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        end local 5 // int token
        27: .line 144
      StackMap locals:
      StackMap stack:
            aload 1 /* lexer */
            iload 3 /* c */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.pushback:(I)V
        28: .line 147
            aload 0 /* this */
            aload 1 /* lexer */
            aload 4 /* buffer */
            aload 1 /* lexer */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.getEncoding:()Lorg/jcodings/Encoding;
            invokevirtual org.jruby.lexer.yacc.StringTerm.parseStringIntoBuffer:(Lorg/jruby/lexer/yacc/RubyLexer;Lorg/jruby/util/ByteList;Lorg/jcodings/Encoding;)I
            iconst_m1
            if_icmpne 33
        29: .line 148
            aload 1 /* lexer */
            aload 0 /* this */
            getfield org.jruby.lexer.yacc.StringTerm.startLine:I
            invokevirtual org.jruby.lexer.yacc.RubyLexer.setRubySourceline:(I)V
        30: .line 149
            aload 1 /* lexer */
            new java.lang.StringBuilder
            dup
            ldc "unterminated "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.jruby.lexer.yacc.StringTerm.flags:I
            iconst_4
            iand
            ifeq 31
            ldc "regexp"
            goto 32
      StackMap locals: org.jruby.lexer.yacc.StringTerm org.jruby.lexer.yacc.RubyLexer int int org.jruby.util.ByteList
      StackMap stack: org.jruby.lexer.yacc.RubyLexer java.lang.StringBuilder
        31: ldc "string"
      StackMap locals: org.jruby.lexer.yacc.StringTerm org.jruby.lexer.yacc.RubyLexer int int org.jruby.util.ByteList
      StackMap stack: org.jruby.lexer.yacc.RubyLexer java.lang.StringBuilder java.lang.String
        32: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " meets end of file"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.jruby.lexer.yacc.RubyLexer.compile_error:(Ljava/lang/String;)V
        33: .line 152
      StackMap locals:
      StackMap stack:
            aload 1 /* lexer */
            aload 1 /* lexer */
            aload 4 /* buffer */
            aload 0 /* this */
            getfield org.jruby.lexer.yacc.StringTerm.flags:I
            invokevirtual org.jruby.lexer.yacc.RubyLexer.createStr:(Lorg/jruby/util/ByteList;I)Lorg/jruby/ast/StrNode;
            invokevirtual org.jruby.lexer.yacc.RubyLexer.setValue:(Ljava/lang/Object;)V
        34: .line 153
            sipush 378
            ireturn
        end local 4 // org.jruby.util.ByteList buffer
        end local 3 // int c
        end local 2 // boolean spaceSeen
        end local 1 // org.jruby.lexer.yacc.RubyLexer lexer
        end local 0 // org.jruby.lexer.yacc.StringTerm this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   35     0       this  Lorg/jruby/lexer/yacc/StringTerm;
            0   35     1      lexer  Lorg/jruby/lexer/yacc/RubyLexer;
            1   35     2  spaceSeen  Z
           10   35     3          c  I
           22   35     4     buffer  Lorg/jruby/util/ByteList;
           25   27     5      token  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      lexer  

  private void mixedEscape(org.jruby.lexer.yacc.RubyLexer, org.jcodings.Encoding, org.jcodings.Encoding);
    descriptor: (Lorg/jruby/lexer/yacc/RubyLexer;Lorg/jcodings/Encoding;Lorg/jcodings/Encoding;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.lexer.yacc.StringTerm this
        start local 1 // org.jruby.lexer.yacc.RubyLexer lexer
        start local 2 // org.jcodings.Encoding foundEncoding
        start local 3 // org.jcodings.Encoding parserEncoding
         0: .line 157
            aload 1 /* lexer */
            getstatic org.jruby.lexer.yacc.SyntaxException$PID.MIXED_ENCODING:Lorg/jruby/lexer/yacc/SyntaxException$PID;
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 2 /* foundEncoding */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " mixed within "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            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.lexer.yacc.RubyLexer.compile_error:(Lorg/jruby/lexer/yacc/SyntaxException$PID;Ljava/lang/String;)V
         1: .line 158
            return
        end local 3 // org.jcodings.Encoding parserEncoding
        end local 2 // org.jcodings.Encoding foundEncoding
        end local 1 // org.jruby.lexer.yacc.RubyLexer lexer
        end local 0 // org.jruby.lexer.yacc.StringTerm this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/jruby/lexer/yacc/StringTerm;
            0    2     1           lexer  Lorg/jruby/lexer/yacc/RubyLexer;
            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.lexer.yacc.RubyLexer, org.jruby.util.ByteList, org.jcodings.Encoding);
    descriptor: (Lorg/jruby/lexer/yacc/RubyLexer;Lorg/jruby/util/ByteList;Lorg/jcodings/Encoding;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=12, args_size=4
        start local 0 // org.jruby.lexer.yacc.StringTerm this
        start local 1 // org.jruby.lexer.yacc.RubyLexer lexer
        start local 2 // org.jruby.util.ByteList buffer
        start local 3 // org.jcodings.Encoding encoding
         0: .line 162
            aload 0 /* this */
            getfield org.jruby.lexer.yacc.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 4 /* qwords */
        start local 4 // boolean qwords
         3: .line 163
            aload 0 /* this */
            getfield org.jruby.lexer.yacc.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 5 /* expand */
        start local 5 // boolean expand
         6: .line 164
            aload 0 /* this */
            getfield org.jruby.lexer.yacc.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 6 /* escape */
        start local 6 // boolean escape
         9: .line 165
            aload 0 /* this */
            getfield org.jruby.lexer.yacc.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 7 /* regexp */
        start local 7 // boolean regexp
        12: .line 166
            aload 0 /* this */
            getfield org.jruby.lexer.yacc.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 8 /* symbol */
        start local 8 // boolean symbol
        15: .line 167
            iconst_0
            istore 9 /* hasNonAscii */
        start local 9 // boolean hasNonAscii
        16: .line 170
            goto 101
        start local 10 // int c
        17: .line 171
      StackMap locals: int int int
      StackMap stack:
            aload 1 /* lexer */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.getHeredocIndent:()I
            ifle 19
        18: .line 172
            aload 1 /* lexer */
            iload 10 /* c */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.update_heredoc_indent:(I)Z
            pop
        19: .line 175
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.lexer.yacc.StringTerm.begin:C
            ifeq 22
            iload 10 /* c */
            aload 0 /* this */
            getfield org.jruby.lexer.yacc.StringTerm.begin:C
            if_icmpne 22
        20: .line 176
            aload 0 /* this */
            dup
            getfield org.jruby.lexer.yacc.StringTerm.nest:I
            iconst_1
            iadd
            putfield org.jruby.lexer.yacc.StringTerm.nest:I
        21: .line 177
            goto 95
      StackMap locals:
      StackMap stack:
        22: iload 10 /* c */
            aload 0 /* this */
            getfield org.jruby.lexer.yacc.StringTerm.end:C
            if_icmpne 28
        23: .line 178
            aload 0 /* this */
            getfield org.jruby.lexer.yacc.StringTerm.nest:I
            ifne 26
        24: .line 179
            aload 1 /* lexer */
            iload 10 /* c */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.pushback:(I)V
        25: .line 180
            goto 103
        26: .line 182
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.jruby.lexer.yacc.StringTerm.nest:I
            iconst_1
            isub
            putfield org.jruby.lexer.yacc.StringTerm.nest:I
        27: .line 183
            goto 95
      StackMap locals:
      StackMap stack:
        28: iload 5 /* expand */
            ifeq 36
            iload 10 /* c */
            bipush 35
            if_icmpne 36
            aload 1 /* lexer */
            bipush 10
            invokevirtual org.jruby.lexer.yacc.RubyLexer.peek:(I)Z
            ifne 36
        29: .line 184
            aload 1 /* lexer */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.nextc:()I
            istore 11 /* c2 */
        start local 11 // int c2
        30: .line 186
            iload 11 /* c2 */
            bipush 36
            if_icmpeq 31
            iload 11 /* c2 */
            bipush 64
            if_icmpeq 31
            iload 11 /* c2 */
            bipush 123
            if_icmpne 34
        31: .line 187
      StackMap locals: int
      StackMap stack:
            aload 1 /* lexer */
            iload 11 /* c2 */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.pushback:(I)V
        32: .line 188
            aload 1 /* lexer */
            iload 10 /* c */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.pushback:(I)V
        33: .line 189
            goto 103
        34: .line 191
      StackMap locals:
      StackMap stack:
            aload 1 /* lexer */
            iload 11 /* c2 */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.pushback:(I)V
        end local 11 // int c2
        35: .line 192
            goto 95
      StackMap locals:
      StackMap stack:
        36: iload 10 /* c */
            bipush 92
            if_icmpne 84
        37: .line 193
            aload 1 /* lexer */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.nextc:()I
            istore 10 /* c */
        38: .line 194
            iload 10 /* c */
            lookupswitch { // 3
                   10: 39
                   92: 43
                  117: 45
              default: 55
          }
        39: .line 196
      StackMap locals:
      StackMap stack:
            iload 4 /* qwords */
            ifeq 40
            goto 95
        40: .line 197
      StackMap locals:
      StackMap stack:
            iload 5 /* expand */
            ifeq 41
            goto 101
        41: .line 198
      StackMap locals:
      StackMap stack:
            aload 2 /* buffer */
            bipush 92
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        42: .line 199
            goto 95
        43: .line 202
      StackMap locals:
      StackMap stack:
            iload 6 /* escape */
            ifeq 95
            aload 2 /* buffer */
            iload 10 /* c */
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        44: .line 203
            goto 95
        45: .line 206
      StackMap locals:
      StackMap stack:
            iload 5 /* expand */
            ifne 48
        46: .line 207
            aload 2 /* buffer */
            bipush 92
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        47: .line 208
            goto 95
        48: .line 211
      StackMap locals:
      StackMap stack:
            iload 7 /* regexp */
            ifeq 51
        49: .line 212
            aload 1 /* lexer */
            aload 2 /* buffer */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.readUTFEscapeRegexpLiteral:(Lorg/jruby/util/ByteList;)V
        50: .line 213
            goto 52
        51: .line 214
      StackMap locals:
      StackMap stack:
            aload 1 /* lexer */
            aload 2 /* buffer */
            iconst_1
            iload 8 /* symbol */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.readUTFEscape:(Lorg/jruby/util/ByteList;ZZ)I
            pop
        52: .line 217
      StackMap locals:
      StackMap stack:
            iload 9 /* hasNonAscii */
            ifeq 101
            aload 2 /* buffer */
            invokevirtual org.jruby.util.ByteList.getEncoding:()Lorg/jcodings/Encoding;
            aload 3 /* encoding */
            if_acmpeq 101
        53: .line 218
            aload 0 /* this */
            aload 1 /* lexer */
            aload 2 /* buffer */
            invokevirtual org.jruby.util.ByteList.getEncoding:()Lorg/jcodings/Encoding;
            aload 3 /* encoding */
            invokevirtual org.jruby.lexer.yacc.StringTerm.mixedEscape:(Lorg/jruby/lexer/yacc/RubyLexer;Lorg/jcodings/Encoding;Lorg/jcodings/Encoding;)V
        54: .line 221
            goto 101
        55: .line 223
      StackMap locals:
      StackMap stack:
            iload 10 /* c */
            iconst_m1
            if_icmpne 56
            iconst_m1
            ireturn
        56: .line 225
      StackMap locals:
      StackMap stack:
            aload 1 /* lexer */
            iload 10 /* c */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.isASCII:(I)Z
            ifne 65
        57: .line 226
            iload 5 /* expand */
            ifne 58
            aload 2 /* buffer */
            bipush 92
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        58: .line 229
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 9 /* hasNonAscii */
        59: .line 231
            aload 2 /* buffer */
            invokevirtual org.jruby.util.ByteList.getEncoding:()Lorg/jcodings/Encoding;
            aload 3 /* encoding */
            if_acmpeq 62
        60: .line 232
            aload 0 /* this */
            aload 1 /* lexer */
            aload 2 /* buffer */
            invokevirtual org.jruby.util.ByteList.getEncoding:()Lorg/jcodings/Encoding;
            aload 3 /* encoding */
            invokevirtual org.jruby.lexer.yacc.StringTerm.mixedEscape:(Lorg/jruby/lexer/yacc/RubyLexer;Lorg/jcodings/Encoding;Lorg/jcodings/Encoding;)V
        61: .line 233
            goto 101
        62: .line 236
      StackMap locals:
      StackMap stack:
            aload 1 /* lexer */
            iload 10 /* c */
            aload 2 /* buffer */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.tokadd_mbchar:(ILorg/jruby/util/ByteList;)Z
            ifne 101
        63: .line 237
            aload 1 /* lexer */
            getstatic org.jruby.lexer.yacc.SyntaxException$PID.INVALID_MULTIBYTE_CHAR:Lorg/jruby/lexer/yacc/SyntaxException$PID;
            new java.lang.StringBuilder
            dup
            ldc "invalid multibyte char ("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* encoding */
            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.lexer.yacc.RubyLexer.compile_error:(Lorg/jruby/lexer/yacc/SyntaxException$PID;Ljava/lang/String;)V
        64: .line 240
            goto 101
        65: .line 244
      StackMap locals:
      StackMap stack:
            iload 7 /* regexp */
            ifeq 74
        66: .line 245
            iload 10 /* c */
            aload 0 /* this */
            getfield org.jruby.lexer.yacc.StringTerm.end:C
            if_icmpne 69
            aload 0 /* this */
            iload 10 /* c */
            invokevirtual org.jruby.lexer.yacc.StringTerm.simple_re_meta:(I)Z
            ifne 69
        67: .line 246
            aload 2 /* buffer */
            iload 10 /* c */
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        68: .line 247
            goto 101
        69: .line 249
      StackMap locals:
      StackMap stack:
            aload 1 /* lexer */
            iload 10 /* c */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.pushback:(I)V
        70: .line 250
            aload 0 /* this */
            aload 1 /* lexer */
            aload 2 /* buffer */
            invokevirtual org.jruby.lexer.yacc.StringTerm.parseEscapeIntoBuffer:(Lorg/jruby/lexer/yacc/RubyLexer;Lorg/jruby/util/ByteList;)V
        71: .line 252
            iload 9 /* hasNonAscii */
            ifeq 101
            aload 2 /* buffer */
            invokevirtual org.jruby.util.ByteList.getEncoding:()Lorg/jcodings/Encoding;
            aload 3 /* encoding */
            if_acmpeq 101
        72: .line 253
            aload 0 /* this */
            aload 1 /* lexer */
            aload 2 /* buffer */
            invokevirtual org.jruby.util.ByteList.getEncoding:()Lorg/jcodings/Encoding;
            aload 3 /* encoding */
            invokevirtual org.jruby.lexer.yacc.StringTerm.mixedEscape:(Lorg/jruby/lexer/yacc/RubyLexer;Lorg/jcodings/Encoding;Lorg/jcodings/Encoding;)V
        73: .line 256
            goto 101
        74: .line 257
      StackMap locals:
      StackMap stack:
            iload 5 /* expand */
            ifeq 79
        75: .line 258
            aload 1 /* lexer */
            iload 10 /* c */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.pushback:(I)V
        76: .line 259
            iload 6 /* escape */
            ifeq 77
            aload 2 /* buffer */
            bipush 92
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        77: .line 260
      StackMap locals:
      StackMap stack:
            aload 1 /* lexer */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.readEscape:()I
            istore 10 /* c */
        78: .line 261
            goto 95
      StackMap locals:
      StackMap stack:
        79: iload 4 /* qwords */
            ifeq 80
            iload 10 /* c */
            invokestatic java.lang.Character.isWhitespace:(I)Z
            ifne 95
        80: .line 263
      StackMap locals:
      StackMap stack:
            iload 10 /* c */
            aload 0 /* this */
            getfield org.jruby.lexer.yacc.StringTerm.end:C
            if_icmpeq 95
            aload 0 /* this */
            getfield org.jruby.lexer.yacc.StringTerm.begin:C
            ifeq 81
            iload 10 /* c */
            aload 0 /* this */
            getfield org.jruby.lexer.yacc.StringTerm.begin:C
            if_icmpeq 95
        81: .line 264
      StackMap locals:
      StackMap stack:
            aload 2 /* buffer */
            bipush 92
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        82: .line 265
            aload 1 /* lexer */
            iload 10 /* c */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.pushback:(I)V
        83: .line 266
            goto 101
        84: .line 269
      StackMap locals:
      StackMap stack:
            aload 1 /* lexer */
            iload 10 /* c */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.isASCII:(I)Z
            ifne 92
        85: .line 270
            iconst_1
            istore 9 /* hasNonAscii */
        86: .line 272
            aload 2 /* buffer */
            invokevirtual org.jruby.util.ByteList.getEncoding:()Lorg/jcodings/Encoding;
            aload 3 /* encoding */
            if_acmpeq 89
        87: .line 273
            aload 0 /* this */
            aload 1 /* lexer */
            aload 2 /* buffer */
            invokevirtual org.jruby.util.ByteList.getEncoding:()Lorg/jcodings/Encoding;
            aload 3 /* encoding */
            invokevirtual org.jruby.lexer.yacc.StringTerm.mixedEscape:(Lorg/jruby/lexer/yacc/RubyLexer;Lorg/jcodings/Encoding;Lorg/jcodings/Encoding;)V
        88: .line 274
            goto 101
        89: .line 277
      StackMap locals:
      StackMap stack:
            aload 1 /* lexer */
            iload 10 /* c */
            aload 2 /* buffer */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.tokadd_mbchar:(ILorg/jruby/util/ByteList;)Z
            ifne 101
        90: .line 278
            aload 1 /* lexer */
            getstatic org.jruby.lexer.yacc.SyntaxException$PID.INVALID_MULTIBYTE_CHAR:Lorg/jruby/lexer/yacc/SyntaxException$PID;
            new java.lang.StringBuilder
            dup
            ldc "invalid multibyte char ("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* encoding */
            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.lexer.yacc.RubyLexer.compile_error:(Lorg/jruby/lexer/yacc/SyntaxException$PID;Ljava/lang/String;)V
        91: .line 281
            goto 101
        92: .line 283
      StackMap locals:
      StackMap stack:
            iload 4 /* qwords */
            ifeq 95
            iload 10 /* c */
            invokestatic java.lang.Character.isWhitespace:(I)Z
            ifeq 95
        93: .line 284
            aload 1 /* lexer */
            iload 10 /* c */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.pushback:(I)V
        94: .line 285
            goto 103
        95: .line 288
      StackMap locals:
      StackMap stack:
            iload 10 /* c */
            sipush 128
            iand
            ifeq 100
        96: .line 289
            iconst_1
            istore 9 /* hasNonAscii */
        97: .line 290
            aload 2 /* buffer */
            invokevirtual org.jruby.util.ByteList.getEncoding:()Lorg/jcodings/Encoding;
            aload 3 /* encoding */
            if_acmpeq 100
        98: .line 291
            aload 0 /* this */
            aload 1 /* lexer */
            aload 2 /* buffer */
            invokevirtual org.jruby.util.ByteList.getEncoding:()Lorg/jcodings/Encoding;
            aload 3 /* encoding */
            invokevirtual org.jruby.lexer.yacc.StringTerm.mixedEscape:(Lorg/jruby/lexer/yacc/RubyLexer;Lorg/jcodings/Encoding;Lorg/jcodings/Encoding;)V
        99: .line 292
            goto 101
       100: .line 295
      StackMap locals:
      StackMap stack:
            aload 2 /* buffer */
            iload 10 /* c */
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        end local 10 // int c
       101: .line 170
      StackMap locals:
      StackMap stack:
            aload 1 /* lexer */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.nextc:()I
            dup
            istore 10 /* c */
        start local 10 // int c
       102: iconst_m1
            if_icmpne 17
       103: .line 298
      StackMap locals: int
      StackMap stack:
            iload 10 /* c */
            ireturn
        end local 10 // int c
        end local 9 // boolean hasNonAscii
        end local 8 // boolean symbol
        end local 7 // boolean regexp
        end local 6 // boolean escape
        end local 5 // boolean expand
        end local 4 // boolean qwords
        end local 3 // org.jcodings.Encoding encoding
        end local 2 // org.jruby.util.ByteList buffer
        end local 1 // org.jruby.lexer.yacc.RubyLexer lexer
        end local 0 // org.jruby.lexer.yacc.StringTerm this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0  104     0         this  Lorg/jruby/lexer/yacc/StringTerm;
            0  104     1        lexer  Lorg/jruby/lexer/yacc/RubyLexer;
            0  104     2       buffer  Lorg/jruby/util/ByteList;
            0  104     3     encoding  Lorg/jcodings/Encoding;
            3  104     4       qwords  Z
            6  104     5       expand  Z
            9  104     6       escape  Z
           12  104     7       regexp  Z
           15  104     8       symbol  Z
           16  104     9  hasNonAscii  Z
           17  101    10            c  I
          102  104    10            c  I
           30   35    11           c2  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      lexer     
      buffer    
      encoding  

  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.lexer.yacc.StringTerm this
        start local 1 // int c
         0: .line 302
            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 304
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         2: .line 307
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // int c
        end local 0 // org.jruby.lexer.yacc.StringTerm this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/lexer/yacc/StringTerm;
            0    3     1     c  I
    MethodParameters:
      Name  Flags
      c     

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

  private void parseEscapeIntoBuffer(org.jruby.lexer.yacc.RubyLexer, org.jruby.util.ByteList);
    descriptor: (Lorg/jruby/lexer/yacc/RubyLexer;Lorg/jruby/util/ByteList;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // org.jruby.lexer.yacc.StringTerm this
        start local 1 // org.jruby.lexer.yacc.RubyLexer lexer
        start local 2 // org.jruby.util.ByteList buffer
         0: .line 328
            aload 1 /* lexer */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.nextc:()I
            dup
            istore 3 /* c */
        start local 3 // 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 330
      StackMap locals: int
      StackMap stack:
            goto 46
         3: .line 339
      StackMap locals:
      StackMap stack:
            aload 2 /* buffer */
            bipush 92
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
         4: .line 340
            aload 2 /* buffer */
            iload 3 /* c */
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
         5: .line 341
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         6: goto 15
         7: .line 342
      StackMap locals: int
      StackMap stack:
            aload 1 /* lexer */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.nextc:()I
            istore 3 /* c */
         8: .line 343
            iload 3 /* c */
            iconst_m1
            if_icmpne 10
         9: .line 344
            aload 1 /* lexer */
            ldc "Invalid escape character syntax"
            invokevirtual org.jruby.lexer.yacc.RubyLexer.compile_error:(Ljava/lang/String;)V
        10: .line 346
      StackMap locals:
      StackMap stack:
            iload 3 /* c */
            invokestatic org.jruby.lexer.LexingCommon.isOctChar:(I)Z
            ifne 13
        11: .line 347
            aload 1 /* lexer */
            iload 3 /* c */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.pushback:(I)V
        12: .line 348
            goto 46
        13: .line 350
      StackMap locals:
      StackMap stack:
            aload 2 /* buffer */
            iload 3 /* c */
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        14: .line 341
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 4 /* i */
            iconst_2
            if_icmplt 7
        end local 4 // int i
        16: .line 352
            goto 46
        17: .line 354
      StackMap locals:
      StackMap stack:
            aload 2 /* buffer */
            bipush 92
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        18: .line 355
            aload 2 /* buffer */
            iload 3 /* c */
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        19: .line 356
            aload 1 /* lexer */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.nextc:()I
            istore 3 /* c */
        20: .line 357
            iload 3 /* c */
            invokestatic org.jruby.lexer.LexingCommon.isHexChar:(I)Z
            ifne 22
        21: .line 358
            aload 1 /* lexer */
            ldc "Invalid escape character syntax"
            invokevirtual org.jruby.lexer.yacc.RubyLexer.compile_error:(Ljava/lang/String;)V
        22: .line 360
      StackMap locals:
      StackMap stack:
            aload 2 /* buffer */
            iload 3 /* c */
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        23: .line 361
            aload 1 /* lexer */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.nextc:()I
            istore 3 /* c */
        24: .line 362
            iload 3 /* c */
            invokestatic org.jruby.lexer.LexingCommon.isHexChar:(I)Z
            ifeq 27
        25: .line 363
            aload 2 /* buffer */
            iload 3 /* c */
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        26: .line 364
            goto 46
        27: .line 365
      StackMap locals:
      StackMap stack:
            aload 1 /* lexer */
            iload 3 /* c */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.pushback:(I)V
        28: .line 367
            goto 46
        29: .line 369
      StackMap locals:
      StackMap stack:
            aload 1 /* lexer */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.nextc:()I
            bipush 45
            if_icmpeq 31
        30: .line 370
            aload 1 /* lexer */
            ldc "Invalid escape character syntax"
            invokevirtual org.jruby.lexer.yacc.RubyLexer.compile_error:(Ljava/lang/String;)V
        31: .line 372
      StackMap locals:
      StackMap stack:
            aload 2 /* 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 373
            aload 0 /* this */
            aload 1 /* lexer */
            aload 2 /* buffer */
            invokevirtual org.jruby.lexer.yacc.StringTerm.escaped:(Lorg/jruby/lexer/yacc/RubyLexer;Lorg/jruby/util/ByteList;)V
        33: .line 374
            goto 46
        34: .line 376
      StackMap locals:
      StackMap stack:
            aload 1 /* lexer */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.nextc:()I
            bipush 45
            if_icmpeq 36
        35: .line 377
            aload 1 /* lexer */
            ldc "Invalid escape character syntax"
            invokevirtual org.jruby.lexer.yacc.RubyLexer.compile_error:(Ljava/lang/String;)V
        36: .line 379
      StackMap locals:
      StackMap stack:
            aload 2 /* 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 380
            aload 0 /* this */
            aload 1 /* lexer */
            aload 2 /* buffer */
            invokevirtual org.jruby.lexer.yacc.StringTerm.escaped:(Lorg/jruby/lexer/yacc/RubyLexer;Lorg/jruby/util/ByteList;)V
        38: .line 381
            goto 46
        39: .line 383
      StackMap locals:
      StackMap stack:
            aload 2 /* 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 384
            aload 0 /* this */
            aload 1 /* lexer */
            aload 2 /* buffer */
            invokevirtual org.jruby.lexer.yacc.StringTerm.escaped:(Lorg/jruby/lexer/yacc/RubyLexer;Lorg/jruby/util/ByteList;)V
        41: .line 385
            goto 46
        42: .line 387
      StackMap locals:
      StackMap stack:
            aload 1 /* lexer */
            ldc "Invalid escape character syntax"
            invokevirtual org.jruby.lexer.yacc.RubyLexer.compile_error:(Ljava/lang/String;)V
        43: .line 389
      StackMap locals:
      StackMap stack:
            iload 3 /* c */
            bipush 92
            if_icmpne 44
            iload 3 /* c */
            aload 0 /* this */
            getfield org.jruby.lexer.yacc.StringTerm.end:C
            if_icmpeq 45
      StackMap locals:
      StackMap stack:
        44: aload 2 /* buffer */
            bipush 92
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        45: .line 391
      StackMap locals:
      StackMap stack:
            aload 2 /* buffer */
            iload 3 /* c */
            invokevirtual org.jruby.util.ByteList.append:(I)Lorg/jruby/util/ByteList;
            pop
        46: .line 393
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int c
        end local 2 // org.jruby.util.ByteList buffer
        end local 1 // org.jruby.lexer.yacc.RubyLexer lexer
        end local 0 // org.jruby.lexer.yacc.StringTerm this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   47     0    this  Lorg/jruby/lexer/yacc/StringTerm;
            0   47     1   lexer  Lorg/jruby/lexer/yacc/RubyLexer;
            0   47     2  buffer  Lorg/jruby/util/ByteList;
            1   47     3       c  I
            6   16     4       i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      lexer   
      buffer  
}
SourceFile: "StringTerm.java"
InnerClasses:
  public final PID = org.jruby.lexer.yacc.SyntaxException$PID of org.jruby.lexer.yacc.SyntaxException