RubyWriter Class Reference
class RubyWriter is a ruby code generator for UMLClassifier objects Just call writeClass and feed it a UMLClassifier; More...
#include <rubywriter.h>
Inheritance diagram for RubyWriter:

Public Member Functions | |
| virtual void | writeClass (UMLClassifier *c) |
| call this method to generate C++ code for a UMLClassifier | |
| virtual Uml::Programming_Language | getLanguage () |
| returns "Ruby" | |
| virtual const QStringList | reservedKeywords () const |
| get list of reserved keywords | |
Detailed Description
class RubyWriter is a ruby code generator for UMLClassifier objects Just call writeClass and feed it a UMLClassifier;
Definition at line 34 of file rubywriter.h.
Member Function Documentation
|
|
call this method to generate C++ code for a UMLClassifier
Implements SimpleCodeGenerator. Definition at line 42 of file rubywriter.cpp. References ClassifierInfo::atpriv, ClassifierInfo::atprot, ClassifierInfo::atpub, ClassifierInfo::className, CodeGenerator::cleanName(), CodeGenerator::codeGenerated(), ClassifierInfo::fileName, CodeGenerator::findFileName(), CodeGenerator::getHeadingFile(), UMLObject::getName(), ClassifierInfo::hasAccessorMethods, and CodeGenerator::openFile(). |
|
|
returns "Ruby"
Implements CodeGenerator. Definition at line 394 of file rubywriter.cpp. |
|
|
get list of reserved keywords
Reimplemented from CodeGenerator. Definition at line 398 of file rubywriter.cpp. |
The documentation for this class was generated from the following files:
