All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javax.script.ScriptEngineImpl Maven / Gradle / Ivy

There is a newer version: 0.96-beta4
Show newest version
package javax.script;

class ScriptEngineImpl implements ScriptEngine
{
	public native Object eval(String script);
	public native void put(String key, Object value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy