Field

class Field(val name: String, var type: TypeReference, val declaration: RecordFieldNode) : UserAnnotated

Constructors

Link copied to clipboard
constructor(name: String, type: TypeReference, declaration: RecordFieldNode)

Properties

Link copied to clipboard
Link copied to clipboard
open override val declaration: RecordFieldNode
Link copied to clipboard
Link copied to clipboard