public class org.jruby.ir.targets.DRegexpObjectSite extends org.jruby.ir.targets.ConstructObjectSite
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ir.targets.DRegexpObjectSite
  super_class: org.jruby.ir.targets.ConstructObjectSite
{
  protected final org.jruby.util.RegexpOptions options;
    descriptor: Lorg/jruby/util/RegexpOptions;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  private volatile org.jruby.RubyRegexp cache;
    descriptor: Lorg/jruby/RubyRegexp;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private static final java.util.concurrent.atomic.AtomicReferenceFieldUpdater CACHE_UPDATER;
    descriptor: Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  public static final Handle BOOTSTRAP;
    descriptor: LHandle;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public void <init>(java.lang.invoke.MethodType, int);
    descriptor: (Ljava/lang/invoke/MethodType;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.ir.targets.DRegexpObjectSite this
         0: .line 9
            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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jruby.ir.targets.DRegexpObjectSite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/targets/DRegexpObjectSite;
    MethodParameters:
                 Name  Flags
      type             
      embeddedOptions  

  public static java.lang.invoke.CallSite bootstrap(java.lang.invoke.MethodHandles$Lookup, java.lang.String, java.lang.invoke.MethodType, int);
    descriptor: (Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;I)Ljava/lang/invoke/CallSite;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=4
         0: .line 41
            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
      lookup   
      name     
      type     
      options  

  public com.headius.invokebinder.Binder prepareBinder();
    descriptor: ()Lcom/headius/invokebinder/Binder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jruby.ir.targets.DRegexpObjectSite this
         0: .line 46
            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.DRegexpObjectSite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/targets/DRegexpObjectSite;

  public java.lang.String initialTarget();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jruby.ir.targets.DRegexpObjectSite this
         0: .line 68
            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.DRegexpObjectSite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/targets/DRegexpObjectSite;

  public org.jruby.RubyRegexp construct(org.jruby.runtime.ThreadContext, org.jruby.RubyString[]);
    descriptor: (Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/RubyString;)Lorg/jruby/RubyRegexp;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.ir.targets.DRegexpObjectSite this
         0: .line 75
            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.DRegexpObjectSite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/targets/DRegexpObjectSite;
    MethodParameters:
         Name  Flags
      context  
      pieces   

  public org.jruby.RubyRegexp constructOnce(org.jruby.runtime.ThreadContext, org.jruby.RubyString[]);
    descriptor: (Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/RubyString;)Lorg/jruby/RubyRegexp;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.ir.targets.DRegexpObjectSite this
         0: .line 84
            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.DRegexpObjectSite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/targets/DRegexpObjectSite;
    MethodParameters:
         Name  Flags
      context  
      pieces   
}
SourceFile: "DRegexpObjectSite.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles