public final class com.sun.script.javascript.RhinoTopLevel
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: com.sun.script.javascript.RhinoTopLevel
super_class: java.lang.Object
{
private com.sun.script.javascript.RhinoScriptEngine engine;
descriptor: Lcom/sun/script/javascript/RhinoScriptEngine;
flags: (0x0002) ACC_PRIVATE
void <init>(Context, com.sun.script.javascript.RhinoScriptEngine);
descriptor: (LContext;Lcom/sun/script/javascript/RhinoScriptEngine;)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import sun.org cannot be resolved\n\tImporterTopLevel cannot be resolved to a type\n\tContext cannot be resolved to a type\n\tLazilyLoadedCtor cannot be resolved to a type\n\tScriptableObject cannot be resolved to a variable\n\tContext cannot be resolved to a type\n\tScriptable cannot be resolved to a type\n\tFunction 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\tScriptableObject cannot be resolved\n\tContext cannot be resolved to a type\n\tScriptable cannot be resolved to a type\n\tFunction 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\tScriptable cannot be resolved to a type\n\tScriptableObject cannot be resolved\n\tScriptableObject cannot be resolved\n\tContext cannot be resolved to a type\n\tScriptable cannot be resolved to a type\n\tFunction cannot be resolved to a type\n\tFunction cannot be resolved to a type\n\tSynchronizer cannot be resolved to a type\n\tFunction cannot be resolved to a type\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/RhinoTopLevel;
MethodParameters:
Name Flags
cx
engine
public static java.lang.Object bindings(Context, Scriptable, java.lang.Object[], Function);
descriptor: (LContext;LScriptable;[Ljava/lang/Object;LFunction;)Ljava/lang/Object;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=4, args_size=4
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\tFunction 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\tScriptableObject cannot be resolved\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
cx
thisObj
args
funObj
public static java.lang.Object scope(Context, Scriptable, java.lang.Object[], Function);
descriptor: (LContext;LScriptable;[Ljava/lang/Object;LFunction;)Ljava/lang/Object;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=4, args_size=4
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\tFunction 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\tScriptable cannot be resolved to a type\n\tScriptableObject cannot be resolved\n\tScriptableObject cannot be resolved\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
cx
thisObj
args
funObj
public static java.lang.Object sync(Context, Scriptable, java.lang.Object[], Function);
descriptor: (LContext;LScriptable;[Ljava/lang/Object;LFunction;)Ljava/lang/Object;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=4, args_size=4
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\tFunction cannot be resolved to a type\n\tFunction cannot be resolved to a type\n\tSynchronizer cannot be resolved to a type\n\tFunction cannot be resolved to a type\n\tContext cannot be resolved\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
cx
thisObj
args
funObj
com.sun.script.javascript.RhinoScriptEngine getScriptEngine();
descriptor: ()Lcom/sun/script/javascript/RhinoScriptEngine;
flags: (0x0000)
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/RhinoTopLevel;
java.security.AccessControlContext getAccessContext();
descriptor: ()Ljava/security/AccessControlContext;
flags: (0x0000)
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/RhinoTopLevel;
}
SourceFile: "RhinoTopLevel.java"