#include <assignmentMap.h>
Class diagram for assignmentMap:
Public Members | |||
![]() | ![]() | bool | is_assignment () |
![]() | ![]() | bool | is_method_like () |
![]() | ![]() | bool | is_programmable_slots () |
![]() | ![]() | fint | arg_count () |
![]() | ![]() | oop | clone (oop obj, bool mustAllocate= true, oop genObj= NULL) |
![]() | ![]() | oop | cloneSize (oop obj, fint length, bool mustAllocate= true, oop filler= NULL) |
![]() | ![]() | mirrorOop | mirror_proto () |
Friends | |||
![]() | ![]() | assignmentOop | create_assignment () |
bool assignmentMap::is_assignment () [inline, virtual]
|
Reimplemented from Map.
bool assignmentMap::is_method_like () [inline, virtual]
|
Reimplemented from Map.
bool assignmentMap::is_programmable_slots () [inline, virtual]
|
Reimplemented from Map.
fint assignmentMap::arg_count () [inline, virtual]
|
Reimplemented from Map.
oop assignmentMap::clone (oop obj, bool mustAllocate = true, oop genObj = NULL) [inline, virtual]
|
Reimplemented from Map.
oop assignmentMap::cloneSize (oop obj, fint length, bool mustAllocate = true, oop filler = NULL) [virtual]
|
Reimplemented from Map.
mirrorOop assignmentMap::mirror_proto () [inline, virtual]
|
Reimplemented from Map.
assignmentOop create_assignment () [friend]
|