public class org.jruby.internal.runtime.methods.ProcMethod extends org.jruby.internal.runtime.methods.DynamicMethod implements org.jruby.runtime.PositionAware, org.jruby.internal.runtime.methods.IRMethodArgs
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.jruby.internal.runtime.methods.ProcMethod
super_class: org.jruby.internal.runtime.methods.DynamicMethod
{
private org.jruby.RubyProc proc;
descriptor: Lorg/jruby/RubyProc;
flags: (0x0002) ACC_PRIVATE
public void <init>(org.jruby.RubyModule, org.jruby.RubyProc, org.jruby.runtime.Visibility, java.lang.String);
descriptor: (Lorg/jruby/RubyModule;Lorg/jruby/RubyProc;Lorg/jruby/runtime/Visibility;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 3
aload 4
invokespecial org.jruby.internal.runtime.methods.DynamicMethod.<init>:(Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Ljava/lang/String;)V
1: aload 0
aload 2
putfield org.jruby.internal.runtime.methods.ProcMethod.proc:Lorg/jruby/RubyProc;
2: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/internal/runtime/methods/ProcMethod;
0 3 1 implementationClass Lorg/jruby/RubyModule;
0 3 2 proc Lorg/jruby/RubyProc;
0 3 3 visibility Lorg/jruby/runtime/Visibility;
0 3 4 name Ljava/lang/String;
MethodParameters:
Name Flags
implementationClass
proc
visibility
name
public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
getfield org.jruby.internal.runtime.methods.ProcMethod.proc:Lorg/jruby/RubyProc;
aload 1
aload 5
aload 2
aload 3
aload 6
invokevirtual org.jruby.RubyProc.call:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/internal/runtime/methods/ProcMethod;
0 1 1 context Lorg/jruby/runtime/ThreadContext;
0 1 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 1 3 klazz Lorg/jruby/RubyModule;
0 1 4 name Ljava/lang/String;
0 1 5 args [Lorg/jruby/runtime/builtin/IRubyObject;
0 1 6 block Lorg/jruby/runtime/Block;
MethodParameters:
Name Flags
context
self
klazz
name
args
block
public org.jruby.internal.runtime.methods.DynamicMethod dup();
descriptor: ()Lorg/jruby/internal/runtime/methods/DynamicMethod;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=1, args_size=1
start local 0 0: new org.jruby.internal.runtime.methods.ProcMethod
dup
aload 0
invokevirtual org.jruby.internal.runtime.methods.ProcMethod.getImplementationClass:()Lorg/jruby/RubyModule;
aload 0
getfield org.jruby.internal.runtime.methods.ProcMethod.proc:Lorg/jruby/RubyProc;
aload 0
invokevirtual org.jruby.internal.runtime.methods.ProcMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
aload 0
getfield org.jruby.internal.runtime.methods.ProcMethod.name:Ljava/lang/String;
invokespecial org.jruby.internal.runtime.methods.ProcMethod.<init>:(Lorg/jruby/RubyModule;Lorg/jruby/RubyProc;Lorg/jruby/runtime/Visibility;Ljava/lang/String;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/internal/runtime/methods/ProcMethod;
public boolean isSame(org.jruby.internal.runtime.methods.DynamicMethod);
descriptor: (Lorg/jruby/internal/runtime/methods/DynamicMethod;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
instanceof org.jruby.internal.runtime.methods.ProcMethod
ifne 1
iconst_0
ireturn
1: StackMap locals:
StackMap stack:
aload 1
checkcast org.jruby.internal.runtime.methods.ProcMethod
getfield org.jruby.internal.runtime.methods.ProcMethod.proc:Lorg/jruby/RubyProc;
aload 0
getfield org.jruby.internal.runtime.methods.ProcMethod.proc:Lorg/jruby/RubyProc;
if_acmpne 2
iconst_1
ireturn
StackMap locals:
StackMap stack:
2: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/internal/runtime/methods/ProcMethod;
0 3 1 method Lorg/jruby/internal/runtime/methods/DynamicMethod;
MethodParameters:
Name Flags
method
public org.jruby.runtime.Arity getArity();
descriptor: ()Lorg/jruby/runtime/Arity;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.internal.runtime.methods.ProcMethod.proc:Lorg/jruby/RubyProc;
invokevirtual org.jruby.RubyProc.getBlock:()Lorg/jruby/runtime/Block;
invokevirtual org.jruby.runtime.Block.getSignature:()Lorg/jruby/runtime/Signature;
invokevirtual org.jruby.runtime.Signature.arity:()Lorg/jruby/runtime/Arity;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/internal/runtime/methods/ProcMethod;
public java.lang.String getFile();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.internal.runtime.methods.ProcMethod.proc:Lorg/jruby/RubyProc;
invokevirtual org.jruby.RubyProc.getBlock:()Lorg/jruby/runtime/Block;
invokevirtual org.jruby.runtime.Block.getBody:()Lorg/jruby/runtime/BlockBody;
invokevirtual org.jruby.runtime.BlockBody.getFile:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/internal/runtime/methods/ProcMethod;
public int getLine();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.internal.runtime.methods.ProcMethod.proc:Lorg/jruby/RubyProc;
invokevirtual org.jruby.RubyProc.getBlock:()Lorg/jruby/runtime/Block;
invokevirtual org.jruby.runtime.Block.getBody:()Lorg/jruby/runtime/BlockBody;
invokevirtual org.jruby.runtime.BlockBody.getLine:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/internal/runtime/methods/ProcMethod;
public org.jruby.runtime.Signature getSignature();
descriptor: ()Lorg/jruby/runtime/Signature;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.internal.runtime.methods.ProcMethod.proc:Lorg/jruby/RubyProc;
invokevirtual org.jruby.RubyProc.getBlock:()Lorg/jruby/runtime/Block;
invokevirtual org.jruby.runtime.Block.getBody:()Lorg/jruby/runtime/BlockBody;
invokevirtual org.jruby.runtime.BlockBody.getSignature:()Lorg/jruby/runtime/Signature;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/internal/runtime/methods/ProcMethod;
public org.jruby.runtime.ArgumentDescriptor[] getArgumentDescriptors();
descriptor: ()[Lorg/jruby/runtime/ArgumentDescriptor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.internal.runtime.methods.ProcMethod.proc:Lorg/jruby/RubyProc;
invokevirtual org.jruby.RubyProc.getBlock:()Lorg/jruby/runtime/Block;
invokevirtual org.jruby.runtime.Block.getBody:()Lorg/jruby/runtime/BlockBody;
invokevirtual org.jruby.runtime.BlockBody.getArgumentDescriptors:()[Lorg/jruby/runtime/ArgumentDescriptor;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/internal/runtime/methods/ProcMethod;
public org.jruby.RubyProc getProc();
descriptor: ()Lorg/jruby/RubyProc;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.internal.runtime.methods.ProcMethod.proc:Lorg/jruby/RubyProc;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/internal/runtime/methods/ProcMethod;
}
SourceFile: "ProcMethod.java"