macro.FieldType

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–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/haxe/macro/FieldType.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部