Java javax.script CompiledScript fields, constructors, methods, implement or subclass

Example usage for Java javax.script CompiledScript fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.script CompiledScript.

The text is from its open source code.

Method

Objecteval()
Executes the program stored in the CompiledScript object.
Objecteval(ScriptContext context)
Executes the program stored in this CompiledScript object.
Objecteval(Bindings bindings)
Executes the program stored in the CompiledScript object using the supplied Bindings of attributes as the ENGINE_SCOPE of the associated ScriptEngine during script execution.
ScriptEnginegetEngine()
Returns the ScriptEngine whose compile method created this CompiledScript.