StacksReturnTag

class StacksReturnTag(returnType: RegionStacksToken, returnDescription: StacksDescription) : StacksTag

The "@returns" component of an Avail comment.

Author

Richard Arriaga

Constructors

Link copied to clipboard
fun StacksReturnTag(returnType: RegionStacksToken, returnDescription: StacksDescription)

Functions

Link copied to clipboard
fun returnDescription(): StacksDescription
Link copied to clipboard
fun returnType(): RegionStacksToken
Link copied to clipboard
open override fun toJSON(    linkingFileMap: LinkingFileMap,     hashID: Int,     errorLog: StacksErrorLog,     position: Int,     jsonWriter: JSONWriter)

Create JSON content from implementation.