Package hydra.python

Interface Language


  • public interface Language
    Language constraints and reserved words for Python 3
    • Method Detail

      • pythonLanguage

        static Language pythonLanguage()
        Language constraints for Python 3
      • pythonLanguage_typePredicate

        static <T0> java.lang.Boolean pythonLanguage_typePredicate​(T0 ignored)
      • pythonReservedWords

        static java.util.Set<java.lang.String> pythonReservedWords()
        A set of reserved words in Python