[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

HandlesGenerationsItself

mixes in with Object
inherits from PrivateHandlesGenerationsItself

PrivateHandlesGenerationsItself <- HandlesGenerationsItself



Operations

Get list of all operations

Class HandlesGenerationsItself defines no new operations.


Attributes

Get list of all attributes

Class HandlesGenerationsItself defines no new attributes.


Fields

No fields are defined by HandlesGenerationsItself or any of its superclasses.


Instance template

Class HandlesGenerationsItself cannot be instantiated.


Class definition

Define Class HandlesGenerationsItself;
// instances of this class get called during commits and finishing aborts
// and they need to provide code in their CommitChangesToObject and
// AbortChangesToObject to correctly update their shadowing state 
    mixes in with Object;
    inherits from PrivateHandlesGenerationsItself;
end class;