StacksGlobalTag

class StacksGlobalTag(globalName: QuotedStacksToken, globalType: QuotedStacksToken) : StacksTag

A global module variable comment tag

Author

Richard Arriaga

Constructors

Link copied to clipboard
fun StacksGlobalTag(globalName: QuotedStacksToken, globalType: QuotedStacksToken)

Functions

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