rtti.Meta

Meta

package haxe-rtti

Available on all platforms

An API to access classes and enums metadata at runtime.

See:

Static methods

static getFields (t:Dynamic):Dynamic<Dynamic<Array<Dynamic>>>

Returns the metadata that were declared for the given class fields or enum constructors

static getStatics (t:Dynamic):Dynamic<Dynamic<Array<Dynamic>>>

Returns the metadata that were declared for the given class static fields

static getType (t:Dynamic):Dynamic<Array<Dynamic>>

Returns the metadata that were declared for the given type (class or enum)

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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部