Closed jakobbraun closed 3 years ago
The combining of BooleanExpressionRenderer
and ValueExpressionRenderer
has the advantage that for complex structures still only one visitor instance is needed. That saves memmory in runtime.
I removed the TreeNode
structure since it was not used consequently and could easily be replaced by a few logic in the ValueExpressionRenderer
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities (and 0 Security Hotspots to review)
0 Code Smells
Closes #95 Closes #100