This class defines new Java 6 specific static groovy methods which extend the normal JDK classes inside the Groovy environment.
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | static ScriptEngine | $static_propertyMissing(ScriptEngineManager self, String languageShortName)Provides a convenient shorthand for accessing a Scripting Engine with name languageShortNameusing a newly createdScriptEngineManagerinstance. | 
 Provides a convenient shorthand for accessing a Scripting Engine with name languageShortName
 using a newly created ScriptEngineManager instance.
     
self -               Placeholder variable used by Groovy categories; ignored for default static methodslanguageShortName -  The short name of the scripting engine of interest