public class org.jruby.ast.executable.ScriptAndCode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ast.executable.ScriptAndCode
  super_class: java.lang.Object
{
  private final byte[] bytecode;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.jruby.ast.executable.Script script;
    descriptor: Lorg/jruby/ast/executable/Script;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(byte[], org.jruby.ast.executable.Script);
    descriptor: ([BLorg/jruby/ast/executable/Script;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jruby.ast.executable.ScriptAndCode this
        start local 1 // byte[] bytecode
        start local 2 // org.jruby.ast.executable.Script script
         0: .line 12
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 13
            aload 0 /* this */
            aload 1 /* bytecode */
            putfield org.jruby.ast.executable.ScriptAndCode.bytecode:[B
         2: .line 14
            aload 0 /* this */
            aload 2 /* script */
            putfield org.jruby.ast.executable.ScriptAndCode.script:Lorg/jruby/ast/executable/Script;
         3: .line 15
            return
        end local 2 // org.jruby.ast.executable.Script script
        end local 1 // byte[] bytecode
        end local 0 // org.jruby.ast.executable.ScriptAndCode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/jruby/ast/executable/ScriptAndCode;
            0    4     1  bytecode  [B
            0    4     2    script  Lorg/jruby/ast/executable/Script;
    MethodParameters:
          Name  Flags
      bytecode  
      script    

  public byte[] bytecode();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.ast.executable.ScriptAndCode this
         0: .line 18
            aload 0 /* this */
            getfield org.jruby.ast.executable.ScriptAndCode.bytecode:[B
            aload 0 /* this */
            getfield org.jruby.ast.executable.ScriptAndCode.bytecode:[B
            arraylength
            invokestatic java.util.Arrays.copyOf:([BI)[B
            areturn
        end local 0 // org.jruby.ast.executable.ScriptAndCode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/executable/ScriptAndCode;

  public org.jruby.ast.executable.Script script();
    descriptor: ()Lorg/jruby/ast/executable/Script;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ast.executable.ScriptAndCode this
         0: .line 22
            aload 0 /* this */
            getfield org.jruby.ast.executable.ScriptAndCode.script:Lorg/jruby/ast/executable/Script;
            areturn
        end local 0 // org.jruby.ast.executable.ScriptAndCode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/executable/ScriptAndCode;
}
SourceFile: "ScriptAndCode.java"