|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Nil
The methods understood by the native nil object. All other objects in the system delegate to nil eventually. Hence, nil's methods may be invoked on all objects in the system.
Method Summary | |
---|---|
Boolean |
==(Object other)
The identity operator. |
Boolean |
!=(Object other)
The ! |
Object |
init(Object[] initargs)
This method is invoked when a new instance of the object is created using this#base_new(ATObject[]) . |
Object |
new(Object[] initargs)
Creates a new instance (a clone) of the receiver and initialises it by invoking its this#base_init(ATObject[]) method. |
Methods inherited from interface edu.vub.at.objects.Object |
---|
super |
Method Detail |
---|
Boolean !=(Object other)
Boolean ==(Object other)
Object init(Object[] initargs)
this#base_new(ATObject[])
. The default implementation
does nothing, but can be overridden to re-initialize the cloned
instance.
Object new(Object[] initargs)
this#base_init(ATObject[])
method.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |