Class JythonInterpreter

  • All Implemented Interfaces:
    Interpreter

    public class JythonInterpreter
    extends GenericInterpreter
    The Python interpreter based on jython.

    Ludovic Drolez implemented the first Jython interpreter for ZK on May 2007: http://zkforge.svn.sourceforge.net/viewvc/zkforge/trunk/scripting/jython/src/org/zkforge/scripting/jython/

    Inspired by Drolez's job, Grace Lin wrote this class on March 2008

    Since:
    3.0.4
    Author:
    gracelin