Java javax.script Invocable fields, constructors, methods, implement or subclass

Example usage for Java javax.script Invocable fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.script Invocable.

The text is from its open source code.

Method

TgetInterface(Class clasz)
Returns an implementation of an interface using functions compiled in the interpreter.
TgetInterface(Object thiz, Class clasz)
Returns an implementation of an interface using member functions of a scripting object compiled in the interpreter.
ObjectinvokeFunction(String name, Object... args)
Used to call top-level procedures and functions defined in scripts.
ObjectinvokeMethod(Object thiz, String name, Object... args)
Calls a method on a script object compiled during a previous script execution, which is retained in the state of the ScriptEngine.