Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
af3
AF3
Commits
0405c8ca
Commit
0405c8ca
authored
Jun 08, 2012
by
Daniel Ratiu
Browse files
code review
parent
d9700f99
Changes
12
Hide whitespace changes
Inline
Side-by-side
org.fortiss.af3.generator.common/trunk/src/org/fortiss/af3/generator/common/package.html
0 → 100644
View file @
0405c8ca
<!--
$Id: package.html 894 2011-07-07 07:36:03Z ratiu $
@version $Rev: 894 $
@ConQAT.Rating GREEN Hash: 8B3EC4675E1C74AE083439152DAD826F
-->
<body>
Main plugin package for AF3 generator common.
</body>
org.fortiss.af3.generator.common/trunk/src/org/fortiss/af3/generator/common/textgen/c/CFilesTextGenerator.java
View file @
0405c8ca
...
...
@@ -31,7 +31,7 @@ import org.fortiss.af3.generator.common.model.source.Import;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating
YELLOW
Hash:
40827D559D99453A6194B5006FC669EF
* @ConQAT.Rating
GREEN
Hash:
FD656C97BFCA667FCD0F08ABCA6691E6
*/
public
class
CFilesTextGenerator
{
...
...
org.fortiss.af3.generator.common/trunk/src/org/fortiss/af3/generator/common/textgen/c/CLanguageConstructTextGenerator.java
View file @
0405c8ca
...
...
@@ -36,9 +36,10 @@ import org.fortiss.af3.generator.common.model.c.impl.CFunctionDefinitionImpl;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating
YELLOW
Hash:
EE92C97C41C9C8FECDB5471180B71FDE
* @ConQAT.Rating
GREEN
Hash:
0E38761D48314FF7945B549DD1D5627C
*/
public
class
CLanguageConstructTextGenerator
{
/**
* Creates the text for the given include statement.
*
...
...
org.fortiss.af3.generator.common/trunk/src/org/fortiss/af3/generator/common/textgen/c/CLanguageTypesTextGenerator.java
View file @
0405c8ca
...
...
@@ -27,7 +27,7 @@ import org.fortiss.af3.project.model.typesystem.IType;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating
YELLOW
Hash:
58CD68E5784DEFAE0ECF4687F431D79F
* @ConQAT.Rating
GREEN
Hash:
B7B85D9A79844526BE86BB165CAC310A
*/
public
class
CLanguageTypesTextGenerator
{
/** The prefix used for generated C types. */
...
...
org.fortiss.af3.generator.common/trunk/src/org/fortiss/af3/generator/common/textgen/c/CStaticFilesTextGenerator.java
View file @
0405c8ca
...
...
@@ -32,7 +32,7 @@ import org.fortiss.af3.generator.common.model.c.CRootConfigureFile;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating
YELLOW
Hash:
F27482885F3017802A6F8A0CA193DCDF
* @ConQAT.Rating
GREEN
Hash:
64C3499BA48D72BF6593103F81F85FA3
*/
public
class
CStaticFilesTextGenerator
{
...
...
org.fortiss.af3.generator.common/trunk/src/org/fortiss/af3/generator/common/textgen/c/package.html
0 → 100644
View file @
0405c8ca
<!--
$Id: package.html 894 2011-07-07 07:36:03Z ratiu $
@version $Rev: 894 $
@ConQAT.Rating GREEN Hash: EAB7F43E9E4DE3E2A123DE1F64ED9B6D
-->
<body>
Package for C text-generator.
</body>
org.fortiss.af3.generator.common/trunk/src/org/fortiss/af3/generator/common/textgen/c/templates/TemplateLoader.java
View file @
0405c8ca
...
...
@@ -34,7 +34,7 @@ import org.antlr.stringtemplate.language.DefaultTemplateLexer;
* @author wandinger
* @author $Author$
* @version $Rev$
* @ConQAT.Rating
YELLOW
Hash:
6634DD7D4D4ED60AFA9AB55A4D0EF1F4
* @ConQAT.Rating
GREEN
Hash:
51D449D7BB3B500A06C4BD22F03E280C
*/
public
class
TemplateLoader
{
...
...
org.fortiss.af3.generator.common/trunk/src/org/fortiss/af3/generator/common/textgen/c/templates/package.html
0 → 100644
View file @
0405c8ca
<!--
$Id: package.html 894 2011-07-07 07:36:03Z ratiu $
@version $Rev: 894 $
@ConQAT.Rating GREEN Hash: EAB7F43E9E4DE3E2A123DE1F64ED9B6D
-->
<body>
TODO
</body>
org.fortiss.af3.generator.common/trunk/src/org/fortiss/af3/generator/common/utils/CLanguageModelElementFactory.java
View file @
0405c8ca
...
...
@@ -48,7 +48,7 @@ import org.fortiss.af3.project.model.typesystem.IType;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating
YELLOW
Hash:
7BBE164F52EEBA92EACAD0E806234BB
9
* @ConQAT.Rating
GREEN
Hash:
1047DAA4D7D9174F04BC152A47583EF
9
*/
public
class
CLanguageModelElementFactory
{
...
...
org.fortiss.af3.generator.common/trunk/src/org/fortiss/af3/generator/common/utils/SourceModelElementFactory.java
View file @
0405c8ca
...
...
@@ -27,7 +27,7 @@ import org.fortiss.af3.generator.common.model.source.SourcePackage;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating
YELLOW
Hash:
0EF11B4DDD6FD0520275216D02042DC1
* @ConQAT.Rating
GREEN
Hash:
650EAA42464436DFC5BFD808C1BB2653
*/
public
class
SourceModelElementFactory
{
...
...
org.fortiss.af3.generator.common/trunk/src/org/fortiss/af3/generator/common/utils/SourceUtils.java
View file @
0405c8ca
...
...
@@ -33,7 +33,7 @@ import org.fortiss.af3.generator.common.model.source.SourceUnit;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating
YELLOW
Hash:
8543656C37EF35242D7B74A7A672F34
3
* @ConQAT.Rating
GREEN
Hash:
D2DA09252FB021A7C23CD8FA6DD713E
3
*/
public
class
SourceUtils
{
...
...
org.fortiss.af3.generator.common/trunk/src/org/fortiss/af3/generator/common/utils/package.html
0 → 100644
View file @
0405c8ca
<!--
$Id: package.html 894 2011-07-07 07:36:03Z ratiu $
@version $Rev: 894 $
@ConQAT.Rating GREEN Hash: 65780421BA30F727FFA782591E43F299
-->
<body>
Utility methods for the C generator.
</body>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment