| Modifier and Type | Field and Description |
|---|---|
| private static volatile PythonCompiler |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public static PyCode | compile(mod node, String name, String filename, boolean linenumbers, boolean printResults, CompilerFlags cflags)
|
| private static PythonCompiler | |
| public static void |
| compiler | back to summary |
|---|---|
| private static volatile PythonCompiler compiler | |
| CompilerFacade | back to summary |
|---|---|
| public CompilerFacade() | |
| compile | back to summary |
|---|---|
| public static PyCode compile(mod node, String name, String filename, boolean linenumbers, boolean printResults, CompilerFlags cflags) | |
| loadDefaultCompiler | back to summary |
|---|---|
| private static PythonCompiler loadDefaultCompiler() | |
| setCompiler | back to summary |
|---|---|
| public static void setCompiler(PythonCompiler compiler) | |