StacksParameterTag

class StacksParameterTag(    paramName: QuotedStacksToken,     paramType: QuotedStacksToken,     paramDescription: StacksDescription) : StacksTag

The contents of an Avail comment "@param" tag

Author

Richard Arriaga

Constructors

Link copied to clipboard
fun StacksParameterTag(    paramName: QuotedStacksToken,     paramType: QuotedStacksToken,     paramDescription: StacksDescription)

Functions

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

Create JSON content from implementation.