Class ILanguageLevel.Util

  • Enclosing interface:
    ILanguageLevel

    public static class ILanguageLevel.Util
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.Boolean g_standardGosu  
    • Constructor Summary

      Constructors 
      Constructor Description
      Util()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean DYNAMIC_TYPE()  
      static void reset()  
      static boolean STANDARD_GOSU()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • g_standardGosu

        private static java.lang.Boolean g_standardGosu
    • Constructor Detail

      • Util

        public Util()
    • Method Detail

      • reset

        public static void reset()
      • STANDARD_GOSU

        public static boolean STANDARD_GOSU()
      • DYNAMIC_TYPE

        public static boolean DYNAMIC_TYPE()