haXe API Documentation
Back |
Indexclass haxe.rtti.Meta
Available in flash, neko, js, flash9, php, cpp
An api to access classes and enums metadata at runtime.
- static function getFields(t : Dynamic) : Dynamic<Dynamic<Array<Dynamic>>>
-
Returns the metadata that were declared for the given class static fields
- static function getStatics(t : Dynamic) : Dynamic<Dynamic<Array<Dynamic>>>
-
Returns the metadata that were declared for the given class fields or enum constructors
- static function getType(t : Dynamic) : Dynamic<Array<Dynamic>>
-
Returns the metadata that were declared for the given type (class or enum)
Back |
Index