W3cubDocs

/Haxe

TypeTree

package haxe.rtti

import haxe.rtti.CType

Available on all platforms

The tree types of the runtime type.

Values

TPackage(name:String, full:String, subs:Array<TypeTree>)

TClassdecl(c:Classdef)

TEnumdecl(e:Enumdef)

TTypedecl(t:Typedef)

TAbstractdecl(a:Abstractdef)

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/haxe/rtti/TypeTree.html