Package org.spongepowered.asm.mixin
Class MixinEnvironment.CompatibilityLevel.LanguageFeature
java.lang.Object
org.spongepowered.asm.mixin.MixinEnvironment.CompatibilityLevel.LanguageFeature
- Enclosing class:
- MixinEnvironment.CompatibilityLevel
public static class MixinEnvironment.CompatibilityLevel.LanguageFeature
extends java.lang.Object
Bitmask values for language features supported
-
Field Summary
Fields Modifier and Type Field Description static intDYNAMIC_CONSTANTSDynamic constantsstatic intMETHODS_IN_INTERFACESLanguage version supports methods in interfacesstatic intNESTINGNative nestingstatic intPRIVATE_METHODS_IN_INTERFACESLanguage version supports private methods in interfaces -
Constructor Summary
Constructors Constructor Description LanguageFeature() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
METHODS_IN_INTERFACES
public static final int METHODS_IN_INTERFACESLanguage version supports methods in interfaces- See Also:
- Constant Field Values
-
PRIVATE_METHODS_IN_INTERFACES
public static final int PRIVATE_METHODS_IN_INTERFACESLanguage version supports private methods in interfaces- See Also:
- Constant Field Values
-
NESTING
public static final int NESTINGNative nesting- See Also:
- Constant Field Values
-
DYNAMIC_CONSTANTS
public static final int DYNAMIC_CONSTANTSDynamic constants- See Also:
- Constant Field Values
-
-
Constructor Details
-
LanguageFeature
public LanguageFeature()
-