StacksCodeTag

class StacksCodeTag(codeStyledText: AbstractStacksToken) : StacksTag

The Avail comment "@code" tag. This is used for code like syntax styles.

THIS IS LIKELY NOT USED AS IT IS A TAG IN DESCRIPTION TEXT DEPRECATED -- DELETE ME

Author

Richard Arriaga

Constructors

Link copied to clipboard
fun StacksCodeTag(codeStyledText: AbstractStacksToken)

Functions

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