public class org.jruby.exceptions.InterruptedRegexpError extends org.jruby.exceptions.RegexpError
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.jruby.exceptions.InterruptedRegexpError
super_class: org.jruby.exceptions.RegexpError
{
public void <init>(java.lang.String, org.jruby.RubyInterruptedRegexpError);
descriptor: (Ljava/lang/String;Lorg/jruby/RubyInterruptedRegexpError;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokespecial org.jruby.exceptions.RegexpError.<init>:(Ljava/lang/String;Lorg/jruby/RubyRegexpError;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/exceptions/InterruptedRegexpError;
0 2 1 message Ljava/lang/String;
0 2 2 exception Lorg/jruby/RubyInterruptedRegexpError;
MethodParameters:
Name Flags
message
exception
}
SourceFile: "InterruptedRegexpError.java"