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 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.jruby.ast.executable.ScriptAndCode.bytecode:[B
2: aload 0
aload 2
putfield org.jruby.ast.executable.ScriptAndCode.script:Lorg/jruby/ast/executable/Script;
3: return
end local 2 end local 1 end local 0 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 0: aload 0
getfield org.jruby.ast.executable.ScriptAndCode.bytecode:[B
aload 0
getfield org.jruby.ast.executable.ScriptAndCode.bytecode:[B
arraylength
invokestatic java.util.Arrays.copyOf:([BI)[B
areturn
end local 0 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 0: aload 0
getfield org.jruby.ast.executable.ScriptAndCode.script:Lorg/jruby/ast/executable/Script;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ast/executable/ScriptAndCode;
}
SourceFile: "ScriptAndCode.java"