public class org.jruby.embed.osgi.OSGiIsolatedScriptingContainer extends org.jruby.embed.IsolatedScriptingContainer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.embed.osgi.OSGiIsolatedScriptingContainer
  super_class: org.jruby.embed.IsolatedScriptingContainer
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.embed.osgi.OSGiIsolatedScriptingContainer this
         0: .line 28
            aload 0 /* this */
            getstatic org.jruby.embed.LocalContextScope.SINGLETON:Lorg/jruby/embed/LocalContextScope;
            invokespecial org.jruby.embed.osgi.OSGiIsolatedScriptingContainer.<init>:(Lorg/jruby/embed/LocalContextScope;)V
         1: .line 29
            return
        end local 0 // org.jruby.embed.osgi.OSGiIsolatedScriptingContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/embed/osgi/OSGiIsolatedScriptingContainer;

  public void <init>(org.jruby.embed.LocalContextScope, org.jruby.embed.LocalVariableBehavior);
    descriptor: (Lorg/jruby/embed/LocalContextScope;Lorg/jruby/embed/LocalVariableBehavior;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.embed.osgi.OSGiIsolatedScriptingContainer this
        start local 1 // org.jruby.embed.LocalContextScope scope
        start local 2 // org.jruby.embed.LocalVariableBehavior behavior
         0: .line 34
            aload 0 /* this */
            aload 1 /* scope */
            aload 2 /* behavior */
            iconst_1
            invokespecial org.jruby.embed.osgi.OSGiIsolatedScriptingContainer.<init>:(Lorg/jruby/embed/LocalContextScope;Lorg/jruby/embed/LocalVariableBehavior;Z)V
         1: .line 35
            return
        end local 2 // org.jruby.embed.LocalVariableBehavior behavior
        end local 1 // org.jruby.embed.LocalContextScope scope
        end local 0 // org.jruby.embed.osgi.OSGiIsolatedScriptingContainer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/jruby/embed/osgi/OSGiIsolatedScriptingContainer;
            0    2     1     scope  Lorg/jruby/embed/LocalContextScope;
            0    2     2  behavior  Lorg/jruby/embed/LocalVariableBehavior;
    MethodParameters:
          Name  Flags
      scope     
      behavior  

  public void <init>(org.jruby.embed.LocalContextScope);
    descriptor: (Lorg/jruby/embed/LocalContextScope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.embed.osgi.OSGiIsolatedScriptingContainer this
        start local 1 // org.jruby.embed.LocalContextScope scope
         0: .line 39
            aload 0 /* this */
            aload 1 /* scope */
            getstatic org.jruby.embed.LocalVariableBehavior.TRANSIENT:Lorg/jruby/embed/LocalVariableBehavior;
            invokespecial org.jruby.embed.osgi.OSGiIsolatedScriptingContainer.<init>:(Lorg/jruby/embed/LocalContextScope;Lorg/jruby/embed/LocalVariableBehavior;)V
         1: .line 40
            return
        end local 1 // org.jruby.embed.LocalContextScope scope
        end local 0 // org.jruby.embed.osgi.OSGiIsolatedScriptingContainer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jruby/embed/osgi/OSGiIsolatedScriptingContainer;
            0    2     1  scope  Lorg/jruby/embed/LocalContextScope;
    MethodParameters:
       Name  Flags
      scope  

  public void <init>(org.jruby.embed.LocalVariableBehavior);
    descriptor: (Lorg/jruby/embed/LocalVariableBehavior;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.embed.osgi.OSGiIsolatedScriptingContainer this
        start local 1 // org.jruby.embed.LocalVariableBehavior behavior
         0: .line 44
            aload 0 /* this */
            getstatic org.jruby.embed.LocalContextScope.SINGLETON:Lorg/jruby/embed/LocalContextScope;
            aload 1 /* behavior */
            invokespecial org.jruby.embed.osgi.OSGiIsolatedScriptingContainer.<init>:(Lorg/jruby/embed/LocalContextScope;Lorg/jruby/embed/LocalVariableBehavior;)V
         1: .line 45
            return
        end local 1 // org.jruby.embed.LocalVariableBehavior behavior
        end local 0 // org.jruby.embed.osgi.OSGiIsolatedScriptingContainer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/jruby/embed/osgi/OSGiIsolatedScriptingContainer;
            0    2     1  behavior  Lorg/jruby/embed/LocalVariableBehavior;
    MethodParameters:
          Name  Flags
      behavior  

  public void <init>(org.jruby.embed.LocalContextScope, org.jruby.embed.LocalVariableBehavior, boolean);
    descriptor: (Lorg/jruby/embed/LocalContextScope;Lorg/jruby/embed/LocalVariableBehavior;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.embed.osgi.OSGiIsolatedScriptingContainer this
        start local 1 // org.jruby.embed.LocalContextScope scope
        start local 2 // org.jruby.embed.LocalVariableBehavior behavior
        start local 3 // boolean lazy
         0: .line 51
            aload 0 /* this */
            aload 1 /* scope */
            aload 2 /* behavior */
            iload 3 /* lazy */
            invokespecial org.jruby.embed.IsolatedScriptingContainer.<init>:(Lorg/jruby/embed/LocalContextScope;Lorg/jruby/embed/LocalVariableBehavior;Z)V
         1: .line 52
            return
        end local 3 // boolean lazy
        end local 2 // org.jruby.embed.LocalVariableBehavior behavior
        end local 1 // org.jruby.embed.LocalContextScope scope
        end local 0 // org.jruby.embed.osgi.OSGiIsolatedScriptingContainer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/jruby/embed/osgi/OSGiIsolatedScriptingContainer;
            0    2     1     scope  Lorg/jruby/embed/LocalContextScope;
            0    2     2  behavior  Lorg/jruby/embed/LocalVariableBehavior;
            0    2     3      lazy  Z
    MethodParameters:
          Name  Flags
      scope     
      behavior  
      lazy      

  private Bundle toBundle(java.lang.String);
    descriptor: (Ljava/lang/String;)LBundle;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.embed.osgi.OSGiIsolatedScriptingContainer this
         0: .line 54
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jruby.embed.osgi.OSGiIsolatedScriptingContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/embed/osgi/OSGiIsolatedScriptingContainer;
    MethodParameters:
              Name  Flags
      symbolicName  

  java.lang.String createUri(Bundle, java.lang.String);
    descriptor: (LBundle;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.embed.osgi.OSGiIsolatedScriptingContainer this
         0: .line 70
            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 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/embed/osgi/OSGiIsolatedScriptingContainer;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      cl    
      ref   

  public void addBundleToLoadPath(Bundle);
    descriptor: (LBundle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.embed.osgi.OSGiIsolatedScriptingContainer this
         0: .line 85
            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 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/embed/osgi/OSGiIsolatedScriptingContainer;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
        Name  Flags
      bundle  

  public void addBundleToLoadPath(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.embed.osgi.OSGiIsolatedScriptingContainer this
         0: .line 97
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method toBundle(String) from the type OSGiIsolatedScriptingContainer refers to the missing type Bundle\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jruby.embed.osgi.OSGiIsolatedScriptingContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/embed/osgi/OSGiIsolatedScriptingContainer;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
              Name  Flags
      symbolicName  

  public void addBundle(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.embed.osgi.OSGiIsolatedScriptingContainer this
         0: .line 106
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method toBundle(String) from the type OSGiIsolatedScriptingContainer refers to the missing type Bundle\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jruby.embed.osgi.OSGiIsolatedScriptingContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/embed/osgi/OSGiIsolatedScriptingContainer;
    MethodParameters:
              Name  Flags
      symbolicName  

  public void addBundle(Bundle);
    descriptor: (LBundle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.embed.osgi.OSGiIsolatedScriptingContainer this
         0: .line 113
            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 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/embed/osgi/OSGiIsolatedScriptingContainer;
    MethodParameters:
        Name  Flags
      bundle  

  public void addBundleToGemPath(Bundle);
    descriptor: (LBundle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.embed.osgi.OSGiIsolatedScriptingContainer this
         0: .line 122
            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 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/embed/osgi/OSGiIsolatedScriptingContainer;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
        Name  Flags
      bundle  

  public void addBundleToGemPath(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.embed.osgi.OSGiIsolatedScriptingContainer this
         0: .line 134
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method toBundle(String) from the type OSGiIsolatedScriptingContainer refers to the missing type Bundle\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jruby.embed.osgi.OSGiIsolatedScriptingContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/embed/osgi/OSGiIsolatedScriptingContainer;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
              Name  Flags
      symbolicName  
}
SourceFile: "OSGiIsolatedScriptingContainer.java"
NestMembers:
  org.jruby.embed.osgi.OSGiIsolatedScriptingContainer$BundleGetResources
InnerClasses:
  BundleGetResources = org.jruby.embed.osgi.OSGiIsolatedScriptingContainer$BundleGetResources of org.jruby.embed.osgi.OSGiIsolatedScriptingContainer