public class

InterfaceImplementor

extends Object
java.lang.Object
   ↳ com.sun.script.util.InterfaceImplementor

Summary

Public Constructors
InterfaceImplementor(Invocable engine)
Creates a new instance of Invocable
Public Methods
<T> T getInterface(Object thiz, Class<T> iface)
Protected Methods
Object[] convertArguments(Method method, Object[] args)
Object convertResult(Method method, Object res)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public InterfaceImplementor (Invocable engine)

Creates a new instance of Invocable

Public Methods

public T getInterface (Object thiz, Class<T> iface)

Protected Methods

protected Object[] convertArguments (Method method, Object[] args)

protected Object convertResult (Method method, Object res)