| Modifier and Type | Class and Description |
|---|---|
| private static class |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public PythonCodeBundle | compile(mod node, String name, String filename, boolean linenumbers, boolean printResults, CompilerFlags cflags)
Implements org.
|
| LegacyCompiler | back to summary |
|---|---|
| public LegacyCompiler() | |
| compile | back to summary |
|---|---|
| public PythonCodeBundle compile(mod node, String name, String filename, boolean linenumbers, boolean printResults, CompilerFlags cflags) Implements org. | |
| Modifier and Type | Field and Description |
|---|---|
| private final CompilerFlags | |
| private final String | |
| private final boolean | |
| private final String | |
| private final mod | |
| private ByteArrayOutputStream | |
| private final boolean |
| Access | Constructor and Description |
|---|---|
| public | LazyLegacyBundle(mod node, String name, String filename, boolean linenumbers, boolean printResults, CompilerFlags cflags)
|
| Modifier and Type | Method and Description |
|---|---|
| public PyCode | |
| private ByteArrayOutputStream | |
| public void |
| cflags | back to summary |
|---|---|
| private final CompilerFlags cflags | |
| filename | back to summary |
|---|---|
| private final String filename | |
| linenumbers | back to summary |
|---|---|
| private final boolean linenumbers | |
| name | back to summary |
|---|---|
| private final String name | |
| node | back to summary |
|---|---|
| private final mod node | |
| ostream | back to summary |
|---|---|
| private ByteArrayOutputStream ostream | |
| printResults | back to summary |
|---|---|
| private final boolean printResults | |
| LazyLegacyBundle | back to summary |
|---|---|
| public LazyLegacyBundle(mod node, String name, String filename, boolean linenumbers, boolean printResults, CompilerFlags cflags) | |
| loadCode | back to summary |
|---|---|
| public PyCode loadCode() throws Exception Implements org. | |
| ostream | back to summary |
|---|---|
| private ByteArrayOutputStream ostream() throws Exception | |
| writeTo | back to summary |
|---|---|
| public void writeTo(OutputStream stream) throws Exception Implements org. | |