Java: Override toString() for statements

Additionally remove redundant QLDoc which is inherited anyways.
This commit is contained in:
Marcono1234
2021-04-27 18:54:52 +02:00
parent ffad65be40
commit 7e778bc008
72 changed files with 2935 additions and 2939 deletions

View File

@@ -10,10 +10,10 @@ Test.java:
# 6| 1: [Javadoc] /** A JavaDoc comment with a single line. */
# 6| 0: [JavadocText] A JavaDoc comment with a single line.
# 7| 3: [TypeAccess] void
# 7| 5: [BlockStmt] stmt
# 7| 5: [BlockStmt] { ... }
# 21| 3: [Method] test
# 21| 3: [TypeAccess] void
# 21| 5: [BlockStmt] stmt
# 21| 5: [BlockStmt] { ... }
TestWindows.java:
# 0| [CompilationUnit] TestWindows
# 5| 1: [Class] TestWindows
@@ -26,7 +26,7 @@ TestWindows.java:
# 6| 1: [Javadoc] /** A JavaDoc comment with a single line. */
# 6| 0: [JavadocText] A JavaDoc comment with a single line.
# 7| 3: [TypeAccess] void
# 7| 5: [BlockStmt] stmt
# 7| 5: [BlockStmt] { ... }
# 21| 3: [Method] test
# 21| 3: [TypeAccess] void
# 21| 5: [BlockStmt] stmt
# 21| 5: [BlockStmt] { ... }