StacksMethodTag

class StacksMethodTag(methodName: QuotedStacksToken) : StacksTag

The Avail comment "@method" tag

Author

Richard Arriaga

Constructors

Link copied to clipboard
fun StacksMethodTag(methodName: QuotedStacksToken)

Functions

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