haXe API Documentation
Back | Index
enum haxe.rtti.TypeTree
import haxe.rtti.Type
Available in flash, neko, js
TTypedecl(t : Typedef)
TPackage(name : String,full : String,subs : Array<TypeTree>)
TEnumdecl(e : Enumdef)
TClassdecl(c : Classdef)
Back | Index