public class org.jruby.javasupport.ext.JavaTime$OffsetDateTime
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.javasupport.ext.JavaTime$OffsetDateTime
  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 // org.jruby.javasupport.ext.JavaTime$OffsetDateTime this
         0: .line 104
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.javasupport.ext.JavaTime$OffsetDateTime this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/javasupport/ext/JavaTime$OffsetDateTime;

  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 // org.jruby.Ruby runtime
        start local 1 // org.jruby.RubyModule proxy
         0: .line 107
            aload 1 /* proxy */
            ldc Lorg/jruby/javasupport/ext/JavaTime$OffsetDateTime;
            invokevirtual org.jruby.RubyModule.defineAnnotatedMethods:(Ljava/lang/Class;)V
         1: .line 108
            aload 1 /* proxy */
            areturn
        end local 1 // org.jruby.RubyModule proxy
        end local 0 // org.jruby.Ruby runtime
      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 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 113
            aload 1 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapIfJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.time.OffsetDateTime
            astore 2 /* val */
        start local 2 // java.time.OffsetDateTime val
         1: .line 114
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 3 /* runtime */
        start local 3 // org.jruby.Ruby runtime
         2: .line 115
            aload 3 /* runtime */
         3: .line 116
            aload 2 /* val */
            invokevirtual java.time.OffsetDateTime.getYear:()I
         4: .line 117
            aload 2 /* val */
            invokevirtual java.time.OffsetDateTime.getMonthValue:()I
         5: .line 118
            aload 2 /* val */
            invokevirtual java.time.OffsetDateTime.getDayOfMonth:()I
         6: .line 119
            aload 2 /* val */
            invokevirtual java.time.OffsetDateTime.getHour:()I
         7: .line 120
            aload 2 /* val */
            invokevirtual java.time.OffsetDateTime.getMinute:()I
         8: .line 121
            aload 2 /* val */
            invokevirtual java.time.OffsetDateTime.getSecond:()I
         9: .line 122
            aload 2 /* val */
            invokevirtual java.time.OffsetDateTime.getNano:()I
        10: .line 123
            aload 2 /* val */
            invokevirtual java.time.OffsetDateTime.getOffset:()Ljava/time/ZoneOffset;
            invokevirtual java.time.ZoneOffset.getId:()Ljava/lang/String;
            invokestatic org.jruby.javasupport.ext.JavaTime.convertZone:(Ljava/lang/String;)Lorg/joda/time/DateTimeZone;
        11: .line 115
            invokestatic org.jruby.javasupport.ext.JavaTime.toTime:(Lorg/jruby/Ruby;IIIIIIILorg/joda/time/DateTimeZone;)Lorg/jruby/RubyTime;
            areturn
        end local 3 // org.jruby.Ruby runtime
        end local 2 // java.time.OffsetDateTime val
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      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/OffsetDateTime;
            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 OffsetDateTime = org.jruby.javasupport.ext.JavaTime$OffsetDateTime of org.jruby.javasupport.ext.JavaTime
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyModule(name = {"Java::JavaTime::OffsetDateTime"})