Class Java.FunctionDeclarator.FormalParameter

    • Field Detail

      • type

        public final Java.Type type
        The type of the parameter.
      • name

        public final java.lang.String name
        The name of the parameter.
    • Method Detail

      • isFinal

        public boolean isFinal()
      • toString

        public java.lang.String toString​(boolean hasEllipsis)
        Parameters:
        hasEllipsis - Whether this is the last function parameter and has an ellipsis ("...") after the type
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object