package haxe.rtti
| .. | |
|---|---|
| Abstractdef | The abstract type runtime information.  | 
| CType | The runtime member types.  | 
| CTypeTools | The   | 
| ClassField | The runtime class field information.  | 
| Classdef | The runtime class definition information.  | 
| EnumField | The runtime enum constructor information.  | 
| Enumdef | The enum runtime type information.  | 
| FunctionArgument | The function argument runtime type information.  | 
| Meta | An API to access classes and enums metadata at runtime.  | 
| MetaData | The list of runtime metadata.  | 
| Path | The (dot-)path of the runtime type.  | 
| PathParams | The type parameters in the runtime type information.  | 
| Platforms | A list of strings representing the targets where the type is available.  | 
| Rights | Represents the runtime rights of a type.  | 
| Rtti | Rtti is a helper class which supplements the   | 
| TypeApi | Contains type and equality checks functionalities for RTTI.  | 
| TypeInfos | The general runtime type information.  | 
| TypeParams | An array of strings representing the names of the type parameters the type has. As of Haxe 3.2.0, this does not include the constraints.  | 
| TypeRoot | Array of   | 
| TypeTree | The tree types of the runtime type.  | 
| Typedef | The typedef runtime information.  | 
| XmlParser | XmlParser processes the runtime type information (RTTI) which
is stored as a XML string in a static field   |