StacksCategoryTag

class StacksCategoryTag(categories: List<QuotedStacksToken>) : StacksTag

The Avail comment "@category" tag

Author

Richard Arriaga

Constructors

Link copied to clipboard
fun StacksCategoryTag(categories: List<QuotedStacksToken>)

Functions

Link copied to clipboard
fun categories(): List<QuotedStacksToken>
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

Properties

Link copied to clipboard
val categorySet: MutableSet<String>