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
languages
Tagging
Commits
9d0afe83
Commit
9d0afe83
authored
Jul 18, 2018
by
Ferdinand Alexander Mehlan
Browse files
Fix methoid signature
parent
ba864d36
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/de/monticore/lang/tagging/_symboltable/TagSymbolCreator.java
View file @
9d0afe83
...
...
@@ -29,6 +29,6 @@ import de.monticore.symboltable.Scope;
* @author Michael von Wenckstern
*/
public
interface
TagSymbolCreator
{
void
create
(
ASTTaggingUnit
unit
,
Scope
gs
);
void
create
(
ASTTaggingUnit
unit
,
TaggingResolver
resolver
);
}
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