Semantic Restriction Comment Signature
class SemanticRestrictionCommentSignature(val name: String, val module: String, orderedInputTypes: MutableList<String>) : CommentSignature
The defining characteristic of a semantic restriction 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 semantic restriction parameter input types in order of input
Constructors
Link copied to clipboard
Construct a new SemanticRestrictionCommentSignature.