package haxe.macro
import haxe.macro.Expr
Available on all platformsRepresents a field in the AST.
access:Null<Array<Access>>
The access modifiers of the field. By default fields have private access.
See:
doc:Null<Null<String>>
The documentation of the field, if available. If the field has no documentation, the value is null
.
kind:FieldType
The kind of the field.
meta:Null<Metadata>
The optional metadata of the field.
name:String
The name of the field.
pos:Position
The position of the field.
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/haxe/macro/Field.html