public static class MixinEnvironment.CompatibilityLevel.LanguageFeature
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DYNAMIC_CONSTANTS
Dynamic constants
|
static int |
METHODS_IN_INTERFACES
Language version supports methods in interfaces
|
static int |
NESTING
Native nesting
|
static int |
PRIVATE_METHODS_IN_INTERFACES
Language version supports private methods in interfaces
|
| Constructor and Description |
|---|
LanguageFeature() |
public static final int METHODS_IN_INTERFACES
public static final int PRIVATE_METHODS_IN_INTERFACES
public static final int NESTING
public static final int DYNAMIC_CONSTANTS