top level
| echo | |
| haxe | |
| js | |
| Any |
|
| Array | An Array is a storage for values. You can access it using indexes or with its API. |
| ArrayAccess |
|
| Bool | The standard Boolean type, which can either be |
| Class | An abstract type that represents a Class. |
| Date | The Date class provides a basic structure for date and time related information. Date instances can be created by |
| Dynamic |
|
| Enum | An abstract type that represents an Enum type. |
| EnumValue | An abstract type that represents any enum value.
See |
| Float | The standard |
| Int | The standard |
| Iterable | An |
| Iterator | An |
| KeyValueIterable | A |
| KeyValueIterator | A |
| Math | |
| Null |
|
| Reflect | The Reflect API is a way to manipulate values dynamically through an abstract interface in an untyped manner. Use with care. |
| Std | The Std class provides standard methods for manipulating basic types. |
| String | The basic String class. |
| Type | The Haxe Reflection API allows retrieval of type information at runtime. |
| Void | The standard |