Uses of Interface
javax.script.Invocable

Packages that use Invocable
php.java.script Internal PHP script engine implementation.
Applications should use the JSR 223 API instead. 
 

Uses of Invocable in php.java.script
 

Classes in php.java.script that implement Invocable
 class InteractivePhpScriptEngine
          A convenience variant of the PHP script engine which can be used interactively.
 class InvocablePhpScriptEngine
          This class implements the ScriptEngine and the Invocable interface.