haXe API Documentation
Back | Index
abstract Enum<T>
Available in flash8, neko, js, flash, php, cpp

An abstract type that represents an Enum type.

The corresponding enum instance type is EnumValue.

See Type for the haXe Reflection API.

Back | Index