Method Comment Signature
class MethodCommentSignature( val name: String, val module: String, orderedInputTypes: MutableList<String>, returnType: String) : CommentSignature
Content copied to clipboard
The defining characteristic of a method comment as it pertains to the implementation it describes.
Author
Richard Arriaga
Parameters
name
The name of the class/method the comment describes.
module
The module this implementation appears in.
ordered Input Types
The method parameter input types in order of input
return Type
The return type, if none,⊤.
Constructors
Link copied to clipboard
fun MethodCommentSignature( name: String, module: String, orderedInputTypes: MutableList<String>, returnType: String)
Content copied to clipboard
Construct a new MethodCommentSignature.