Stacks Parameter Tag
class StacksParameterTag( paramName: QuotedStacksToken, paramType: QuotedStacksToken, paramDescription: StacksDescription) : StacksTag
Content copied to clipboard
The contents of an Avail comment "@param" tag
Author
Richard Arriaga
Constructors
Link copied to clipboard
fun StacksParameterTag( paramName: QuotedStacksToken, paramType: QuotedStacksToken, paramDescription: StacksDescription)
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toJSON( linkingFileMap: LinkingFileMap, hashID: Int, errorLog: StacksErrorLog, position: Int, jsonWriter: JSONWriter)
Content copied to clipboard
Create JSON content from implementation.