2005/5/9

     
 

class StringTagAttribute

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

acdk::tools::mc::StringTagAttribute Class Reference

#include <StringTagAttribute.h>

Inheritance diagram for acdk::tools::mc::StringTagAttribute:

acdk::tools::mc::CodeAttribute acdk::lang::Object acdk::lang::ObjectBase acdk::lang::dmi::StdDispatch List of all members.

Detailed Description

The StringTagAttribute attages a string accessible via a string key to the metainof (module, class, method, argument, field).


Public Member Functions

 StringTagAttribute (IN(RString) k, IN(RString) val=)
virtual bool apply (IN(RCodeInfo) cm)
virtual bool apply (IN(RModuleInfo) cm)
virtual bool apply (IN(RClassInfo) cm)
virtual bool apply (IN(RMethodInfo) cm)
virtual bool apply (IN(RArgumentInfo) cm)
virtual bool apply (IN(RFieldInfo) cm)
bool attachAttribute (IN(RCodeInfo) ci)

Static Public Member Functions

void initAttribute (IN(RMetaCompiler) mc)

Public Attributes

RString key
RString value


Constructor & Destructor Documentation

acdk::tools::mc::StringTagAttribute::StringTagAttribute IN(RString k,
IN(RString val =
 


Member Function Documentation

virtual bool acdk::tools::mc::StringTagAttribute::apply IN(RFieldInfo cm  )  [virtual]
 

virtual bool acdk::tools::mc::StringTagAttribute::apply IN(RArgumentInfo cm  )  [virtual]
 

virtual bool acdk::tools::mc::StringTagAttribute::apply IN(RMethodInfo cm  )  [virtual]
 

virtual bool acdk::tools::mc::StringTagAttribute::apply IN(RClassInfo cm  )  [virtual]
 

virtual bool acdk::tools::mc::StringTagAttribute::apply IN(RModuleInfo cm  )  [virtual]
 

virtual bool acdk::tools::mc::StringTagAttribute::apply IN(RCodeInfo cm  )  [virtual]
 

Reimplemented from acdk::tools::mc::CodeAttribute.

bool acdk::tools::mc::StringTagAttribute::attachAttribute IN(RCodeInfo ci  ) 
 

Reimplemented from acdk::tools::mc::CodeAttribute.

void acdk::tools::mc::StringTagAttribute::initAttribute IN(RMetaCompiler mc  )  [static]
 

Reimplemented from acdk::tools::mc::CodeAttribute.


Member Data Documentation

RString acdk::tools::mc::StringTagAttribute::key
 

RString acdk::tools::mc::StringTagAttribute::value