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
EmbeddedMontiArcMathOpt
Commits
e8b01c3a
Commit
e8b01c3a
authored
Jun 20, 2018
by
Christoph Richter
Browse files
fixup! Moved methods to create a symbol table from test to main source directory
parent
2daef88a
Pipeline
#56916
passed with stage
in 29 minutes and 17 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/main/java/de/monticore/lang/embeddedmontiarcmathopt/_symboltable/EMAMOptSymbolTableHelper.java
View file @
e8b01c3a
...
...
@@ -23,11 +23,12 @@ public class EMAMOptSymbolTableHelper {
protected
static
EMAMOptSymbolTableHelper
ourInstance
;
public
static
EMAMOptSymbolTableHelper
getInstance
()
{
if
(
ourInstance
==
null
)
ourInstance
=
new
EMAMOptSymbolTableHelper
();
return
ourInstance
;
}
protected
EMAMOptSymbolTableHelper
()
{
ourInstance
=
new
EMAMOptSymbolTableHelper
();
}
public
Scope
createSymTab
(
String
...
modelPath
)
{
...
...
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