Invocable.getParameterTypes

Returns an array of Type objects representing this element's parameter types. If a parameter does not have an associated reflective type, its value is null.

interface Invocable
const
const(Type)[]
getParameterTypes
()

Return Value

Type: const(Type)[]

This element's parameter types.

See Also

getParameterTypes

Meta