Uses of Class
javax.script.CompiledScript
-
Packages that use CompiledScript 软件包 描述 javax.script 脚本API由定义Java脚本引擎的接口和类组成,并为Java应用程序中的使用提供了框架。jdk.nashorn.api.scripting 这个包提供了javax.script
集成,这是使用Nashorn的首选方式。 -
-
Uses of CompiledScript in javax.script
Methods in javax.script that return CompiledScript Modifier and Type 方法 描述 CompiledScript
Compilable. compile(Reader script)
编译脚本(源码为Reader
)供以后执行。CompiledScript
Compilable. compile(String script)
编译脚本(源代码为String
)供以后执行。 -
Uses of CompiledScript in jdk.nashorn.api.scripting
Methods in jdk.nashorn.api.scripting that return CompiledScript Modifier and Type 方法 描述 CompiledScript
NashornScriptEngine. compile(Reader reader)
CompiledScript
NashornScriptEngine. compile(String str)
-