Class AbstractInternalState

java.lang.Object
com.oracle.truffle.js.runtime.builtins.intl.AbstractInternalState
Direct Known Subclasses:
JSDurationFormat.InternalState, JSNumberFormat.BasicInternalState

public abstract class AbstractInternalState extends Object
Common subclass of internal states of internationalization-related built-ins that use numbering systems.
  • Field Details

    • javaLocale

      protected Locale javaLocale
    • locale

      protected String locale
    • numberingSystem

      protected String numberingSystem
  • Constructor Details

    • AbstractInternalState

      public AbstractInternalState()
  • Method Details

    • resolveLocaleAndNumberingSystem

      public void resolveLocaleAndNumberingSystem(JSContext ctx, String[] locales, String numberingSystemOpt)