Represents a type definition kind.

Values

TDEnum

Represents an enum kind.

TDStructure

Represents a structure kind.

TDClass(superClass:TypePath, interfaces:Array<TypePath>, isInterface:Bool, isFinal:Bool)

Represents a class kind.

TDAlias(t:ComplexType)

Represents an alias/typedef kind.

TDAbstract(tthis:Null<ComplexType>, from:Array<ComplexType>, to:Array<ComplexType>)

Represents an abstract kind.