public class org.jruby.embed.osgi.OSGiScriptingContainer extends org.jruby.embed.ScriptingContainer
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.jruby.embed.osgi.OSGiScriptingContainer
super_class: org.jruby.embed.ScriptingContainer
{
public void <init>(Bundle);
descriptor: (LBundle;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import org.osgi 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\tThe method getBundle(String) from the type OSGiFileLocator 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"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/embed/osgi/OSGiScriptingContainer;
MethodParameters:
Name Flags
creator
public void <init>(Bundle, org.jruby.embed.LocalContextScope, org.jruby.embed.LocalVariableBehavior);
descriptor: (LBundle;Lorg/jruby/embed/LocalContextScope;Lorg/jruby/embed/LocalVariableBehavior;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import org.osgi 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\tThe method getBundle(String) from the type OSGiFileLocator 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"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/embed/osgi/OSGiScriptingContainer;
MethodParameters:
Name Flags
creator
scope
behavior
public java.lang.Object runScriptlet(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tBundle cannot be resolved to a type\n\tThe method getBundle(String) from the type OSGiFileLocator refers to the missing type Bundle\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/embed/osgi/OSGiScriptingContainer;
MethodParameters:
Name Flags
bundleSymbolicName
path
public java.lang.Object runScriptlet(Bundle, java.lang.String);
descriptor: (LBundle;Ljava/lang/String;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 0: 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 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/embed/osgi/OSGiScriptingContainer;
MethodParameters:
Name Flags
bundle
path
public org.jruby.embed.EmbedEvalUnit parse(Bundle, java.lang.String, int[]);
descriptor: (LBundle;Ljava/lang/String;[I)Lorg/jruby/embed/EmbedEvalUnit;
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=3, locals=4, args_size=4
start local 0 0: 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 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/embed/osgi/OSGiScriptingContainer;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
bundle
path
lines
java.lang.String getFilename(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 0: 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 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/embed/osgi/OSGiScriptingContainer;
MethodParameters:
Name Flags
bundle
path
public void addToClassPath(Bundle);
descriptor: (LBundle;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: 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 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/embed/osgi/OSGiScriptingContainer;
MethodParameters:
Name Flags
bundle
public org.jruby.embed.osgi.internal.JRubyOSGiBundleClassLoader getOSGiBundleClassLoader();
descriptor: ()Lorg/jruby/embed/osgi/internal/JRubyOSGiBundleClassLoader;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial org.jruby.embed.ScriptingContainer.getClassLoader:()Ljava/lang/ClassLoader;
checkcast org.jruby.embed.osgi.internal.JRubyOSGiBundleClassLoader
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/embed/osgi/OSGiScriptingContainer;
}
SourceFile: "OSGiScriptingContainer.java"