samt-core
1.0.0
jvm
compiler
/
tools.samt.semantic
/
RecordType
/
Field
Field
class
Field
(
val
name
:
String
,
var
type
:
TypeReference
,
val
declaration
:
RecordFieldNode
)
:
UserAnnotated
Members
Constructors
Field
Link copied to clipboard
constructor
(
name
:
String
,
type
:
TypeReference
,
declaration
:
RecordFieldNode
)
Properties
annotations
Link copied to clipboard
open
val
annotations
:
List
<
AnnotationNode
>
declaration
Link copied to clipboard
open
override
val
declaration
:
RecordFieldNode
name
Link copied to clipboard
val
name
:
String
type
Link copied to clipboard
var
type
:
TypeReference