Rtti
haxe.rtti.Rtti (Class)
Rtti is a helper class which supplements the @:rtti metadata.
See:
Static Members
Returns the haxe.rtti.CType.Classdef corresponding to class c.
If c has no runtime type information, e.g. because no @:rtti was
added, an exception of type String is thrown.
If c is null, the result is unspecified.
| Name | Type |
|---|---|
c |
Class<getRtti.T> |
| Returns |
|---|
| Classdef |