haXe API Documentation
Back | Index
class haxe.rtti.TypeApi
import haxe.rtti.CType
Available in flash, neko, js, flash9, php, cpp
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