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 // org.jruby.internal.runtime.methods.ProcMethod this
        start local 1 // org.jruby.RubyModule implementationClass
        start local 2 // org.jruby.RubyProc proc
        start local 3 // org.jruby.runtime.Visibility visibility
        start local 4 // java.lang.String name
         0: .line 59
            aload 0 /* this */
            aload 1 /* implementationClass */
            aload 3 /* visibility */
            aload 4 /* name */
            invokespecial org.jruby.internal.runtime.methods.DynamicMethod.<init>:(Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Ljava/lang/String;)V
         1: .line 60
            aload 0 /* this */
            aload 2 /* proc */
            putfield org.jruby.internal.runtime.methods.ProcMethod.proc:Lorg/jruby/RubyProc;
         2: .line 61
            return
        end local 4 // java.lang.String name
        end local 3 // org.jruby.runtime.Visibility visibility
        end local 2 // org.jruby.RubyProc proc
        end local 1 // org.jruby.RubyModule implementationClass
        end local 0 // org.jruby.internal.runtime.methods.ProcMethod this
      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 // org.jruby.internal.runtime.methods.ProcMethod this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule klazz
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 6 // org.jruby.runtime.Block block
         0: .line 64
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.ProcMethod.proc:Lorg/jruby/RubyProc;
            aload 1 /* context */
            aload 5 /* args */
            aload 2 /* self */
            aload 3 /* klazz */
            aload 6 /* block */
            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 // org.jruby.runtime.Block block
        end local 5 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule klazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.internal.runtime.methods.ProcMethod this
      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 // org.jruby.internal.runtime.methods.ProcMethod this
         0: .line 68
            new org.jruby.internal.runtime.methods.ProcMethod
            dup
            aload 0 /* this */
            invokevirtual org.jruby.internal.runtime.methods.ProcMethod.getImplementationClass:()Lorg/jruby/RubyModule;
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.ProcMethod.proc:Lorg/jruby/RubyProc;
            aload 0 /* this */
            invokevirtual org.jruby.internal.runtime.methods.ProcMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 0 /* this */
            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 // org.jruby.internal.runtime.methods.ProcMethod this
      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 // org.jruby.internal.runtime.methods.ProcMethod this
        start local 1 // org.jruby.internal.runtime.methods.DynamicMethod method
         0: .line 73
            aload 1 /* method */
            instanceof org.jruby.internal.runtime.methods.ProcMethod
            ifne 1
            iconst_0
            ireturn
         1: .line 75
      StackMap locals:
      StackMap stack:
            aload 1 /* method */
            checkcast org.jruby.internal.runtime.methods.ProcMethod
            getfield org.jruby.internal.runtime.methods.ProcMethod.proc:Lorg/jruby/RubyProc;
            aload 0 /* this */
            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 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 0 // org.jruby.internal.runtime.methods.ProcMethod this
      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 // org.jruby.internal.runtime.methods.ProcMethod this
         0: .line 80
            aload 0 /* this */
            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 // org.jruby.internal.runtime.methods.ProcMethod this
      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 // org.jruby.internal.runtime.methods.ProcMethod this
         0: .line 84
            aload 0 /* this */
            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 // org.jruby.internal.runtime.methods.ProcMethod this
      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 // org.jruby.internal.runtime.methods.ProcMethod this
         0: .line 88
            aload 0 /* this */
            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 // org.jruby.internal.runtime.methods.ProcMethod this
      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 // org.jruby.internal.runtime.methods.ProcMethod this
         0: .line 93
            aload 0 /* this */
            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 // org.jruby.internal.runtime.methods.ProcMethod this
      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 // org.jruby.internal.runtime.methods.ProcMethod this
         0: .line 98
            aload 0 /* this */
            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 // org.jruby.internal.runtime.methods.ProcMethod this
      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 // org.jruby.internal.runtime.methods.ProcMethod this
         0: .line 102
            aload 0 /* this */
            getfield org.jruby.internal.runtime.methods.ProcMethod.proc:Lorg/jruby/RubyProc;
            areturn
        end local 0 // org.jruby.internal.runtime.methods.ProcMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/internal/runtime/methods/ProcMethod;
}
SourceFile: "ProcMethod.java"