class org.graalvm.polyglot.io.ByteSequence$1 implements org.graalvm.polyglot.io.ByteSequence
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.polyglot.io.ByteSequence$1
  super_class: java.lang.Object
{
  final org.graalvm.polyglot.io.ByteSequence this$0;
    descriptor: Lorg/graalvm/polyglot/io/ByteSequence;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final int val$l;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final int val$startIndex;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.graalvm.polyglot.io.ByteSequence, int, int);
    descriptor: (Lorg/graalvm/polyglot/io/ByteSequence;II)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.graalvm.polyglot.io.ByteSequence$1 this
         0: .line 115
            aload 0 /* this */
            aload 1
            putfield org.graalvm.polyglot.io.ByteSequence$1.this$0:Lorg/graalvm/polyglot/io/ByteSequence;
            aload 0 /* this */
            iload 2
            putfield org.graalvm.polyglot.io.ByteSequence$1.val$l:I
            aload 0 /* this */
            iload 3
            putfield org.graalvm.polyglot.io.ByteSequence$1.val$startIndex:I
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.polyglot.io.ByteSequence$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/polyglot/io/ByteSequence$1;
    MethodParameters:
                Name  Flags
      this$0          final
      val$l           final
      val$startIndex  final

  public int length();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.polyglot.io.ByteSequence$1 this
         0: .line 117
            aload 0 /* this */
            getfield org.graalvm.polyglot.io.ByteSequence$1.val$l:I
            ireturn
        end local 0 // org.graalvm.polyglot.io.ByteSequence$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/polyglot/io/ByteSequence$1;

  public byte byteAt(int);
    descriptor: (I)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.polyglot.io.ByteSequence$1 this
        start local 1 // int index
         0: .line 121
            aload 0 /* this */
            getfield org.graalvm.polyglot.io.ByteSequence$1.this$0:Lorg/graalvm/polyglot/io/ByteSequence;
            aload 0 /* this */
            getfield org.graalvm.polyglot.io.ByteSequence$1.val$startIndex:I
            iload 1 /* index */
            iadd
            invokeinterface org.graalvm.polyglot.io.ByteSequence.byteAt:(I)B
            ireturn
        end local 1 // int index
        end local 0 // org.graalvm.polyglot.io.ByteSequence$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/graalvm/polyglot/io/ByteSequence$1;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  
}
SourceFile: "ByteSequence.java"
EnclosingMethod: org.graalvm.polyglot.io.ByteSequence.subSequence:(II)Lorg/graalvm/polyglot/io/ByteSequence;
NestHost: org.graalvm.polyglot.io.ByteSequence
InnerClasses:
  org.graalvm.polyglot.io.ByteSequence$1