Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
EMAM2Cpp
Commits
5f46c9f1
Commit
5f46c9f1
authored
Sep 28, 2020
by
Malte Heithoff
Browse files
EMAGenerator -> EMAMGenerator
parent
91150513
Pipeline
#335845
passed with stage
in 16 minutes and 42 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/de/monticore/lang/monticar/generator/EMAMBluePrint.java
View file @
5f46c9f1
...
...
@@ -12,7 +12,7 @@ import java.util.Optional;
/**
*/
public
class
EMAMBluePrint
{
protected
EMAGenerator
generator
;
//currentGeneratorInstance
protected
EMA
M
Generator
generator
;
//currentGeneratorInstance
protected
List
<
Variable
>
variables
=
new
ArrayList
<>();
protected
List
<
Method
>
methods
=
new
ArrayList
<>();
protected
List
<
Variable
>
genericsVariableList
=
new
ArrayList
<>();
...
...
@@ -120,7 +120,7 @@ public class EMAMBluePrint {
return
generator
;
}
public
void
setGenerator
(
EMAGenerator
generator
)
{
public
void
setGenerator
(
EMA
M
Generator
generator
)
{
this
.
generator
=
generator
;
}
...
...
src/main/java/de/monticore/lang/monticar/generator/EMAGenerator.java
→
src/main/java/de/monticore/lang/monticar/generator/EMA
M
Generator.java
View file @
5f46c9f1
...
...
@@ -2,10 +2,8 @@
package
de.monticore.lang.monticar.generator
;
import
de.monticore.lang.embeddedmontiarc.embeddedmontiarc._symboltable.instanceStructure.EMAComponentInstanceSymbol
;
import
de.monticore.lang.math._symboltable.MathStatementsSymbol
;
import
de.monticore.lang.tagging._symboltable.TaggingResolver
;
public
interface
EMAGenerator
extends
Generator
<
EMAComponentInstanceSymbol
>
{
public
interface
EMA
M
Generator
extends
Generator
<
EMAComponentInstanceSymbol
>
{
boolean
useAlgebraicOptimizations
();
...
...
src/main/java/de/monticore/lang/monticar/generator/cpp/GeneratorCPP.java
View file @
5f46c9f1
...
...
@@ -33,7 +33,7 @@ import java.util.*;
/**
*/
public
class
GeneratorCPP
implements
EMAGenerator
{
public
class
GeneratorCPP
implements
EMA
M
Generator
{
public
static
GeneratorCPP
currentInstance
;
private
Path
modelsDirPath
;
private
boolean
isGenerateTests
=
false
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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