public final class com.oracle.js.parser.Source
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.js.parser.Source
  super_class: java.lang.Object
{
  private static final int BUF_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 8192

  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String base;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.js.parser.Source$Data data;
    descriptor: Lcom/oracle/js/parser/Source$Data;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private volatile byte[] digest;
    descriptor: [B
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private java.lang.String explicitURL;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private void <init>(java.lang.String, java.lang.String, com.oracle.js.parser.Source$Data);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/oracle/js/parser/Source$Data;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.oracle.js.parser.Source this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String base
        start local 3 // com.oracle.js.parser.Source$Data data
         0: .line 85
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 86
            aload 0 /* this */
            aload 1 /* name */
            putfield com.oracle.js.parser.Source.name:Ljava/lang/String;
         2: .line 87
            aload 0 /* this */
            aload 2 /* base */
            putfield com.oracle.js.parser.Source.base:Ljava/lang/String;
         3: .line 88
            aload 0 /* this */
            aload 3 /* data */
            putfield com.oracle.js.parser.Source.data:Lcom/oracle/js/parser/Source$Data;
         4: .line 89
            return
        end local 3 // com.oracle.js.parser.Source$Data data
        end local 2 // java.lang.String base
        end local 1 // java.lang.String name
        end local 0 // com.oracle.js.parser.Source this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/js/parser/Source;
            0    5     1  name  Ljava/lang/String;
            0    5     2  base  Ljava/lang/String;
            0    5     3  data  Lcom/oracle/js/parser/Source$Data;
    MethodParameters:
      Name  Flags
      name  final
      base  final
      data  final

  private java.lang.CharSequence data();
    descriptor: ()Ljava/lang/CharSequence;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.js.parser.Source this
         0: .line 172
            aload 0 /* this */
            getfield com.oracle.js.parser.Source.data:Lcom/oracle/js/parser/Source$Data;
            invokeinterface com.oracle.js.parser.Source$Data.data:()Ljava/lang/CharSequence;
            areturn
        end local 0 // com.oracle.js.parser.Source this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/js/parser/Source;

  public static com.oracle.js.parser.Source sourceFor(java.lang.String, java.lang.CharSequence, boolean);
    descriptor: (Ljava/lang/String;Ljava/lang/CharSequence;Z)Lcom/oracle/js/parser/Source;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=8, locals=3, args_size=3
        start local 0 // java.lang.String name
        start local 1 // java.lang.CharSequence content
        start local 2 // boolean isEval
         0: .line 184
            new com.oracle.js.parser.Source
            dup
            aload 0 /* name */
            aload 0 /* name */
            invokestatic com.oracle.js.parser.Source.baseName:(Ljava/lang/String;)Ljava/lang/String;
            new com.oracle.js.parser.Source$RawData
            dup
            aload 1 /* content */
            iload 2 /* isEval */
            invokespecial com.oracle.js.parser.Source$RawData.<init>:(Ljava/lang/CharSequence;Z)V
            invokespecial com.oracle.js.parser.Source.<init>:(Ljava/lang/String;Ljava/lang/String;Lcom/oracle/js/parser/Source$Data;)V
            areturn
        end local 2 // boolean isEval
        end local 1 // java.lang.CharSequence content
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     name  Ljava/lang/String;
            0    1     1  content  Ljava/lang/CharSequence;
            0    1     2   isEval  Z
    MethodParameters:
         Name  Flags
      name     final
      content  final
      isEval   final

  public static com.oracle.js.parser.Source sourceFor(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/oracle/js/parser/Source;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.lang.String name
        start local 1 // java.lang.String content
         0: .line 195
            aload 0 /* name */
            aload 1 /* content */
            iconst_0
            invokestatic com.oracle.js.parser.Source.sourceFor:(Ljava/lang/String;Ljava/lang/CharSequence;Z)Lcom/oracle/js/parser/Source;
            areturn
        end local 1 // java.lang.String content
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     name  Ljava/lang/String;
            0    1     1  content  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      name     final
      content  final

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.js.parser.Source this
        start local 1 // java.lang.Object obj
         0: .line 200
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 201
            iconst_1
            ireturn
         2: .line 203
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof com.oracle.js.parser.Source
            ifne 4
         3: .line 204
            iconst_0
            ireturn
         4: .line 206
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast com.oracle.js.parser.Source
            astore 2 /* other */
        start local 2 // com.oracle.js.parser.Source other
         5: .line 207
            aload 0 /* this */
            getfield com.oracle.js.parser.Source.name:Ljava/lang/String;
            aload 2 /* other */
            getfield com.oracle.js.parser.Source.name:Ljava/lang/String;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 6
            aload 0 /* this */
            getfield com.oracle.js.parser.Source.data:Lcom/oracle/js/parser/Source$Data;
            aload 2 /* other */
            getfield com.oracle.js.parser.Source.data:Lcom/oracle/js/parser/Source$Data;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 6
            iconst_1
            ireturn
      StackMap locals: com.oracle.js.parser.Source
      StackMap stack:
         6: iconst_0
            ireturn
        end local 2 // com.oracle.js.parser.Source other
        end local 1 // java.lang.Object obj
        end local 0 // com.oracle.js.parser.Source this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lcom/oracle/js/parser/Source;
            0    7     1    obj  Ljava/lang/Object;
            5    7     2  other  Lcom/oracle/js/parser/Source;
    MethodParameters:
      Name  Flags
      obj   final

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.oracle.js.parser.Source this
         0: .line 212
            aload 0 /* this */
            getfield com.oracle.js.parser.Source.hash:I
            istore 1 /* h */
        start local 1 // int h
         1: .line 213
            iload 1 /* h */
            ifne 3
         2: .line 214
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.js.parser.Source.data:Lcom/oracle/js/parser/Source$Data;
            invokevirtual java.lang.Object.hashCode:()I
            aload 0 /* this */
            getfield com.oracle.js.parser.Source.name:Ljava/lang/String;
            invokestatic java.util.Objects.hashCode:(Ljava/lang/Object;)I
            ixor
            dup_x1
            putfield com.oracle.js.parser.Source.hash:I
            istore 1 /* h */
         3: .line 216
      StackMap locals: int
      StackMap stack:
            iload 1 /* h */
            ireturn
        end local 1 // int h
        end local 0 // com.oracle.js.parser.Source this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/js/parser/Source;
            1    4     1     h  I

  public java.lang.String getString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.js.parser.Source this
         0: .line 225
            aload 0 /* this */
            getfield com.oracle.js.parser.Source.data:Lcom/oracle/js/parser/Source$Data;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.oracle.js.parser.Source this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/js/parser/Source;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.js.parser.Source this
         0: .line 234
            aload 0 /* this */
            getfield com.oracle.js.parser.Source.name:Ljava/lang/String;
            areturn
        end local 0 // com.oracle.js.parser.Source this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/js/parser/Source;

  public long getLastModified();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.js.parser.Source this
         0: .line 243
            aload 0 /* this */
            getfield com.oracle.js.parser.Source.data:Lcom/oracle/js/parser/Source$Data;
            invokeinterface com.oracle.js.parser.Source$Data.lastModified:()J
            lreturn
        end local 0 // com.oracle.js.parser.Source this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/js/parser/Source;

  public java.lang.String getBase();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.js.parser.Source this
         0: .line 252
            aload 0 /* this */
            getfield com.oracle.js.parser.Source.base:Ljava/lang/String;
            areturn
        end local 0 // com.oracle.js.parser.Source this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/js/parser/Source;

  public java.lang.String getString(int, int);
    descriptor: (II)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.oracle.js.parser.Source this
        start local 1 // int start
        start local 2 // int len
         0: .line 263
            aload 0 /* this */
            invokevirtual com.oracle.js.parser.Source.data:()Ljava/lang/CharSequence;
            iload 1 /* start */
            iload 1 /* start */
            iload 2 /* len */
            iadd
            invokeinterface java.lang.CharSequence.subSequence:(II)Ljava/lang/CharSequence;
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            areturn
        end local 2 // int len
        end local 1 // int start
        end local 0 // com.oracle.js.parser.Source this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/js/parser/Source;
            0    1     1  start  I
            0    1     2    len  I
    MethodParameters:
       Name  Flags
      start  final
      len    final

  public java.lang.String getString(long);
    descriptor: (J)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // com.oracle.js.parser.Source this
        start local 1 // long token
         0: .line 273
            lload 1 /* token */
            invokestatic com.oracle.js.parser.Token.descPosition:(J)I
            istore 3 /* start */
        start local 3 // int start
         1: .line 274
            lload 1 /* token */
            invokestatic com.oracle.js.parser.Token.descLength:(J)I
            istore 4 /* len */
        start local 4 // int len
         2: .line 275
            aload 0 /* this */
            iload 3 /* start */
            iload 4 /* len */
            invokevirtual com.oracle.js.parser.Source.getString:(II)Ljava/lang/String;
            areturn
        end local 4 // int len
        end local 3 // int start
        end local 1 // long token
        end local 0 // com.oracle.js.parser.Source this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/oracle/js/parser/Source;
            0    3     1  token  J
            1    3     3  start  I
            2    3     4    len  I
    MethodParameters:
       Name  Flags
      token  final

  public java.net.URL getURL();
    descriptor: ()Ljava/net/URL;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.js.parser.Source this
         0: .line 285
            aload 0 /* this */
            getfield com.oracle.js.parser.Source.data:Lcom/oracle/js/parser/Source$Data;
            invokeinterface com.oracle.js.parser.Source$Data.url:()Ljava/net/URL;
            areturn
        end local 0 // com.oracle.js.parser.Source this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/js/parser/Source;

  public java.lang.String getExplicitURL();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.js.parser.Source this
         0: .line 294
            aload 0 /* this */
            getfield com.oracle.js.parser.Source.explicitURL:Ljava/lang/String;
            areturn
        end local 0 // com.oracle.js.parser.Source this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/js/parser/Source;

  public void setExplicitURL(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.js.parser.Source this
        start local 1 // java.lang.String explicitURL
         0: .line 303
            aload 0 /* this */
            aload 1 /* explicitURL */
            putfield com.oracle.js.parser.Source.explicitURL:Ljava/lang/String;
         1: .line 304
            return
        end local 1 // java.lang.String explicitURL
        end local 0 // com.oracle.js.parser.Source this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/oracle/js/parser/Source;
            0    2     1  explicitURL  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      explicitURL  

  public boolean isEvalCode();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.js.parser.Source this
         0: .line 312
            aload 0 /* this */
            getfield com.oracle.js.parser.Source.data:Lcom/oracle/js/parser/Source$Data;
            invokeinterface com.oracle.js.parser.Source$Data.isEvalCode:()Z
            ireturn
        end local 0 // com.oracle.js.parser.Source this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/js/parser/Source;

  private int findBOLN(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // com.oracle.js.parser.Source this
        start local 1 // int position
         0: .line 322
            aload 0 /* this */
            invokevirtual com.oracle.js.parser.Source.data:()Ljava/lang/CharSequence;
            astore 2 /* d */
        start local 2 // java.lang.CharSequence d
         1: .line 323
            iload 1 /* position */
            iconst_1
            isub
            istore 3 /* i */
        start local 3 // int i
         2: goto 7
         3: .line 324
      StackMap locals: java.lang.CharSequence int
      StackMap stack:
            aload 2 /* d */
            iload 3 /* i */
            invokeinterface java.lang.CharSequence.charAt:(I)C
            istore 4 /* ch */
        start local 4 // char ch
         4: .line 326
            iload 4 /* ch */
            bipush 10
            if_icmpeq 5
            iload 4 /* ch */
            bipush 13
            if_icmpne 6
         5: .line 327
      StackMap locals: int
      StackMap stack:
            iload 3 /* i */
            iconst_1
            iadd
            ireturn
        end local 4 // char ch
         6: .line 323
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ -1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            ifge 3
        end local 3 // int i
         8: .line 331
            iconst_0
            ireturn
        end local 2 // java.lang.CharSequence d
        end local 1 // int position
        end local 0 // com.oracle.js.parser.Source this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lcom/oracle/js/parser/Source;
            0    9     1  position  I
            1    9     2         d  Ljava/lang/CharSequence;
            2    8     3         i  I
            4    6     4        ch  C
    MethodParameters:
          Name  Flags
      position  final

  private int findEOLN(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // com.oracle.js.parser.Source this
        start local 1 // int position
         0: .line 341
            aload 0 /* this */
            invokevirtual com.oracle.js.parser.Source.data:()Ljava/lang/CharSequence;
            astore 2 /* d */
        start local 2 // java.lang.CharSequence d
         1: .line 342
            aload 2 /* d */
            invokeinterface java.lang.CharSequence.length:()I
            istore 3 /* length */
        start local 3 // int length
         2: .line 343
            iload 1 /* position */
            istore 4 /* i */
        start local 4 // int i
         3: goto 8
         4: .line 344
      StackMap locals: java.lang.CharSequence int int
      StackMap stack:
            aload 2 /* d */
            iload 4 /* i */
            invokeinterface java.lang.CharSequence.charAt:(I)C
            istore 5 /* ch */
        start local 5 // char ch
         5: .line 346
            iload 5 /* ch */
            bipush 10
            if_icmpeq 6
            iload 5 /* ch */
            bipush 13
            if_icmpne 7
         6: .line 347
      StackMap locals: int
      StackMap stack:
            iload 4 /* i */
            iconst_1
            isub
            ireturn
        end local 5 // char ch
         7: .line 343
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 4 /* i */
            iload 3 /* length */
            if_icmplt 4
        end local 4 // int i
         9: .line 351
            iload 3 /* length */
            iconst_1
            isub
            ireturn
        end local 3 // int length
        end local 2 // java.lang.CharSequence d
        end local 1 // int position
        end local 0 // com.oracle.js.parser.Source this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lcom/oracle/js/parser/Source;
            0   10     1  position  I
            1   10     2         d  Ljava/lang/CharSequence;
            2   10     3    length  I
            3    9     4         i  I
            5    7     5        ch  C
    MethodParameters:
          Name  Flags
      position  final

  public int getLine(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // com.oracle.js.parser.Source this
        start local 1 // int position
         0: .line 366
            aload 0 /* this */
            invokevirtual com.oracle.js.parser.Source.data:()Ljava/lang/CharSequence;
            astore 2 /* d */
        start local 2 // java.lang.CharSequence d
         1: .line 368
            iconst_1
            istore 3 /* line */
        start local 3 // int line
         2: .line 370
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 8
         4: .line 371
      StackMap locals: java.lang.CharSequence int int
      StackMap stack:
            aload 2 /* d */
            iload 4 /* i */
            invokeinterface java.lang.CharSequence.charAt:(I)C
            istore 5 /* ch */
        start local 5 // char ch
         5: .line 373
            iload 5 /* ch */
            bipush 10
            if_icmpne 7
         6: .line 374
            iinc 3 /* line */ 1
        end local 5 // char ch
         7: .line 370
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 4 /* i */
            iload 1 /* position */
            if_icmplt 4
        end local 4 // int i
         9: .line 378
            iload 3 /* line */
            ireturn
        end local 3 // int line
        end local 2 // java.lang.CharSequence d
        end local 1 // int position
        end local 0 // com.oracle.js.parser.Source this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lcom/oracle/js/parser/Source;
            0   10     1  position  I
            1   10     2         d  Ljava/lang/CharSequence;
            2   10     3      line  I
            3    9     4         i  I
            5    7     5        ch  C
    MethodParameters:
          Name  Flags
      position  final

  public int getColumn(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.js.parser.Source this
        start local 1 // int position
         0: .line 389
            iload 1 /* position */
            aload 0 /* this */
            iload 1 /* position */
            invokevirtual com.oracle.js.parser.Source.findBOLN:(I)I
            isub
            ireturn
        end local 1 // int position
        end local 0 // com.oracle.js.parser.Source this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/js/parser/Source;
            0    1     1  position  I
    MethodParameters:
          Name  Flags
      position  final

  public java.lang.CharSequence getSourceLine(int);
    descriptor: (I)Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.oracle.js.parser.Source this
        start local 1 // int position
         0: .line 400
            aload 0 /* this */
            iload 1 /* position */
            invokevirtual com.oracle.js.parser.Source.findBOLN:(I)I
            istore 2 /* first */
        start local 2 // int first
         1: .line 402
            aload 0 /* this */
            iload 1 /* position */
            invokevirtual com.oracle.js.parser.Source.findEOLN:(I)I
            istore 3 /* last */
        start local 3 // int last
         2: .line 404
            aload 0 /* this */
            invokevirtual com.oracle.js.parser.Source.data:()Ljava/lang/CharSequence;
            iload 2 /* first */
            iload 3 /* last */
            iconst_1
            iadd
            invokeinterface java.lang.CharSequence.subSequence:(II)Ljava/lang/CharSequence;
            areturn
        end local 3 // int last
        end local 2 // int first
        end local 1 // int position
        end local 0 // com.oracle.js.parser.Source this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/oracle/js/parser/Source;
            0    3     1  position  I
            1    3     2     first  I
            2    3     3      last  I
    MethodParameters:
          Name  Flags
      position  final

  public java.lang.CharSequence getContent();
    descriptor: ()Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.js.parser.Source this
         0: .line 411
            aload 0 /* this */
            invokevirtual com.oracle.js.parser.Source.data:()Ljava/lang/CharSequence;
            areturn
        end local 0 // com.oracle.js.parser.Source this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/js/parser/Source;

  public int getLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.js.parser.Source this
         0: .line 420
            aload 0 /* this */
            getfield com.oracle.js.parser.Source.data:Lcom/oracle/js/parser/Source$Data;
            invokeinterface com.oracle.js.parser.Source$Data.length:()I
            ireturn
        end local 0 // com.oracle.js.parser.Source this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/js/parser/Source;

  public static java.lang.String readFully(java.io.Reader);
    descriptor: (Ljava/io/Reader;)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // java.io.Reader reader
         0: .line 431
            sipush 8192
            newarray 5
            astore 1 /* arr */
        start local 1 // char[] arr
         1: .line 432
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 2 /* sb */
        start local 2 // java.lang.StringBuilder sb
         2: .line 436
            goto 4
        start local 3 // int numChars
         3: .line 437
      StackMap locals: char[] java.lang.StringBuilder int
      StackMap stack:
            aload 2 /* sb */
            aload 1 /* arr */
            iconst_0
            iload 3 /* numChars */
            invokevirtual java.lang.StringBuilder.append:([CII)Ljava/lang/StringBuilder;
            pop
        end local 3 // int numChars
         4: .line 436
      StackMap locals:
      StackMap stack:
            aload 0 /* reader */
            aload 1 /* arr */
            iconst_0
            aload 1 /* arr */
            arraylength
            invokevirtual java.io.Reader.read:([CII)I
            dup
            istore 3 /* numChars */
        start local 3 // int numChars
         5: ifgt 3
        end local 3 // int numChars
         6: .line 439
            goto 10
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: astore 4
         8: .line 440
            aload 0 /* reader */
            invokevirtual java.io.Reader.close:()V
         9: .line 441
            aload 4
            athrow
        10: .line 440
      StackMap locals:
      StackMap stack:
            aload 0 /* reader */
            invokevirtual java.io.Reader.close:()V
        11: .line 443
            aload 2 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.lang.StringBuilder sb
        end local 1 // char[] arr
        end local 0 // java.io.Reader reader
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0    reader  Ljava/io/Reader;
            1   12     1       arr  [C
            2   12     2        sb  Ljava/lang/StringBuilder;
            3    4     3  numChars  I
            5    6     3  numChars  I
      Exception table:
        from    to  target  type
           2     7       7  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      reader  final

  public java.lang.String getDigest();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.js.parser.Source this
         0: .line 452
            new java.lang.String
            dup
            aload 0 /* this */
            invokevirtual com.oracle.js.parser.Source.getDigestBytes:()[B
            getstatic java.nio.charset.StandardCharsets.US_ASCII:Ljava/nio/charset/Charset;
            invokespecial java.lang.String.<init>:([BLjava/nio/charset/Charset;)V
            areturn
        end local 0 // com.oracle.js.parser.Source this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/js/parser/Source;

  private byte[] getDigestBytes();
    descriptor: ()[B
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // com.oracle.js.parser.Source this
         0: .line 456
            aload 0 /* this */
            getfield com.oracle.js.parser.Source.digest:[B
            astore 1 /* ldigest */
        start local 1 // byte[] ldigest
         1: .line 457
            aload 1 /* ldigest */
            ifnonnull 22
         2: .line 458
            aload 0 /* this */
            invokevirtual com.oracle.js.parser.Source.data:()Ljava/lang/CharSequence;
            astore 2 /* content */
        start local 2 // java.lang.CharSequence content
         3: .line 459
            aload 2 /* content */
            invokeinterface java.lang.CharSequence.length:()I
            iconst_2
            imul
            newarray 8
            astore 3 /* bytes */
        start local 3 // byte[] bytes
         4: .line 461
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 9
         6: .line 462
      StackMap locals: com.oracle.js.parser.Source byte[] java.lang.CharSequence byte[] int
      StackMap stack:
            aload 3 /* bytes */
            iload 4 /* i */
            iconst_2
            imul
            aload 2 /* content */
            iload 4 /* i */
            invokeinterface java.lang.CharSequence.charAt:(I)C
            sipush 255
            iand
            i2b
            bastore
         7: .line 463
            aload 3 /* bytes */
            iload 4 /* i */
            iconst_2
            imul
            iconst_1
            iadd
            aload 2 /* content */
            iload 4 /* i */
            invokeinterface java.lang.CharSequence.charAt:(I)C
            ldc 65280
            iand
            bipush 8
            ishr
            i2b
            bastore
         8: .line 461
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            aload 2 /* content */
            invokeinterface java.lang.CharSequence.length:()I
            if_icmplt 6
        end local 4 // int i
        10: .line 467
            ldc "SHA-1"
            invokestatic java.security.MessageDigest.getInstance:(Ljava/lang/String;)Ljava/security/MessageDigest;
            astore 4 /* md */
        start local 4 // java.security.MessageDigest md
        11: .line 468
            aload 0 /* this */
            getfield com.oracle.js.parser.Source.name:Ljava/lang/String;
            ifnull 13
        12: .line 469
            aload 4 /* md */
            aload 0 /* this */
            getfield com.oracle.js.parser.Source.name:Ljava/lang/String;
            getstatic java.nio.charset.StandardCharsets.UTF_8:Ljava/nio/charset/Charset;
            invokevirtual java.lang.String.getBytes:(Ljava/nio/charset/Charset;)[B
            invokevirtual java.security.MessageDigest.update:([B)V
        13: .line 471
      StackMap locals: com.oracle.js.parser.Source byte[] java.lang.CharSequence byte[] java.security.MessageDigest
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.js.parser.Source.base:Ljava/lang/String;
            ifnull 15
        14: .line 472
            aload 4 /* md */
            aload 0 /* this */
            getfield com.oracle.js.parser.Source.base:Ljava/lang/String;
            getstatic java.nio.charset.StandardCharsets.UTF_8:Ljava/nio/charset/Charset;
            invokevirtual java.lang.String.getBytes:(Ljava/nio/charset/Charset;)[B
            invokevirtual java.security.MessageDigest.update:([B)V
        15: .line 474
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.js.parser.Source.getURL:()Ljava/net/URL;
            ifnull 17
        16: .line 475
            aload 4 /* md */
            aload 0 /* this */
            invokevirtual com.oracle.js.parser.Source.getURL:()Ljava/net/URL;
            invokevirtual java.net.URL.toString:()Ljava/lang/String;
            getstatic java.nio.charset.StandardCharsets.UTF_8:Ljava/nio/charset/Charset;
            invokevirtual java.lang.String.getBytes:(Ljava/nio/charset/Charset;)[B
            invokevirtual java.security.MessageDigest.update:([B)V
        17: .line 478
      StackMap locals:
      StackMap stack:
            invokestatic java.util.Base64.getUrlEncoder:()Ljava/util/Base64$Encoder;
            invokevirtual java.util.Base64$Encoder.withoutPadding:()Ljava/util/Base64$Encoder;
            astore 5 /* base64 */
        start local 5 // java.util.Base64$Encoder base64
        18: .line 479
            aload 0 /* this */
            aload 5 /* base64 */
            aload 4 /* md */
            aload 3 /* bytes */
            invokevirtual java.security.MessageDigest.digest:([B)[B
            invokevirtual java.util.Base64$Encoder.encode:([B)[B
            dup
            astore 1 /* ldigest */
            putfield com.oracle.js.parser.Source.digest:[B
        end local 5 // java.util.Base64$Encoder base64
        end local 4 // java.security.MessageDigest md
        19: .line 480
            goto 22
      StackMap locals: com.oracle.js.parser.Source byte[] java.lang.CharSequence byte[]
      StackMap stack: java.security.NoSuchAlgorithmException
        20: astore 4 /* e */
        start local 4 // java.security.NoSuchAlgorithmException e
        21: .line 481
            new java.lang.RuntimeException
            dup
            aload 4 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 4 // java.security.NoSuchAlgorithmException e
        end local 3 // byte[] bytes
        end local 2 // java.lang.CharSequence content
        22: .line 484
      StackMap locals:
      StackMap stack:
            aload 1 /* ldigest */
            areturn
        end local 1 // byte[] ldigest
        end local 0 // com.oracle.js.parser.Source this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   23     0     this  Lcom/oracle/js/parser/Source;
            1   23     1  ldigest  [B
            3   22     2  content  Ljava/lang/CharSequence;
            4   22     3    bytes  [B
            5   10     4        i  I
           11   19     4       md  Ljava/security/MessageDigest;
           18   19     5   base64  Ljava/util/Base64$Encoder;
           21   22     4        e  Ljava/security/NoSuchAlgorithmException;
      Exception table:
        from    to  target  type
          10    19      20  Class java.security.NoSuchAlgorithmException

  private static java.lang.String baseName(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // java.lang.String name
         0: .line 489
            aload 0 /* name */
            bipush 47
            invokevirtual java.lang.String.lastIndexOf:(I)I
            istore 1 /* idx */
        start local 1 // int idx
         1: .line 490
            iload 1 /* idx */
            iconst_m1
            if_icmpne 3
         2: .line 491
            aload 0 /* name */
            bipush 92
            invokevirtual java.lang.String.lastIndexOf:(I)I
            istore 1 /* idx */
         3: .line 493
      StackMap locals: int
      StackMap stack:
            iload 1 /* idx */
            iconst_m1
            if_icmpeq 4
            aload 0 /* name */
            iconst_0
            iload 1 /* idx */
            iconst_1
            iadd
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            goto 5
      StackMap locals:
      StackMap stack:
         4: aconst_null
      StackMap locals:
      StackMap stack: java.lang.String
         5: areturn
        end local 1 // int idx
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  name  Ljava/lang/String;
            1    6     1   idx  I
    MethodParameters:
      Name  Flags
      name  final

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.js.parser.Source this
         0: .line 498
            aload 0 /* this */
            invokevirtual com.oracle.js.parser.Source.getName:()Ljava/lang/String;
            areturn
        end local 0 // com.oracle.js.parser.Source this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/js/parser/Source;
}
SourceFile: "Source.java"
NestMembers:
  com.oracle.js.parser.Source$Data  com.oracle.js.parser.Source$RawData
InnerClasses:
  private abstract Data = com.oracle.js.parser.Source$Data of com.oracle.js.parser.Source
  private final RawData = com.oracle.js.parser.Source$RawData of com.oracle.js.parser.Source
  public Encoder = java.util.Base64$Encoder of java.util.Base64