aboutsummaryrefslogtreecommitdiff
path: root/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/com_github_javaparser_ast_stmt_ExplicitConstructorInvocationStmt.txt
diff options
context:
space:
mode:
Diffstat (limited to 'javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/com_github_javaparser_ast_stmt_ExplicitConstructorInvocationStmt.txt')
-rw-r--r--javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/com_github_javaparser_ast_stmt_ExplicitConstructorInvocationStmt.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/com_github_javaparser_ast_stmt_ExplicitConstructorInvocationStmt.txt b/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/com_github_javaparser_ast_stmt_ExplicitConstructorInvocationStmt.txt
new file mode 100644
index 000000000..18a057877
--- /dev/null
+++ b/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/com_github_javaparser_ast_stmt_ExplicitConstructorInvocationStmt.txt
@@ -0,0 +1,30 @@
+
+[ Class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt ]
+ superclass: com.github.javaparser.ast.stmt.Statement
+ superclass: com.github.javaparser.ast.Node
+ superclass: java.lang.Object
+ interface: java.lang.Cloneable
+ Line 49) setThis(isThis) ==> void
+ Line 50) setExpr(expr) ==> void
+ Line 51) setArgs(args) ==> void
+ Line 58) beginLine ==> int
+ Line 58) beginColumn ==> int
+ Line 58) endLine ==> int
+ Line 58) endColumn ==> int
+ Line 59) setTypeArgs(typeArgs) ==> void
+ Line 60) setThis(isThis) ==> void
+ Line 61) setExpr(expr) ==> void
+ Line 62) setArgs(args) ==> void
+ Line 67) v.visit(this, arg) ==> R
+ Line 72) v.visit(this, arg) ==> void
+ Line 76) args ==> java.util.List<com.github.javaparser.ast.expr.Expression>
+ Line 80) expr ==> com.github.javaparser.ast.expr.Expression
+ Line 84) typeArgs ==> java.util.List<com.github.javaparser.ast.type.Type>
+ Line 88) isThis ==> boolean
+ Line 92) this.args = args ==> java.util.List<com.github.javaparser.ast.expr.Expression>
+ Line 93) setAsParentNodeOf(this.args) ==> void
+ Line 97) this.expr = expr ==> com.github.javaparser.ast.expr.Expression
+ Line 98) setAsParentNodeOf(this.expr) ==> void
+ Line 102) this.isThis = isThis ==> boolean
+ Line 106) this.typeArgs = typeArgs ==> java.util.List<com.github.javaparser.ast.type.Type>
+ Line 107) setAsParentNodeOf(this.typeArgs) ==> void