Class Java.FunctionDeclarator.FormalParameters

    • Field Detail

      • variableArity

        public final boolean variableArity
        Whether this method has 'variable arity', i.e. its last parameter has an ellipsis ('...') after the type.
    • Method Detail

      • toString

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