final class com.sun.script.javascript.RhinoCompiledScript extends javax.script.CompiledScript
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.sun.script.javascript.RhinoCompiledScript
super_class: javax.script.CompiledScript
{
private com.sun.script.javascript.RhinoScriptEngine engine;
descriptor: Lcom/sun/script/javascript/RhinoScriptEngine;
flags: (0x0002) ACC_PRIVATE
private Script script;
descriptor: LScript;
flags: (0x0002) ACC_PRIVATE
void <init>(com.sun.script.javascript.RhinoScriptEngine, Script);
descriptor: (Lcom/sun/script/javascript/RhinoScriptEngine;LScript;)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\tScript cannot be resolved to a type\n\tScript cannot be resolved to a type\n\tScript cannot be resolved to a type\n\tContext cannot be resolved to a type\n\tThe method enterContext() from the type RhinoScriptEngine refers to the missing type Context\n\tScriptable cannot be resolved to a type\n\tThe method getRuntimeScope(ScriptContext) from the type RhinoScriptEngine refers to the missing type Scriptable\n\tScript cannot be resolved to a type\n\tRhinoException cannot be resolved to a type\n\tJavaScriptException cannot be resolved to a type\n\tJavaScriptException cannot be resolved to a type\n\tJavaScriptException 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/RhinoCompiledScript;
MethodParameters:
Name Flags
engine
script
public java.lang.Object eval(javax.script.ScriptContext);
descriptor: (Ljavax/script/ScriptContext;)Ljava/lang/Object;
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\tContext cannot be resolved to a type\n\tThe method enterContext() from the type RhinoScriptEngine refers to the missing type Context\n\tScriptable cannot be resolved to a type\n\tThe method getRuntimeScope(ScriptContext) from the type RhinoScriptEngine refers to the missing type Scriptable\n\tScript cannot be resolved to a type\n\tRhinoException cannot be resolved to a type\n\tJavaScriptException cannot be resolved to a type\n\tJavaScriptException cannot be resolved to a type\n\tJavaScriptException 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/RhinoCompiledScript;
Exceptions:
throws javax.script.ScriptException
MethodParameters:
Name Flags
context
public javax.script.ScriptEngine getEngine();
descriptor: ()Ljavax/script/ScriptEngine;
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/RhinoCompiledScript;
}
SourceFile: "RhinoCompiledScript.java"