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
languages
EmbeddedMontiArc
Commits
1833b0a5
Commit
1833b0a5
authored
Nov 04, 2017
by
Alexander Ryndin
Browse files
add more types
parent
37a70594
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/de/monticore/lang/embeddedmontiarc/Utils.java
View file @
1833b0a5
...
...
@@ -34,7 +34,9 @@ public final class Utils {
"RangesType"
,
"RangeType"
,
"UnitNumberResolution"
,
"UnitNumberTypeArgument"
"UnitNumberTypeArgument"
,
"AssignmentType"
,
"CommonMatrixType"
};
for
(
String
typeName
:
builtInTypes
)
{
JavaTypeSymbol
s
=
new
JavaTypeSymbol
(
typeName
);
...
...
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