final class com.sun.script.javascript.RhinoWrapFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.script.javascript.RhinoWrapFactory
  super_class: java.lang.Object
{
  private static com.sun.script.javascript.RhinoWrapFactory theInstance;
    descriptor: Lcom/sun/script/javascript/RhinoWrapFactory;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.script.javascript.RhinoWrapFactory this
         0: .line 30
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import sun.org cannot be resolved\n\tWrapFactory cannot be resolved to a type\n\tWrapFactory cannot be resolved to a type\n\tNativeJavaObject cannot be resolved to a type\n\tScriptable cannot be resolved to a type\n\tjavaObject cannot be resolved to a variable\n\tScriptable cannot be resolved to a type\n\tContext cannot be resolved to a type\n\tScriptable cannot be resolved to a type\n\tClassShutter cannot be resolved to a type\n\tThe method getInstance() from the type RhinoClassShutter refers to the missing type ClassShutter\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.script.javascript.RhinoWrapFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/script/javascript/RhinoWrapFactory;

  static synchronized WrapFactory getInstance();
    descriptor: ()LWrapFactory;
    flags: (0x0028) ACC_STATIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=0, args_size=0
         0: .line 49
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tWrapFactory cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public Scriptable wrapAsJavaObject(Context, Scriptable, java.lang.Object, java.lang.Class);
    descriptor: (LContext;LScriptable;Ljava/lang/Object;Ljava/lang/Class;)LScriptable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // com.sun.script.javascript.RhinoWrapFactory this
         0: .line 71
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tScriptable cannot be resolved to a type\n\tContext cannot be resolved to a type\n\tScriptable cannot be resolved to a type\n\tClassShutter cannot be resolved to a type\n\tThe method getInstance() from the type RhinoClassShutter refers to the missing type ClassShutter\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.script.javascript.RhinoWrapFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/script/javascript/RhinoWrapFactory;
    MethodParameters:
            Name  Flags
      cx          
      scope       
      javaObject  
      staticType  
}
SourceFile: "RhinoWrapFactory.java"
NestMembers:
  com.sun.script.javascript.RhinoWrapFactory$RhinoJavaObject
InnerClasses:
  private RhinoJavaObject = com.sun.script.javascript.RhinoWrapFactory$RhinoJavaObject of com.sun.script.javascript.RhinoWrapFactory