[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]

DirectDispatchList

inherits from FixedList
inherits from TracksMemoryManagerMoves

Object <- FixedList <- DirectDispatchList



Operations

Get list of all operations

MoveMemoryBlock


Attributes

Get list of all attributes

Class DirectDispatchList defines no new attributes.


Fields

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


Instance template

instance DirectDispatchList tag;
end instance;

Class definition

Define Class DirectDispatchList;
    inherits from FixedList;
    inherits from TracksMemoryManagerMoves;

    overrides MoveMemoryBlock;
        // we need to update the global pointers to the direct dispatch lists
end class;