public class org.jruby.javasupport.ext.JavaTime$ZonedDateTime
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.jruby.javasupport.ext.JavaTime$ZonedDateTime
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/javasupport/ext/JavaTime$ZonedDateTime;
static org.jruby.RubyModule define(org.jruby.Ruby, org.jruby.RubyModule);
descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyModule;)Lorg/jruby/RubyModule;
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
ldc Lorg/jruby/javasupport/ext/JavaTime$ZonedDateTime;
invokevirtual org.jruby.RubyModule.defineAnnotatedMethods:(Ljava/lang/Class;)V
1: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 runtime Lorg/jruby/Ruby;
0 2 1 proxy Lorg/jruby/RubyModule;
MethodParameters:
Name Flags
runtime final
proxy final
public static org.jruby.runtime.builtin.IRubyObject to_time(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=9, locals=4, args_size=2
start local 0 start local 1 0: aload 1
invokestatic org.jruby.javasupport.JavaUtil.unwrapIfJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
checkcast java.time.ZonedDateTime
astore 2
start local 2 1: aload 0
getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
astore 3
start local 3 2: aload 3
3: aload 2
invokevirtual java.time.ZonedDateTime.getYear:()I
4: aload 2
invokevirtual java.time.ZonedDateTime.getMonthValue:()I
5: aload 2
invokevirtual java.time.ZonedDateTime.getDayOfMonth:()I
6: aload 2
invokevirtual java.time.ZonedDateTime.getHour:()I
7: aload 2
invokevirtual java.time.ZonedDateTime.getMinute:()I
8: aload 2
invokevirtual java.time.ZonedDateTime.getSecond:()I
9: aload 2
invokevirtual java.time.ZonedDateTime.getNano:()I
10: aload 2
invokevirtual java.time.ZonedDateTime.getZone:()Ljava/time/ZoneId;
invokevirtual java.time.ZoneId.getId:()Ljava/lang/String;
invokestatic org.jruby.javasupport.ext.JavaTime.convertZone:(Ljava/lang/String;)Lorg/joda/time/DateTimeZone;
11: invokestatic org.jruby.javasupport.ext.JavaTime.toTime:(Lorg/jruby/Ruby;IIIIIIILorg/joda/time/DateTimeZone;)Lorg/jruby/RubyTime;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 context Lorg/jruby/runtime/ThreadContext;
0 12 1 self Lorg/jruby/runtime/builtin/IRubyObject;
1 12 2 val Ljava/time/ZonedDateTime;
2 12 3 runtime Lorg/jruby/Ruby;
RuntimeVisibleAnnotations:
org.jruby.anno.JRubyMethod(name = {"to_time"})
MethodParameters:
Name Flags
context
self
}
SourceFile: "JavaTime.java"
NestHost: org.jruby.javasupport.ext.JavaTime
InnerClasses:
public ZonedDateTime = org.jruby.javasupport.ext.JavaTime$ZonedDateTime of org.jruby.javasupport.ext.JavaTime
RuntimeVisibleAnnotations:
org.jruby.anno.JRubyModule(name = {"Java::JavaTime::ZonedDateTime"})