Skip to main content

Module object

Module object 

Source

Structs§

NonNullObject
A reference to a non-null AS3 object.
Object
A reference to an AS3 object.

Traits§

AsNonNullObject
Implemented for all classes except Object, providing casting to NonNullObject.
AsObject
An abstraction over all AS3 objects.
TryAs
An abstraction for fallible casting between object types.