haXe API Documentation
Back |
Indexclass haxe.rtti.TypeApi
import haxe.rtti.CType
Available in flash8, neko, js, flash, php, cpp, cs, java
- static function constructorEq(c1 : EnumField, c2 : EnumField) : Bool
- static function fieldEq(f1 : ClassField, f2 : ClassField) : Bool
- static function isVar(t : CType) : Bool
- static function rightsEq(r1 : Rights, r2 : Rights) : Bool
- static function typeEq(t1 : CType, t2 : CType) : Bool
- static function typeInfos(t : TypeTree) : TypeInfos
Back |
Index