public interface org.jruby.internal.runtime.methods.IRMethodArgs
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.jruby.internal.runtime.methods.IRMethodArgs
super_class: java.lang.Object
{
public abstract org.jruby.runtime.Signature getSignature();
descriptor: ()Lorg/jruby/runtime/Signature;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.jruby.runtime.ArgumentDescriptor[] getArgumentDescriptors();
descriptor: ()[Lorg/jruby/runtime/ArgumentDescriptor;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "IRMethodArgs.java"