StacksFieldTag

class StacksFieldTag(    fieldName: QuotedStacksToken,     fieldType: QuotedStacksToken,     fieldDescription: StacksDescription) : StacksTag

The "@field" tag in an Avail Class comment.

Author

Richard Arriaga

Constructors

Link copied to clipboard
fun StacksFieldTag(    fieldName: QuotedStacksToken,     fieldType: QuotedStacksToken,     fieldDescription: StacksDescription)

Functions

Link copied to clipboard
fun fieldDescription(): StacksDescription
Link copied to clipboard
fun fieldName(): QuotedStacksToken
Link copied to clipboard
fun fieldType(): 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