Class ScriptManager.ScriptFunctionImpl

java.lang.Object
com.inductiveautomation.ignition.common.script.ScriptManager.ScriptFunctionImpl
All Implemented Interfaces:
ScriptFunction
Enclosing class:
ScriptManager

protected class ScriptManager.ScriptFunctionImpl extends Object implements ScriptFunction
  • Constructor Summary

    Constructors
    Constructor
    Description
    ScriptFunctionImpl(org.python.core.PyObject func)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.python.core.PyObject
    invoke(org.python.core.PyObject... arguments)
    Executes the compiled function against the source ScriptManger.
    org.python.core.PyObject
    invoke(org.python.core.PyObject[] arguments, String[] keywords)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ScriptFunctionImpl

      public ScriptFunctionImpl(org.python.core.PyObject func)
  • Method Details