|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::lang::reflect::Method Class Reference#include <Method.h>
Inheritance diagram for acdk::lang::reflect::Method:
List of all members.
Detailed Description
Represents a method of a class.
Constructor & Destructor Documentation
|
Internal constructor.
- Parameters:
-
clazz | must not be 0 |
meth | must not be 0 |
|
Member Function Documentation
char* acdk::lang::reflect::Method::encodeOperatorChar |
( |
char |
c |
) |
[static] |
|
|
return a static string encodes the operator char like '=', '+' etc
|
RString acdk::lang::reflect::Method::encodeOperatorToFuncName |
( |
IN(RString) |
opchars |
) |
[static] |
|
virtual bool acdk::lang::reflect::Method::equals |
( |
IN(RObject) |
obj |
) |
[virtual] |
|
RString acdk::lang::reflect::Method::getAlternativeName |
( |
|
) |
|
|
virtual RClass acdk::lang::reflect::Method::getDeclaringClass |
( |
|
) |
[virtual] |
|
virtual RClassArray acdk::lang::reflect::Method::getExceptionTypes |
( |
|
) |
[virtual] |
|
virtual dmi::MetaInfo* acdk::lang::reflect::Method::getMetaInfo |
( |
|
) |
[inline, virtual] |
|
virtual int acdk::lang::reflect::Method::getModifiers |
( |
|
) |
[virtual] |
|
virtual RString acdk::lang::reflect::Method::getName |
( |
|
) |
[virtual] |
|
RParameter acdk::lang::reflect::Method::getParameter |
( |
int |
idx |
) |
|
|
int acdk::lang::reflect::Method::getParameterCount |
( |
|
) |
|
|
virtual RClassArray acdk::lang::reflect::Method::getParameterTypes |
( |
|
) |
[virtual] |
|
virtual RClass acdk::lang::reflect::Method::getReturnType |
( |
|
) |
[virtual] |
|
virtual int acdk::lang::reflect::Method::hashCode |
( |
|
) |
[virtual] |
|
virtual RString acdk::lang::reflect::Method::toIndentifier |
( |
|
) |
[virtual] |
|
|
render the method to an identifier including 'namemangling'
|
virtual RString acdk::lang::reflect::Method::toString |
( |
|
) |
[virtual] |
|
virtual RString acdk::lang::reflect::Method::toTypeString |
( |
int |
format = acdk::lang::dmi::TpFtFormatStandard |
) |
[inline, virtual] |
|
Member Data Documentation
|
|