Module aya.pretty

Interface Language

All Known Implementing Classes:
Language.Builtin, Language.Some

public interface Language
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
     
    static final record 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
     
    default boolean
     
    static @NotNull Language
    of(@NotNull String displayName)
     
    @NotNull kala.collection.immutable.ImmutableSeq<Language>
     
  • Method Details

    • displayName

      @NotNull @NotNull String displayName()
    • parentLanguage

      @NotNull @NotNull kala.collection.immutable.ImmutableSeq<Language> parentLanguage()
    • isAya

      default boolean isAya()
    • of

      @NotNull static @NotNull Language of(@NotNull @NotNull String displayName)