Package-level declarations
Types
Link copied to clipboard
A diagnostics supplier that checks for duplicate function parameter names in function calls.
Link copied to clipboard
class FunctionParameterValueDiagnosticsSupplier(docsDirectory: File) : AbstractFunctionCallDiagnosticsSupplier
A diagnostics supplier that checks function parameter values against their allowed values as specified in the documentation.
Link copied to clipboard
class FunctionUnresolvedParameterNameDiagnosticsSupplier(docsDirectory: File) : AbstractFunctionCallDiagnosticsSupplier
A diagnostics supplier that checks the existence of function parameter names that named arguments refer to.