Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
EMAM2Cpp
Commits
ed087875
Commit
ed087875
authored
Jan 16, 2021
by
Malte Heithoff
Browse files
new method for calculating the name of a fullQualified symbol
parent
e486363f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/de/monticore/lang/monticar/generator/cpp/GeneralHelperMethods.java
View file @
ed087875
...
...
@@ -66,4 +66,8 @@ public class GeneralHelperMethods {
if
(
parts
.
length
<=
1
)
return
componentName
;
return
String
.
join
(
"->"
,
parts
);
}
public
static
String
getTargetLanguageComponentVariableInstanceName
(
String
componentName
)
{
return
getTargetLanguageComponentName
(
getTargetLanguageVariableInstanceName
(
componentName
));
}
}
Write
Preview
Markdown
is supported
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