public class org.jruby.RubyNoMethodError extends org.jruby.RubyNameError
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.jruby.RubyNoMethodError
super_class: org.jruby.RubyNameError
{
private org.jruby.runtime.builtin.IRubyObject args;
descriptor: Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0002) ACC_PRIVATE
private static final org.jruby.runtime.ObjectAllocator ALLOCATOR;
descriptor: Lorg/jruby/runtime/ObjectAllocator;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: invokedynamic allocate()Lorg/jruby/runtime/ObjectAllocator;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)Lorg/jruby/runtime/builtin/IRubyObject;
org/jruby/RubyNoMethodError.lambda$0(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)Lorg/jruby/runtime/builtin/IRubyObject; (6)
(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)Lorg/jruby/runtime/builtin/IRubyObject;
putstatic org.jruby.RubyNoMethodError.ALLOCATOR:Lorg/jruby/runtime/ObjectAllocator;
return
LocalVariableTable:
Start End Slot Name Signature
static org.jruby.RubyClass define(org.jruby.Ruby, org.jruby.RubyClass);
descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)Lorg/jruby/RubyClass;
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
ldc "NoMethodError"
aload 1
getstatic org.jruby.RubyNoMethodError.ALLOCATOR:Lorg/jruby/runtime/ObjectAllocator;
invokevirtual org.jruby.Ruby.defineClass:(Ljava/lang/String;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ObjectAllocator;)Lorg/jruby/RubyClass;
astore 2
start local 2 1: aload 2
ldc Lorg/jruby/RubyNoMethodError;
invokevirtual org.jruby.RubyClass.defineAnnotatedMethods:(Ljava/lang/Class;)V
2: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 runtime Lorg/jruby/Ruby;
0 3 1 nameErrorClass Lorg/jruby/RubyClass;
1 3 2 noMethodErrorClass Lorg/jruby/RubyClass;
MethodParameters:
Name Flags
runtime
nameErrorClass
protected void <init>(org.jruby.Ruby, org.jruby.RubyClass);
descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
aload 2
invokevirtual org.jruby.RubyClass.getName:()Ljava/lang/String;
invokespecial org.jruby.RubyNameError.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Ljava/lang/String;)V
1: aload 0
aload 1
invokevirtual org.jruby.Ruby.getNil:()Lorg/jruby/runtime/builtin/IRubyObject;
putfield org.jruby.RubyNoMethodError.args:Lorg/jruby/runtime/builtin/IRubyObject;
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/RubyNoMethodError;
0 3 1 runtime Lorg/jruby/Ruby;
0 3 2 exceptionClass Lorg/jruby/RubyClass;
MethodParameters:
Name Flags
runtime
exceptionClass
public void <init>(org.jruby.Ruby, org.jruby.RubyClass, java.lang.String, java.lang.String, org.jruby.runtime.builtin.IRubyObject);
descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Ljava/lang/String;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokespecial org.jruby.RubyNameError.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Ljava/lang/String;Ljava/lang/String;)V
1: aload 0
aload 5
putfield org.jruby.RubyNoMethodError.args:Lorg/jruby/runtime/builtin/IRubyObject;
2: return
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 3 0 this Lorg/jruby/RubyNoMethodError;
0 3 1 runtime Lorg/jruby/Ruby;
0 3 2 exceptionClass Lorg/jruby/RubyClass;
0 3 3 message Ljava/lang/String;
0 3 4 name Ljava/lang/String;
0 3 5 args Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
runtime
exceptionClass
message
name
args
protected org.jruby.exceptions.RaiseException constructThrowable(java.lang.String);
descriptor: (Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new org.jruby.exceptions.NoMethodError
dup
aload 1
aload 0
invokespecial org.jruby.exceptions.NoMethodError.<init>:(Ljava/lang/String;Lorg/jruby/RubyNoMethodError;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/RubyNoMethodError;
0 1 1 message Ljava/lang/String;
MethodParameters:
Name Flags
message
public static org.jruby.RubyException newNoMethodError(org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyException;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
checkcast org.jruby.RubyClass
astore 4
start local 4 1: aload 4
invokevirtual org.jruby.RubyClass.allocate:()Lorg/jruby/runtime/builtin/IRubyObject;
checkcast org.jruby.RubyException
astore 5
start local 5 2: aload 5
aload 1
aload 2
aload 3
getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
invokevirtual org.jruby.RubyException.callInit:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)V
3: aload 5
areturn
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 4 0 recv Lorg/jruby/runtime/builtin/IRubyObject;
0 4 1 message Lorg/jruby/runtime/builtin/IRubyObject;
0 4 2 name Lorg/jruby/runtime/builtin/IRubyObject;
0 4 3 args Lorg/jruby/runtime/builtin/IRubyObject;
1 4 4 klass Lorg/jruby/RubyClass;
2 4 5 newError Lorg/jruby/RubyException;
MethodParameters:
Name Flags
recv
message
name
args
public static org.jruby.RubyException newNoMethodError(org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, boolean);
descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Z)Lorg/jruby/RubyException;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=7, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
checkcast org.jruby.RubyClass
astore 5
start local 5 1: aload 5
invokevirtual org.jruby.RubyClass.allocate:()Lorg/jruby/runtime/builtin/IRubyObject;
checkcast org.jruby.RubyNoMethodError
astore 6
start local 6 2: aload 6
aload 1
aload 2
aload 3
getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
invokevirtual org.jruby.RubyNoMethodError.callInit:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)V
3: aload 6
iload 4
putfield org.jruby.RubyNoMethodError.privateCall:Z
4: aload 6
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 5 0 recv Lorg/jruby/runtime/builtin/IRubyObject;
0 5 1 message Lorg/jruby/runtime/builtin/IRubyObject;
0 5 2 name Lorg/jruby/runtime/builtin/IRubyObject;
0 5 3 args Lorg/jruby/runtime/builtin/IRubyObject;
0 5 4 privateCall Z
1 5 5 klass Lorg/jruby/RubyClass;
2 5 6 newError Lorg/jruby/RubyNoMethodError;
MethodParameters:
Name Flags
recv
message
name
args
privateCall
public org.jruby.runtime.builtin.IRubyObject initialize(org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
descriptor: ([Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
arraylength
iconst_2
if_icmple 4
1: aload 0
aload 1
aload 1
arraylength
iconst_1
isub
aaload
putfield org.jruby.RubyNoMethodError.args:Lorg/jruby/runtime/builtin/IRubyObject;
2: aload 1
aload 1
arraylength
iconst_1
isub
invokestatic org.jruby.util.ArraySupport.newCopy:([Lorg/jruby/runtime/builtin/IRubyObject;I)[Lorg/jruby/runtime/builtin/IRubyObject;
astore 1
3: goto 5
4: StackMap locals:
StackMap stack:
aload 0
aload 0
invokevirtual org.jruby.RubyNoMethodError.getRuntime:()Lorg/jruby/Ruby;
invokevirtual org.jruby.Ruby.getNil:()Lorg/jruby/runtime/builtin/IRubyObject;
putfield org.jruby.RubyNoMethodError.args:Lorg/jruby/runtime/builtin/IRubyObject;
5: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 2
invokespecial org.jruby.RubyNameError.initialize:([Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
pop
6: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/jruby/RubyNoMethodError;
0 7 1 args [Lorg/jruby/runtime/builtin/IRubyObject;
0 7 2 block Lorg/jruby/runtime/Block;
RuntimeVisibleAnnotations:
org.jruby.anno.JRubyMethod(rest = true, visibility = org.jruby.runtime.Visibility.PRIVATE:Lorg/jruby/runtime/Visibility;)
MethodParameters:
Name Flags
args
block
public org.jruby.runtime.builtin.IRubyObject args();
descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.RubyNoMethodError.args:Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/RubyNoMethodError;
RuntimeVisibleAnnotations:
org.jruby.anno.JRubyMethod()
public void copySpecialInstanceVariables(org.jruby.runtime.builtin.IRubyObject);
descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial org.jruby.RubyNameError.copySpecialInstanceVariables:(Lorg/jruby/runtime/builtin/IRubyObject;)V
1: aload 1
checkcast org.jruby.RubyNoMethodError
astore 2
start local 2 2: aload 2
aload 0
getfield org.jruby.RubyNoMethodError.args:Lorg/jruby/runtime/builtin/IRubyObject;
putfield org.jruby.RubyNoMethodError.args:Lorg/jruby/runtime/builtin/IRubyObject;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/jruby/RubyNoMethodError;
0 4 1 clone Lorg/jruby/runtime/builtin/IRubyObject;
2 4 2 exception Lorg/jruby/RubyNoMethodError;
MethodParameters:
Name Flags
clone
private static org.jruby.runtime.builtin.IRubyObject lambda$0(org.jruby.Ruby, org.jruby.RubyClass);
descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new org.jruby.RubyNoMethodError
dup
aload 0
aload 1
invokespecial org.jruby.RubyNoMethodError.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 runtime Lorg/jruby/Ruby;
0 1 1 klass Lorg/jruby/RubyClass;
}
SourceFile: "RubyNoMethodError.java"
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
RuntimeVisibleAnnotations:
org.jruby.anno.JRubyClass(name = {"NoMethodError"}, parent = "NameError")