class org.jruby.embed.osgi.OSGiIsolatedScriptingContainer$BundleGetResources implements org.jruby.util.Loader
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.embed.osgi.OSGiIsolatedScriptingContainer$BundleGetResources
  super_class: java.lang.Object
{
  private final Bundle bundle;
    descriptor: LBundle;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(Bundle);
    descriptor: (LBundle;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.embed.osgi.OSGiIsolatedScriptingContainer$BundleGetResources this
         0: .line 13
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.osgi cannot be resolved\n\tThe import org.osgi cannot be resolved\n\tThe import org.osgi cannot be resolved\n\tBundle cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n\tFrameworkUtil cannot be resolved\n\tBundle cannot be resolved to a type\n\tBundle cannot be resolved to a type\n\tBundle cannot be resolved to a type\n\tBundle cannot be resolved to a type\n\tThe method toBundle(String) from the type OSGiIsolatedScriptingContainer refers to the missing type Bundle\n\tThe method toBundle(String) from the type OSGiIsolatedScriptingContainer refers to the missing type Bundle\n\tBundle cannot be resolved to a type\n\tBundle cannot be resolved to a type\n\tThe method toBundle(String) from the type OSGiIsolatedScriptingContainer refers to the missing type Bundle\n\tBundle cannot be resolved to a type\n\tBundle cannot be resolved to a type\n\tBundle cannot be resolved to a type\n\tBundle cannot be resolved to a type\n\tBundle cannot be resolved to a type\n\tBundle cannot be resolved to a type\n\tBundle cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jruby.embed.osgi.OSGiIsolatedScriptingContainer$BundleGetResources this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/embed/osgi/OSGiIsolatedScriptingContainer$BundleGetResources;
    MethodParameters:
        Name  Flags
      bundle  

  public java.net.URL getResource(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/net/URL;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.embed.osgi.OSGiIsolatedScriptingContainer$BundleGetResources this
         0: .line 148
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tBundle cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jruby.embed.osgi.OSGiIsolatedScriptingContainer$BundleGetResources this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/embed/osgi/OSGiIsolatedScriptingContainer$BundleGetResources;
    MethodParameters:
      Name  Flags
      path  

  public java.util.Enumeration<java.net.URL> getResources(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/Enumeration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.embed.osgi.OSGiIsolatedScriptingContainer$BundleGetResources this
         0: .line 153
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tBundle cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jruby.embed.osgi.OSGiIsolatedScriptingContainer$BundleGetResources this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/embed/osgi/OSGiIsolatedScriptingContainer$BundleGetResources;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/lang/String;)Ljava/util/Enumeration<Ljava/net/URL;>;
    MethodParameters:
      Name  Flags
      path  

  public java.lang.Class<?> loadClass(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.embed.osgi.OSGiIsolatedScriptingContainer$BundleGetResources this
         0: .line 158
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tBundle cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jruby.embed.osgi.OSGiIsolatedScriptingContainer$BundleGetResources this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/embed/osgi/OSGiIsolatedScriptingContainer$BundleGetResources;
    Exceptions:
      throws java.lang.ClassNotFoundException
    Signature: (Ljava/lang/String;)Ljava/lang/Class<*>;
    MethodParameters:
      Name  Flags
      name  final

  public java.lang.ClassLoader getClassLoader();
    descriptor: ()Ljava/lang/ClassLoader;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jruby.embed.osgi.OSGiIsolatedScriptingContainer$BundleGetResources this
         0: .line 163
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tBundle cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jruby.embed.osgi.OSGiIsolatedScriptingContainer$BundleGetResources this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/embed/osgi/OSGiIsolatedScriptingContainer$BundleGetResources;
}
SourceFile: "OSGiIsolatedScriptingContainer.java"
NestHost: org.jruby.embed.osgi.OSGiIsolatedScriptingContainer
InnerClasses:
  BundleGetResources = org.jruby.embed.osgi.OSGiIsolatedScriptingContainer$BundleGetResources of org.jruby.embed.osgi.OSGiIsolatedScriptingContainer