Jive reference manual
|
#include <jem/base/reflect/Constructor.h>
Public Types | |
typedef Member | Super |
Public Member Functions | |
virtual String | getName () const |
virtual bool | isStatic () const |
virtual idx_t | argCount () const =0 |
virtual void | getArgTypes (Class **types) const =0 |
virtual Ref< Object > | call (const Ref< Object > *args) const =0 |
![]() | |
Member (const String &name="") | |
Class * | getDeclaringClass () const |
virtual String | getContext () const |
![]() | |
NamedObject (const String &name="") | |
virtual String | toString () const |
Returns a short textual description of this object. More... | |
String | getName () const |
![]() | |
virtual Class * | getClass () const |
Returns the Class instance representing the runtime class of this object. More... | |
virtual long | hashValue () const |
Returns a hash value for this object. More... | |
virtual bool | equals (const Ref< Object > &obj) const |
Tests whether two objects are equal. More... | |
Ref< Object > | clone () const |
Returns a copy of this object. More... | |
Protected Member Functions | |
virtual | ~Constructor () |
![]() | |
virtual | ~Member () |
![]() | |
virtual | ~NamedObject () |
![]() | |
Collectable () | |
Creates an empty Collectable . More... | |
~Collectable () | |
Frees resources. More... | |
Additional Inherited Members | |
![]() | |
static String | makeContext (const String &kind, const String &name) |
![]() | |
static Class * | getType () |
Returns the Class instance representing the Object class. More... | |
![]() | |
String | myName_ |
typedef Member jem::Constructor::Super |
|
protectedvirtual |
|
virtual |
|
virtual |
Implements jem::Member.
|
pure virtual |
Implemented in jem::ConstructorTemplate< T, A, B, C >, and jem::DefaultConstructor< T >.
|
pure virtual |
Implemented in jem::ConstructorTemplate< T, A, B, C >, and jem::DefaultConstructor< T >.
Implemented in jem::ConstructorTemplate< T, A, B, C >, and jem::DefaultConstructor< T >.