Package jep

Class Run


  • public class Run
    extends java.lang.Object
    Executes a Python script in a Jep Interpreter.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Describe main method here.
      static int run​(boolean eventDispatch)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • run

        public static int run​(boolean eventDispatch)
      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Throwable
        Describe main method here.
        Parameters:
        args - a String value
        Throws:
        java.lang.Throwable - if an error occurs
        java.lang.Exception - if an error occurs