Avail Comment
An abstract Avail comment.
Author
Richard Arriaga
Parameters
signature
The signature of the class/method the comment describes.
comment Start Line
The start line in the module the comment being parsed appears.
authors
The author of the implementation.
description
The overall description of the implementation.
categories
The categories the implementation appears in.
aliases
The aliases the implementation is known by.
is Sticky
Indicates whether or not the comment is sticky.
Inheritors
Functions
Link copied to clipboard
Add the implementation to the provided StacksImportModule.
Link copied to clipboard
Add the implementation to the provided group.
Link copied to clipboard
Create a string that is unique to this AvailComment.
Link copied to clipboard
abstract fun toJSON(linkingFileMap: LinkingFileMap, nameOfGroup: String, errorLog: StacksErrorLog, jsonWriter: JSONWriter)
Create JSON content from implementation.