Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
monticore
EmbeddedMontiArc
languages
CNNTrainLang
Commits
dd1ef278
Commit
dd1ef278
authored
Feb 03, 2021
by
Sascha Dewes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added ASTInitializerValue.java
parent
329c3130
Pipeline
#403272
passed with stage
in 3 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
src/main/java/de/monticore/lang/monticar/cnntrain/_ast/ASTInitializerValue.java
...core/lang/monticar/cnntrain/_ast/ASTInitializerValue.java
+17
-0
No files found.
src/main/java/de/monticore/lang/monticar/cnntrain/_ast/ASTInitializerValue.java
0 → 100644
View file @
dd1ef278
/**
* (c) https://github.com/MontiCore/monticore
*
* The license generally applicable for this project
* can be found under https://github.com/MontiCore/monticore.
*/
/* (c) https://github.com/MontiCore/monticore */
package
de.monticore.lang.monticar.cnntrain._ast
;
import
java.util.List
;
public
interface
ASTInitializerValue
extends
ASTInitializerValueTOP
{
String
getName
();
List
<?
extends
ASTEntry
>
getParamsList
();
}
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