Skip to content
Snippets Groups Projects
Commit 5ab299a5 authored by René Schöne's avatar René Schöne
Browse files

Do not include NTATokens in created constructor of RelAstAPI

parent 505ab452
Branches
Tags
No related merge requests found
......@@ -243,6 +243,7 @@ aspect Constructors {
eq NTAComponent.inConstructor() = false;
eq NTAOptComponent.inConstructor() = false;
eq NTAListComponent.inConstructor() = false;
eq NTATokenComponent.inConstructor() = false;
}
aspect Utils {
......
......@@ -52,6 +52,7 @@ D ::= SingleA:A ListOfA:A* [OptionalA:A] /NTAA:A/ ;
E ::= <T1> <T2:String> <T3:boolean> <T4:int> <T5:float> <T6:double> <T7:long>
/<NT2:String>/ /<NT3:boolean>/ /<NT4:int>/ /<NT5:float>/ /<NT6:double>/ /<NT7:long>/ ;
rel E.NT1 -> A ;
// inheritance and empty
F : A ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment