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 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 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_INTERFACES
      Language version supports methods in interfaces
      See Also:
      Constant Field Values
    • PRIVATE_METHODS_IN_INTERFACES

      public static final int PRIVATE_METHODS_IN_INTERFACES
      Language version supports private methods in interfaces
      See Also:
      Constant Field Values
    • NESTING

      public static final int NESTING
      Native nesting
      See Also:
      Constant Field Values
    • DYNAMIC_CONSTANTS

      public static final int DYNAMIC_CONSTANTS
      Dynamic constants
      See Also:
      Constant Field Values
  • Constructor Details

    • LanguageFeature

      public LanguageFeature()