frost.core

Class Object

@extendable

The root of the Frost class heirarchy. Every class in Frost ultimately descends from Object.

Source Code:
View Source

Field Summary

toString:String
Returns a String representation of this object.

Instance Method Summary

cleanup()
Called just before the object is destroyed.

Fields

property toString:String

Returns a String representation of this object. The default implementation returns "<Class Name>", but many classes override this to provide a more useful description of the object.

Instance Methods

@protected
@extendable
method cleanup ()

Called just before the object is destroyed. The default implementation does nothing.