|
Groovy JDK | |||||||||
| Method Summary | |
|---|---|
ScriptEngine
|
$static_propertyMissing(String languageShortName)
Provides a convenient shorthand for accessing a Scripting Engine with name languageShortName
using a newly created ScriptEngineManager instance.
|
| Method Detail |
|---|
public ScriptEngine $static_propertyMissing(String languageShortName)
languageShortName
using a newly created ScriptEngineManager instance.languageShortName - The short name of the scripting engine of interest.
|
Groovy JDK | |||||||||