GetArgType
Returns the argument type of the function.
@GetMethodsInterface
INTERFACE
MODULE PURE FUNCTION auf_GetArgType(obj) RESULT(ans)
CLASS(UserFunction_), INTENT(IN) :: obj
INTEGER(I4B) :: ans
END FUNCTION auf_GetArgType
END INTERFACE