final class com.sun.script.javascript.JavaAdapter
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.sun.script.javascript.JavaAdapter
super_class: java.lang.Object
{
private javax.script.Invocable engine;
descriptor: Ljavax/script/Invocable;
flags: (0x0002) ACC_PRIVATE
private void <init>(javax.script.Invocable);
descriptor: (Ljavax/script/Invocable;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import sun.org cannot be resolved\n\tScriptableObject cannot be resolved to a type\n\tFunction cannot be resolved to a type\n\tContext cannot be resolved to a type\n\tScriptable cannot be resolved to a type\n\tRhinoException cannot be resolved to a type\n\tScriptableObject cannot be resolved\n\tContext cannot be resolved to a type\n\tScriptable cannot be resolved to a type\n\tScriptable cannot be resolved to a type\n\tRhinoException cannot be resolved to a type\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\tRhinoException cannot be resolved to a type\n\tWrapper cannot be resolved to a type\n\tWrapper cannot be resolved to a type\n\tWrapper cannot be resolved to a type\n\tContext cannot be resolved\n\tScriptable cannot be resolved to a type\n\tScriptableObject cannot be resolved\n\tContext cannot be resolved\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/script/javascript/JavaAdapter;
MethodParameters:
Name Flags
engine
static void init(Context, Scriptable, boolean);
descriptor: (LContext;LScriptable;Z)V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=3, args_size=3
0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tContext cannot be resolved to a type\n\tScriptable cannot be resolved to a type\n\tRhinoException cannot be resolved to a type\n\tScriptableObject cannot be resolved\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws RhinoException
MethodParameters:
Name Flags
cx
scope
sealed
public java.lang.String getClassName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/script/javascript/JavaAdapter;
public java.lang.Object call(Context, Scriptable, Scriptable, java.lang.Object[]);
descriptor: (LContext;LScriptable;LScriptable;[Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=5
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tContext cannot be resolved to a type\n\tScriptable cannot be resolved to a type\n\tScriptable cannot be resolved to a type\n\tRhinoException 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 Lcom/sun/script/javascript/JavaAdapter;
Exceptions:
throws RhinoException
MethodParameters:
Name Flags
cx
scope
thisObj
args
public Scriptable construct(Context, Scriptable, java.lang.Object[]);
descriptor: (LContext;LScriptable;[Ljava/lang/Object;)LScriptable;
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\tScriptable cannot be resolved to a type\n\tContext cannot be resolved to a type\n\tScriptable cannot be resolved to a type\n\tRhinoException cannot be resolved to a type\n\tWrapper cannot be resolved to a type\n\tWrapper cannot be resolved to a type\n\tWrapper cannot be resolved to a type\n\tContext cannot be resolved\n\tScriptable cannot be resolved to a type\n\tScriptableObject cannot be resolved\n\tContext cannot be resolved\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/script/javascript/JavaAdapter;
Exceptions:
throws RhinoException
MethodParameters:
Name Flags
cx
scope
args
}
SourceFile: "JavaAdapter.java"