| Modifier and Type | Field and Description |
|---|---|
| private static final int | |
| public boolean | |
| public String | |
| private final Set | |
| public boolean | |
| public static final int | |
| public static final int | |
| public static final int | |
| public boolean |
| Access | Constructor and Description |
|---|---|
| public | |
| public |
| Modifier and Type | Method and Description |
|---|---|
| public CompilerFlags | |
| public CompilerFlags | |
| public static CompilerFlags | |
| public static CompilerFlags | |
| public static CompilerFlags | |
| private boolean | |
| public boolean | |
| public void | |
| public int | |
| public String |
| CO_ALL_FEATURES | back to summary |
|---|---|
| private static final int CO_ALL_FEATURES | |
| dont_imply_dedent | back to summary |
|---|---|
| public boolean dont_imply_dedent | |
| encoding | back to summary |
|---|---|
| public String encoding | |
| flags | back to summary |
|---|---|
| private final Set<CodeFlag> flags | |
| only_ast | back to summary |
|---|---|
| public boolean only_ast | |
| PyCF_DONT_IMPLY_DEDENT | back to summary |
|---|---|
| public static final int PyCF_DONT_IMPLY_DEDENT | |
| PyCF_ONLY_AST | back to summary |
|---|---|
| public static final int PyCF_ONLY_AST | |
| PyCF_SOURCE_IS_UTF8 | back to summary |
|---|---|
| public static final int PyCF_SOURCE_IS_UTF8 | |
| source_is_utf8 | back to summary |
|---|---|
| public boolean source_is_utf8 | |
| CompilerFlags | back to summary |
|---|---|
| public CompilerFlags() | |
| CompilerFlags | back to summary |
|---|---|
| public CompilerFlags(int co_flags) | |
| combine | back to summary |
|---|---|
| public CompilerFlags combine(CompilerFlags flags) | |
| combine | back to summary |
|---|---|
| public CompilerFlags combine(int flags) | |
| getCompilerFlags | back to summary |
|---|---|
| public static CompilerFlags getCompilerFlags() | |
| getCompilerFlags | back to summary |
|---|---|
| public static CompilerFlags getCompilerFlags(int flags, PyFrame frame) | |
| getCompilerFlags | back to summary |
|---|---|
| public static CompilerFlags getCompilerFlags(CompilerFlags flags, PyFrame frame) | |
| isEnabled | back to summary |
|---|---|
| private boolean isEnabled(int co_flags, int codeConstant) | |
| isFlagSet | back to summary |
|---|---|
| public boolean isFlagSet(CodeFlag flag) | |
| setFlag | back to summary |
|---|---|
| public void setFlag(CodeFlag flag) | |
| toBits | back to summary |
|---|---|
| public int toBits() | |
| toString | back to summary |
|---|---|
| public String toString() Overrides java. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non- | |