aboutsummaryrefslogtreecommitdiffstats
path: root/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/com_github_javaparser_ast_type_PrimitiveType.txt
diff options
context:
space:
mode:
Diffstat (limited to 'javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/com_github_javaparser_ast_type_PrimitiveType.txt')
-rw-r--r--javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/com_github_javaparser_ast_type_PrimitiveType.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/com_github_javaparser_ast_type_PrimitiveType.txt b/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/com_github_javaparser_ast_type_PrimitiveType.txt
new file mode 100644
index 000000000..3d89a9915
--- /dev/null
+++ b/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/com_github_javaparser_ast_type_PrimitiveType.txt
@@ -0,0 +1,23 @@
+
+[ Class com.github.javaparser.ast.type.PrimitiveType ]
+ superclass: com.github.javaparser.ast.type.Type
+ superclass: com.github.javaparser.ast.Node
+ superclass: java.lang.Object
+ interface: java.lang.Cloneable
+ Line 47) new ClassOrInterfaceType(nameOfBoxedType) ==> com.github.javaparser.ast.type.ClassOrInterfaceType
+ Line 51) this.nameOfBoxedType = nameOfBoxedType ==> java.lang.String
+ Line 55) new HashMap<String, Primitive>() ==> java.util.HashMap<java.lang.String, com.github.javaparser.ast.type.PrimitiveType.Primitive>
+ Line 57) Primitive unboxedType ==> com.github.javaparser.ast.type.PrimitiveType.Primitive
+ Line 57) Primitive.values() ==> com.github.javaparser.ast.type.PrimitiveType.Primitive[]
+ Line 58) unboxMap.put(unboxedType.nameOfBoxedType, unboxedType) ==> com.github.javaparser.ast.type.PrimitiveType.Primitive
+ Line 68) this.type = type ==> com.github.javaparser.ast.type.PrimitiveType.Primitive
+ Line 73) beginLine ==> int
+ Line 73) beginColumn ==> int
+ Line 73) endLine ==> int
+ Line 73) endColumn ==> int
+ Line 74) this.type = type ==> com.github.javaparser.ast.type.PrimitiveType.Primitive
+ Line 78) v.visit(this, arg) ==> R
+ Line 82) v.visit(this, arg) ==> void
+ Line 86) type ==> com.github.javaparser.ast.type.PrimitiveType.Primitive
+ Line 90) type.toBoxedType() ==> com.github.javaparser.ast.type.ClassOrInterfaceType
+ Line 94) this.type = type ==> com.github.javaparser.ast.type.PrimitiveType.Primitive