rtti.EnumField

EnumField

package haxe-rtti

import haxe.rtti.CType

Available on all platforms

The runtime enum constructor information.

See:

Properties

args:Null<List<{t:CType, opt:Bool, name:String}>>

The list of arguments the constructor has or null if no arguments are available.

doc:String

The documentation of the constructor. This information is only available if the compiler flag -D use_rtti_doc was in place. Otherwise, or if the constructor has no documentation, the value is null.

meta:MetaData

The meta data the constructor was annotated with.

name:String

The name of the constructor.

platforms:Platforms

A list of strings representing the targets where the constructor is available.

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/haxe/rtti/EnumField.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部