Class GetStringOptionNode

java.lang.Object
com.oracle.truffle.api.nodes.Node
com.oracle.truffle.js.nodes.JavaScriptBaseNode
com.oracle.truffle.js.nodes.intl.GetStringOptionNode
All Implemented Interfaces:
com.oracle.truffle.api.nodes.NodeInterface, Cloneable

public abstract class GetStringOptionNode extends JavaScriptBaseNode
  • Field Details

    • LOCALE_MATCHER_OPTION_VALUES

      public static final List<String> LOCALE_MATCHER_OPTION_VALUES
    • HOUR_CYCLE_OPTION_VALUES

      public static final List<String> HOUR_CYCLE_OPTION_VALUES
    • NARROW_SHORT_LONG_OPTION_VALUES

      public static final List<String> NARROW_SHORT_LONG_OPTION_VALUES
    • LONG_SHORT_NARROW_OPTION_VALUES

      public static final List<String> LONG_SHORT_NARROW_OPTION_VALUES
    • CASE_FIRST_OPTION_VALUES

      public static final List<String> CASE_FIRST_OPTION_VALUES
  • Constructor Details

    • GetStringOptionNode

      protected GetStringOptionNode(JSContext context, com.oracle.truffle.api.strings.TruffleString property, List<String> values, String fallback)
  • Method Details