MethodCommentSignature

constructor(name: String, module: String, orderedInputTypes: MutableList<String>, returnType: String)

Construct a new MethodCommentSignature.

Parameters

name

The name of the class/method the comment describes.

module

The module this implementation appears in.

orderedInputTypes

The method parameter input types in order of input

returnType

The return type, if none,⊤.