| Modifier and Type | Field and Description |
|---|---|
| public static final FutureFeature | absolute_import
Enables absolute imports. |
| public static final FutureFeature | braces
Use braces for block delimiters instead of indentation. |
| public static final FutureFeature | division
Makes integer / integer division return float. |
| private final CodeFlag | |
| public static final FutureFeature | generators
Enables generators. |
| public static final FutureFeature | GIL
Enable the Global Interpreter Lock in Jython. |
| public static final FutureFeature | global_interpreter_lock
Enable the Global Interpreter Lock in Jython. |
| public static final String | |
| public static final FutureFeature | nested_scopes
Enables nested scopes. |
| public static final Pragma. | |
| public static final FutureFeature | print_function
Enables the print function. |
| public static final FutureFeature | unicode_literals
Enables unicode literals. |
| public static final FutureFeature | with_statement
Enables the with statement. |
| Access | Constructor and Description |
|---|---|
| private | |
| private |
| Modifier and Type | Method and Description |
|---|---|
| public static void | |
| public void | |
| private static FutureFeature | |
| public void | |
| public static FutureFeature | |
| public static FutureFeature[] |
| absolute_import | back to summary |
|---|---|
| public static final FutureFeature absolute_import Enables absolute imports. | |
| braces | back to summary |
|---|---|
| public static final FutureFeature braces Use braces for block delimiters instead of indentation. | |
| division | back to summary |
|---|---|
| public static final FutureFeature division Makes integer / integer division return float. | |
| flag | back to summary |
|---|---|
| private final CodeFlag flag | |
| generators | back to summary |
|---|---|
| public static final FutureFeature generators Enables generators. | |
| GIL | back to summary |
|---|---|
| public static final FutureFeature GIL Enable the Global Interpreter Lock in Jython. | |
| global_interpreter_lock | back to summary |
|---|---|
| public static final FutureFeature global_interpreter_lock Enable the Global Interpreter Lock in Jython. | |
| MODULE_NAME | back to summary |
|---|---|
| public static final String MODULE_NAME | |
| nested_scopes | back to summary |
|---|---|
| public static final FutureFeature nested_scopes Enables nested scopes. | |
| PRAGMA_MODULE | back to summary |
|---|---|
| public static final Pragma. | |
| print_function | back to summary |
|---|---|
| public static final FutureFeature print_function Enables the print function. | |
| unicode_literals | back to summary |
|---|---|
| public static final FutureFeature unicode_literals Enables unicode literals. | |
| with_statement | back to summary |
|---|---|
| public static final FutureFeature with_statement Enables the with statement. | |
| FutureFeature | back to summary |
|---|---|
| private FutureFeature(CodeFlag flag) | |
| FutureFeature | back to summary |
|---|---|
| private FutureFeature() | |
| addFeature | back to summary |
|---|---|
| public static void addFeature(String featureName, PragmaReceiver features) | |
| addTo | back to summary |
|---|---|
| public void addTo(PragmaReceiver features) Implements org. | |
| getFeature | back to summary |
|---|---|
| private static FutureFeature getFeature(String featureName) | |
| setFlag | back to summary |
|---|---|
| public void setFlag(CompilerFlags cflags) | |
| valueOf | back to summary |
|---|---|
| public static FutureFeature valueOf(String name) | |
| values | back to summary |
|---|---|
| public static FutureFeature[] values() | |