aboutsummaryrefslogtreecommitdiff
path: root/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/com_github_javaparser_ast_stmt_WhileStmt.txt
diff options
context:
space:
mode:
Diffstat (limited to 'javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/com_github_javaparser_ast_stmt_WhileStmt.txt')
-rw-r--r--javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/com_github_javaparser_ast_stmt_WhileStmt.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/com_github_javaparser_ast_stmt_WhileStmt.txt b/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/com_github_javaparser_ast_stmt_WhileStmt.txt
new file mode 100644
index 000000000..0444034ce
--- /dev/null
+++ b/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/com_github_javaparser_ast_stmt_WhileStmt.txt
@@ -0,0 +1,22 @@
+
+[ Class com.github.javaparser.ast.stmt.WhileStmt ]
+ superclass: com.github.javaparser.ast.stmt.Statement
+ superclass: com.github.javaparser.ast.Node
+ superclass: java.lang.Object
+ interface: java.lang.Cloneable
+ Line 41) setCondition(condition) ==> void
+ Line 42) setBody(body) ==> void
+ Line 47) beginLine ==> int
+ Line 47) beginColumn ==> int
+ Line 47) endLine ==> int
+ Line 47) endColumn ==> int
+ Line 48) setCondition(condition) ==> void
+ Line 49) setBody(body) ==> void
+ Line 53) v.visit(this, arg) ==> R
+ Line 57) v.visit(this, arg) ==> void
+ Line 61) body ==> com.github.javaparser.ast.stmt.Statement
+ Line 65) condition ==> com.github.javaparser.ast.expr.Expression
+ Line 69) this.body = body ==> com.github.javaparser.ast.stmt.Statement
+ Line 70) setAsParentNodeOf(this.body) ==> void
+ Line 74) this.condition = condition ==> com.github.javaparser.ast.expr.Expression
+ Line 75) setAsParentNodeOf(this.condition) ==> void