public class org.jruby.ir.targets.Bootstrap$IsNilSite extends java.lang.invoke.MutableCallSite
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ir.targets.Bootstrap$IsNilSite
  super_class: java.lang.invoke.MutableCallSite
{
  public static final java.lang.invoke.MethodType TYPE;
    descriptor: Ljava/lang/invoke/MethodType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private static final java.lang.invoke.MethodHandle INIT_HANDLE;
    descriptor: Ljava/lang/invoke/MethodHandle;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.invoke.MethodHandle IS_NIL_HANDLE;
    descriptor: Ljava/lang/invoke/MethodHandle;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jruby.ir.targets.Bootstrap$IsNilSite this
         0: .line 47
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.objectweb cannot be resolved\n\tThe import org.objectweb cannot be resolved\n\tHandle cannot be resolved to a type\n\tHandle cannot be resolved to a type\n\tOpcodes cannot be resolved to a variable\n\tHandle cannot be resolved to a type\n\tHandle cannot be resolved to a type\n\tOpcodes cannot be resolved to a variable\n\tHandle cannot be resolved to a type\n\tHandle cannot be resolved to a type\n\tOpcodes cannot be resolved to a variable\n\tHandle cannot be resolved to a type\n\tHandle cannot be resolved to a type\n\tOpcodes cannot be resolved to a variable\n\tHandle cannot be resolved to a type\n\tHandle cannot be resolved to a type\n\tOpcodes cannot be resolved to a variable\n\tHandle cannot be resolved to a type\n\tHandle cannot be resolved to a type\n\tOpcodes cannot be resolved to a variable\n\tHandle cannot be resolved to a type\n\tHandle cannot be resolved to a type\n\tOpcodes cannot be resolved to a variable\n\tHandle cannot be resolved to a type\n\tHandle cannot be resolved to a type\n\tOpcodes cannot be resolved to a variable\n\tHandle cannot be resolved to a type\n\tHandle cannot be resolved to a type\n\tOpcodes cannot be resolved to a variable\n\tHandle cannot be resolved to a type\n\tHandle cannot be resolved to a type\n\tOpcodes cannot be resolved to a variable\n\tHandle cannot be resolved to a type\n\tHandle cannot be resolved to a type\n\tOpcodes cannot be resolved to a variable\n\tHandle cannot be resolved to a type\n\tHandle cannot be resolved to a type\n\tHandle cannot be resolved to a type\n\tHandle cannot be resolved to a type\n\tOpcodes cannot be resolved to a variable\n\tHandle cannot be resolved to a type\n\tHandle cannot be resolved to a type\n\tOpcodes cannot be resolved to a variable\n\tHandle cannot be resolved to a type\n\tHandle cannot be resolved to a type\n\tOpcodes cannot be resolved to a variable\n\tHandle cannot be resolved to a type\n\tThe method getBootstrapHandle(String, Class, String) from the type Bootstrap refers to the missing type Handle\n\tHandle cannot be resolved to a type\n\tThe method getBootstrapHandle(String, Class, String) from the type Bootstrap refers to the missing type Handle\n\tHandle cannot be resolved to a type\n\tThe method getBootstrapHandle(String, String) from the type Bootstrap refers to the missing type Handle\n\tHandle cannot be resolved to a type\n\tThe method getBootstrapHandle(String, Class, String) from the type Bootstrap refers to the missing type Handle\n\tHandle cannot be resolved to a type\n\tHandle cannot be resolved to a type\n\tOpcodes cannot be resolved to a variable\n\tHandle cannot be resolved to a type\n\tHandle cannot be resolved to a type\n\tOpcodes cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jruby.ir.targets.Bootstrap$IsNilSite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/targets/Bootstrap$IsNilSite;

  public boolean init(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.ir.targets.Bootstrap$IsNilSite this
         0: .line 121
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jruby.ir.targets.Bootstrap$IsNilSite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/targets/Bootstrap$IsNilSite;
    MethodParameters:
      Name  Flags
      obj   

  public static boolean isNil(org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyNil);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyNil;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 129
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      obj   
      nil   
}
SourceFile: "Bootstrap.java"
NestHost: org.jruby.ir.targets.Bootstrap
InnerClasses:
  public IsNilSite = org.jruby.ir.targets.Bootstrap$IsNilSite of org.jruby.ir.targets.Bootstrap