Package hydra.python
Interface Language
-
public interface LanguageLanguage constraints and reserved words for Python 3
-
-
Method Summary
Static Methods Modifier and Type Method Description static LanguagepythonLanguage()Language constraints for Python 3static <T0> java.lang.BooleanpythonLanguage_typePredicate(T0 ignored)static java.util.Set<java.lang.String>pythonReservedWords()A set of reserved words in Python
-
-
-
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
-
-