W3cubDocs

/Haxe

FieldType

package haxe.macro

import haxe.macro.Expr

Available on all platforms

Represents the field type in the AST.

Values

FVar(t:Null<ComplexType>, e:Expr)

Represents a variable field type.

FFun(f:Function)

Represents a function field type.

FProp(get:String, set:String, t:ComplexType, e:Expr)

Represents a property with getter and setter field type.

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/haxe/macro/FieldType.html