aboutsummaryrefslogtreecommitdiffstats
path: root/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/com_github_javaparser_ast_body_Parameter.txt
diff options
context:
space:
mode:
Diffstat (limited to 'javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/com_github_javaparser_ast_body_Parameter.txt')
-rw-r--r--javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/com_github_javaparser_ast_body_Parameter.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/com_github_javaparser_ast_body_Parameter.txt b/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/com_github_javaparser_ast_body_Parameter.txt
new file mode 100644
index 000000000..203748a6f
--- /dev/null
+++ b/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/com_github_javaparser_ast_body_Parameter.txt
@@ -0,0 +1,27 @@
+
+[ Class com.github.javaparser.ast.body.Parameter ]
+ superclass: com.github.javaparser.ast.body.BaseParameter
+ superclass: com.github.javaparser.ast.Node
+ superclass: java.lang.Object
+ interface: java.lang.Cloneable
+ Line 43) id ==> com.github.javaparser.ast.body.VariableDeclaratorId
+ Line 44) setType(type) ==> void
+ Line 48) modifiers ==> int
+ Line 48) id ==> com.github.javaparser.ast.body.VariableDeclaratorId
+ Line 49) setType(type) ==> void
+ Line 53) beginLine ==> int
+ Line 53) beginColumn ==> int
+ Line 53) endLine ==> int
+ Line 53) endColumn ==> int
+ Line 53) modifiers ==> int
+ Line 53) annotations ==> java.util.List<com.github.javaparser.ast.expr.AnnotationExpr>
+ Line 53) id ==> com.github.javaparser.ast.body.VariableDeclaratorId
+ Line 54) setType(type) ==> void
+ Line 55) setVarArgs(isVarArgs) ==> void
+ Line 60) v.visit(this, arg) ==> R
+ Line 65) v.visit(this, arg) ==> void
+ Line 69) type ==> com.github.javaparser.ast.type.Type
+ Line 73) isVarArgs ==> boolean
+ Line 77) this.type = type ==> com.github.javaparser.ast.type.Type
+ Line 78) setAsParentNodeOf(this.type) ==> void
+ Line 82) this.isVarArgs = isVarArgs ==> boolean