JavaScript is disabled on your browser.
跳过导航
概述
模块
软件包
类
使用
树
已过时的
索引
帮助
Java SE 11 & JDK 11
所有类
SEARCH:
JavaScript is disabled on your browser.
Uses of Class
javax.script.CompiledScript
Packages that use
CompiledScript
软件包
描述
javax.script
脚本API由定义Java脚本引擎的接口和类组成,并为它们在Java应用程序中的使用提供了框架。
Uses of
CompiledScript
in
javax.script
Methods in
javax.script
that return
CompiledScript
变量和类型
方法
描述
CompiledScript
Compilable.
compile
(
Reader
script)
编译脚本(源读取自
Reader
)以供稍后执行。
CompiledScript
Compilable.
compile
(
String
script)
编译脚本(源代表为
String
)以供稍后执行。