Method

Represents and grants access to a single method defined on a type.

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

isFinal
bool isFinal [@property getter]

Checks if this method is declared to be final.

isOverride
bool isOverride [@property getter]

Checks if this method is declared as an override.

isStatic
bool isStatic [@property getter]

Checks if this method is declared to be static.

isVirtual
bool isVirtual [@property getter]

Checks if this method has entry in the object's vtable.

Meta