MethodDescriptor

constructor(name: String, parameters: Array<TypeDescriptor>, returnType: TypeDescriptor)(source)

Creates a MethodDescriptor with the given name, parameters and returnType

Parameters

name

The name of the method

parameters

The parameters of the method

returnType

The return type of the method