|
Public Member Functions |
bool | isTransient () const |
RString | toTypeString (int formatflags) const |
void | toTypeString (StringBuffer &sb, int formatflags) const |
int | getHashValue () const |
bool | equalsName (IN(acdk::lang::RString) n) const |
void | dispose () |
| dispose this structure and owning Delete ClazzInfo if flags has MiDelete
|
ClazzFieldInfo * | clone (bool deep=true) |
| Make a dynamic clone of this structor.
|
const TypedMetaInfo * | getMetaInfo () const |
TypedMetaInfo * | getMetaInfo () |
Public Attributes |
int | flags |
| see acdk::lang::reflect::Modifier
|
void * | attributeRes |
const char * | name |
int | nameHashCode |
const char * | ns |
const NamedScopedMetaInfo * | _scopeParent |
const NamedScopedMetaInfo * | _nextSibling |
const ClazzInfo * | type |
| the type of current field
|
FieldAccessorFunction | accessor |
| Accessor to read/write the field.
|
void * | address |
| in case of static members the address of fields
|