Package avail. stacks. comment. signature
Types
Link copied to clipboard
The defining characteristic of a comment as it pertains to the implementation it describes.
Link copied to clipboard
class GlobalCommentSignature( val name: String, val module: String, val globalType: String) : CommentSignature
Content copied to clipboard
GLOBAL Comment Signature
Link copied to clipboard
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.
Link copied to clipboard
class SemanticRestrictionCommentSignature( val name: String, val module: String, orderedInputTypes: MutableList<String>) : CommentSignature
Content copied to clipboard
The defining characteristic of a semantic restriction comment as it pertains to the implementation it describes.