|
@@ -31,8 +31,8 @@ class Rtti {
|
|
/**
|
|
/**
|
|
Returns the `haxe.rtti.CType.Classdef` corresponding to class `c`.
|
|
Returns the `haxe.rtti.CType.Classdef` corresponding to class `c`.
|
|
|
|
|
|
- If `c` has no RTTI information, e.g. because no `@:rtti@` was added,
|
|
|
|
- `null` is returned.
|
|
|
|
|
|
+ If `c` has no runtime type information, e.g. because no `@:rtti@` was
|
|
|
|
+ added, `null` is returned.
|
|
|
|
|
|
If `c` is null, the result is unspecified.
|
|
If `c` is null, the result is unspecified.
|
|
**/
|
|
**/
|
|
@@ -47,7 +47,7 @@ class Rtti {
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- Tells if `c` has RTTI information.
|
|
|
|
|
|
+ Tells if `c` has runtime type information.
|
|
|
|
|
|
If `c` is null, the result is unspecified.
|
|
If `c` is null, the result is unspecified.
|
|
**/
|
|
**/
|