haXe API Documentation
Back |
Indexclass haxe.rtti.Meta
Available in flash8, neko, js, flash, php, cpp, cs, java
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