Class MessagePatternUtil.ArgNode

    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        the argument name string (the decimal-digit string if the argument has a number)
      • getNumber

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

        public java.lang.String getTypeName()
        Returns:
        the argument type string, or null if none was specified
      • getSimpleStyle

        public java.lang.String getSimpleStyle()
        Returns:
        the simple-argument style string, or null if no style is specified and for other argument types