Class Index | File Index

Classes


Class baja.Object

Represents baja:Object in BajaScript.

Since this Constructor represents an abstract class, it should never be directly used to create a new Object.
Defined in: obj.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
Equivalence test.
 
Return the Object's Icon.
Class Detail
baja.Object()
Field Detail
{Boolean} equivalent
Equivalence test.

Equivalent is used to compare if two objects have equivalent state, but might not want to return true for equals since it it has implied semantics for many operations. The default implementation returns the result of equals().


{baja.Icon} getIcon
Return the Object's Icon.

Documentation generated by JsDoc Toolkit 2.3.2