StacksRestrictsTag

class StacksRestrictsTag(paramMetaType: QuotedStacksToken, description: StacksDescription) : StacksTag

The "@restricts" tag in an Avail comment that represents the meta type of an Avail method's parameter's type as used in a semantic restriction.

Author

Richard Arriaga

Constructors

Link copied to clipboard
fun StacksRestrictsTag(paramMetaType: QuotedStacksToken, description: StacksDescription)

Functions

Link copied to clipboard
fun description(): StacksDescription
Link copied to clipboard
fun paramMetaType(): QuotedStacksToken
Link copied to clipboard
open override fun toJSON(    linkingFileMap: LinkingFileMap,     hashID: Int,     errorLog: StacksErrorLog,     position: Int,     jsonWriter: JSONWriter)

Create JSON content from implementation.