StacksAuthorTag

class StacksAuthorTag(author: List<AbstractStacksToken>) : StacksTag

he Avail comment "@author" tag

Author

Richard Arriaga

Constructors

Link copied to clipboard
fun StacksAuthorTag(author: List<AbstractStacksToken>)

Functions

Link copied to clipboard
fun author(): List<AbstractStacksToken>
Link copied to clipboard
open override fun toJSON(    linkingFileMap: LinkingFileMap,     hashID: Int,     errorLog: StacksErrorLog,     position: Int,     jsonWriter: JSONWriter)

Create JSON content from implementation.

Link copied to clipboard
open override fun toString(): String