Class CompilerFacade

java.lang.Object
org.python.core.CompilerFacade

public class CompilerFacade extends Object
Facade for different compiler implementations. The static methods of this class act as a Facade for the compiler subsystem. This is so that the rest of Jython (even generated code) can statically link to the static interface of this class, while allowing for different implementations of the various components of the compiler subsystem.
Author:
Tobias Ivarsson
  • Constructor Details

    • CompilerFacade

      public CompilerFacade()
  • Method Details

    • setCompiler

      public static void setCompiler(PythonCompiler compiler)
    • compile

      public static PyCode compile(org.python.antlr.base.mod node, String name, String filename, boolean linenumbers, boolean printResults, CompilerFlags cflags)