Interface Invoker

All Known Implementing Classes:
DefaultInvokerFactory.DefaultInvoker, DefaultInvokerFactory.FunctionNotFoundInvoker, DefaultInvokerFactory.SynchronizedInvoker, DefaultInvokerFactory.VariadicInvoker, ReflectionLibraryLoader.FunctionNotFoundInvoker, ReflectionLibraryLoader.GetRuntimeInvoker, ReflectionLibraryLoader.LazyLoader.VariableAcccessorInvoker

public interface Invoker
Interface for any invocable function
  • Method Summary

    Modifier and Type
    Method
    Description
    invoke(Object self, Object[] parameters)