working on better visualization
Compare changes
- René Schöne authored
- stereotype of NTAs is also hidden, and colors border of nodes now
// --- transform --- (need to be a method, because it alters the AST while traversing the object structure)
@@ -64,21 +65,18 @@ aspect GenerationBackend {
@@ -64,21 +65,18 @@ aspect GenerationBackend {
protected DumpNode DumpAst.transform(TransformationTransferInformation tti, Object obj, Source source)
@@ -91,7 +89,7 @@ aspect GenerationBackend {
@@ -91,7 +89,7 @@ aspect GenerationBackend {
@@ -100,6 +98,7 @@ aspect GenerationBackend {
@@ -100,6 +98,7 @@ aspect GenerationBackend {
@@ -108,11 +107,11 @@ aspect GenerationBackend {
@@ -108,11 +107,11 @@ aspect GenerationBackend {
@@ -125,7 +124,7 @@ aspect GenerationBackend {
@@ -125,7 +124,7 @@ aspect GenerationBackend {
DumpNode targetNode = transform(tti, target, nextSource(source, !isChildEnabled(objClassName, childName)), !getBuildConfig().getExcludeNullNodes());
@@ -142,7 +141,7 @@ aspect GenerationBackend {
@@ -142,7 +141,7 @@ aspect GenerationBackend {
@@ -159,24 +158,26 @@ aspect GenerationBackend {
@@ -159,24 +158,26 @@ aspect GenerationBackend {
DumpNode targetNode = transform(tti, target, nextSource(source, !isChildEnabled(objClassName, childName)), !getBuildConfig().getExcludeNullNodes());
@@ -187,7 +188,7 @@ aspect GenerationBackend {
@@ -187,7 +188,7 @@ aspect GenerationBackend {
@@ -200,7 +201,7 @@ aspect GenerationBackend {
@@ -200,7 +201,7 @@ aspect GenerationBackend {
@@ -212,7 +213,7 @@ aspect GenerationBackend {
@@ -212,7 +213,7 @@ aspect GenerationBackend {
// if so, check isAstNode for first non-null to add DumpReferenceToken's, otherwise DumpValueToken's
@@ -246,11 +247,6 @@ aspect GenerationBackend {
@@ -246,11 +247,6 @@ aspect GenerationBackend {
@@ -565,7 +561,6 @@ aspect GenerationBackend {
@@ -565,7 +561,6 @@ aspect GenerationBackend {