public class org.jruby.ext.fiber.ThreadFiberLibrary
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.jruby.ext.fiber.ThreadFiberLibrary
super_class: java.lang.Object
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ext/fiber/ThreadFiberLibrary;
public org.jruby.RubyClass createFiberClass(org.jruby.Ruby);
descriptor: (Lorg/jruby/Ruby;)Lorg/jruby/RubyClass;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=3, args_size=2
start local 0 start local 1 0: aload 1
ldc "Fiber"
aload 1
invokevirtual org.jruby.Ruby.getObject:()Lorg/jruby/RubyClass;
new org.jruby.ext.fiber.ThreadFiberLibrary$1
dup
aload 0
invokespecial org.jruby.ext.fiber.ThreadFiberLibrary$1.<init>:(Lorg/jruby/ext/fiber/ThreadFiberLibrary;)V
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/ext/fiber/ThreadFiber;
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 this Lorg/jruby/ext/fiber/ThreadFiberLibrary;
0 3 1 runtime Lorg/jruby/Ruby;
1 3 2 cFiber Lorg/jruby/RubyClass;
MethodParameters:
Name Flags
runtime final
}
SourceFile: "ThreadFiberLibrary.java"
NestMembers:
org.jruby.ext.fiber.ThreadFiberLibrary$1
InnerClasses:
org.jruby.ext.fiber.ThreadFiberLibrary$1