PureMVC Framework for haXe: API Documentation
Back | Index
enum ValueType
import Type
The diffent possible runtime types of a value. See Type for the haXe Reflection API.
TUnknown
TObject
TNull
TInt
TFunction
TFloat
TEnum(e : Enum)
TClass(c : Class<Dynamic>)
TBool
Back | Index