Class NSInflectionRule

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol
Direct Known Subclasses:
NSInflectionRuleExplicit

public class NSInflectionRule
extends NSObject
implements NSSecureCoding
Since:
Available in iOS 15.0 and later.
  • Constructor Details

    • NSInflectionRule

      protected NSInflectionRule()
    • NSInflectionRule

      protected NSInflectionRule​(NSObject.Handle h, long handle)
    • NSInflectionRule

      protected NSInflectionRule​(NSObject.SkipInit skipInit)
    • NSInflectionRule

      public NSInflectionRule​(NSCoder coder)
  • Method Details

    • getAutomaticRule

      public static NSInflectionRule getAutomaticRule()
    • canInflectPreferredLocalization

      public static boolean canInflectPreferredLocalization()
      Since:
      Available in iOS 15.0 and later.
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • canInflectLanguage

      public static boolean canInflectLanguage​(String language)
      Since:
      Available in iOS 15.0 and later.
    • encode

      public void encode​(NSCoder coder)
      Specified by:
      encode in interface NSCoding
    • init

      protected long init​(NSCoder coder)