Method | Defined By | ||
---|---|---|---|
StiObject | |||
clone(... args):Object Creates a new object that is a copy of the current instance. | StiObject | ||
equals(object:Object):Boolean | StiObject | ||
getShortTypeName():String Get a short object type name (without library path). | StiObject | ||
getType():Class | StiObject | ||
getTypeName():String | StiObject | ||
isSimple(object:*):Boolean [static] | StiObject | ||
memberwiseClone():Object Creates a shallow copy of the current Collection. | StiObject |
StiObject | () | Constructor |
public function StiObject()
clone | () | method |
public function clone(... args):Object
Creates a new object that is a copy of the current instance.
Parameters
... args |
Object |
equals | () | method |
public function equals(object:Object):Boolean
Parameters
object:Object |
Boolean |
getShortTypeName | () | method |
public function getShortTypeName():String
Get a short object type name (without library path).
ReturnsString |
getType | () | method |
public function getType():Class
ReturnsClass |
getTypeName | () | method |
public function getTypeName():String
ReturnsString |
isSimple | () | method |
public static function isSimple(object:*):Boolean
Parameters
object:* |
Boolean |
memberwiseClone | () | method |
public function memberwiseClone():Object
Creates a shallow copy of the current Collection.
ReturnsObject |