class org.jruby.RubyRegexp$SearchMatchTask implements org.jruby.RubyThread$Task<org.joni.Matcher, java.lang.Integer>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.RubyRegexp$SearchMatchTask
super_class: java.lang.Object
{
final org.jruby.RubyThread thread;
descriptor: Lorg/jruby/RubyThread;
flags: (0x0010) ACC_FINAL
final int start;
descriptor: I
flags: (0x0010) ACC_FINAL
final int range;
descriptor: I
flags: (0x0010) ACC_FINAL
final int option;
descriptor: I
flags: (0x0010) ACC_FINAL
final boolean match;
descriptor: Z
flags: (0x0010) ACC_FINAL
void <init>(org.jruby.RubyThread, int, int, int, boolean);
descriptor: (Lorg/jruby/RubyThread;IIIZ)V
flags: (0x0000)
Code:
stack=2, 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
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.jruby.RubyRegexp$SearchMatchTask.thread:Lorg/jruby/RubyThread;
2: aload 0
iload 2
putfield org.jruby.RubyRegexp$SearchMatchTask.start:I
3: aload 0
iload 3
putfield org.jruby.RubyRegexp$SearchMatchTask.range:I
4: aload 0
iload 4
putfield org.jruby.RubyRegexp$SearchMatchTask.option:I
5: aload 0
iload 5
putfield org.jruby.RubyRegexp$SearchMatchTask.match:Z
6: 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 7 0 this Lorg/jruby/RubyRegexp$SearchMatchTask;
0 7 1 thread Lorg/jruby/RubyThread;
0 7 2 start I
0 7 3 range I
0 7 4 option I
0 7 5 match Z
MethodParameters:
Name Flags
thread
start
range
option
match
public java.lang.Integer run(org.jruby.runtime.ThreadContext, org.joni.Matcher);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/joni/Matcher;)Ljava/lang/Integer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.jruby.RubyRegexp$SearchMatchTask.match:Z
ifeq 2
1: aload 2
aload 0
getfield org.jruby.RubyRegexp$SearchMatchTask.start:I
aload 0
getfield org.jruby.RubyRegexp$SearchMatchTask.range:I
aload 0
getfield org.jruby.RubyRegexp$SearchMatchTask.option:I
invokevirtual org.joni.Matcher.matchInterruptible:(III)I
goto 3
2: StackMap locals:
StackMap stack:
aload 2
aload 0
getfield org.jruby.RubyRegexp$SearchMatchTask.start:I
aload 0
getfield org.jruby.RubyRegexp$SearchMatchTask.range:I
aload 0
getfield org.jruby.RubyRegexp$SearchMatchTask.option:I
invokevirtual org.joni.Matcher.searchInterruptible:(III)I
3: StackMap locals:
StackMap stack: int
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/jruby/RubyRegexp$SearchMatchTask;
0 4 1 context Lorg/jruby/runtime/ThreadContext;
0 4 2 matcher Lorg/joni/Matcher;
Exceptions:
throws java.lang.InterruptedException
MethodParameters:
Name Flags
context
matcher
public void wakeup(org.jruby.RubyThread, org.joni.Matcher);
descriptor: (Lorg/jruby/RubyThread;Lorg/joni/Matcher;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokevirtual org.jruby.RubyThread.getNativeThread:()Ljava/lang/Thread;
invokevirtual java.lang.Thread.interrupt:()V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/RubyRegexp$SearchMatchTask;
0 2 1 thread Lorg/jruby/RubyThread;
0 2 2 matcher Lorg/joni/Matcher;
MethodParameters:
Name Flags
thread
matcher
public java.lang.Object run(org.jruby.runtime.ThreadContext, java.lang.Object);
descriptor: (Lorg/jruby/runtime/ThreadContext;Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
aload 2
checkcast org.joni.Matcher
invokevirtual org.jruby.RubyRegexp$SearchMatchTask.run:(Lorg/jruby/runtime/ThreadContext;Lorg/joni/Matcher;)Ljava/lang/Integer;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.InterruptedException
public void wakeup(org.jruby.RubyThread, java.lang.Object);
descriptor: (Lorg/jruby/RubyThread;Ljava/lang/Object;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
aload 2
checkcast org.joni.Matcher
invokevirtual org.jruby.RubyRegexp$SearchMatchTask.wakeup:(Lorg/jruby/RubyThread;Lorg/joni/Matcher;)V
return
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lorg/jruby/RubyThread$Task<Lorg/joni/Matcher;Ljava/lang/Integer;>;
SourceFile: "RubyRegexp.java"
NestHost: org.jruby.RubyRegexp
InnerClasses:
private SearchMatchTask = org.jruby.RubyRegexp$SearchMatchTask of org.jruby.RubyRegexp
public abstract Task = org.jruby.RubyThread$Task of org.jruby.RubyThread