Class MessagePatternUtil.ArgNode

    • Method Detail

      • getName

        public String getName()
        Returns:
        the argument name string (the decimal-digit string if the argument has a number)
        Status:
        Stable ICU 49.
      • getNumber

        public int getNumber()
        Returns:
        the argument number, or -1 if none (for a named argument)
        Status:
        Stable ICU 49.
      • getTypeName

        public String getTypeName()
        Returns:
        the argument type string, or null if none was specified
        Status:
        Stable ICU 49.
      • getSimpleStyle

        public String getSimpleStyle()
        Returns:
        the simple-argument style string, or null if no style is specified and for other argument types
        Status:
        Stable ICU 49.
      • getComplexStyle

        public MessagePatternUtil.ComplexArgStyleNode getComplexStyle()
        Returns:
        the complex-argument-style object, or null if the argument type is NONE_ARG or SIMPLE_ARG
        Status:
        Stable ICU 49.