Searched refs:toBoxedType (Results 1 – 6 of 6) sorted by relevance
46 public ClassOrInterfaceType toBoxedType() { in toBoxedType() method in PrimitiveType.Primitive89 public ClassOrInterfaceType toBoxedType() { in toBoxedType() method in PrimitiveType90 return type.toBoxedType(); in toBoxedType()
66 public ClassOrInterfaceType toBoxedType() { in toBoxedType() method in PrimitiveType.Primitive108 public ClassOrInterfaceType toBoxedType() { in toBoxedType() method in PrimitiveType109 return type.toBoxedType(); in toBoxedType()
6 …Line 109) type.toBoxedType() ==> com.github.javaparser.ast.type.PrimitiveType.Primitive.toBoxedTyp…
100 public ClassOrInterfaceType toBoxedType() { in toBoxedType() method in PrimitiveType.Primitive164 public ClassOrInterfaceType toBoxedType() { in toBoxedType() method in PrimitiveType165 return type.toBoxedType(); in toBoxedType()
112 areCompatibleThroughWideningReferenceConversion(toBoxedType(s.asPrimitive()), t)) { in isCompatibleInALooseInvocationContext()147 private static ResolvedType toBoxedType(ResolvedPrimitiveType primitiveType) { in toBoxedType() method in TypeHelper
22 Line 90) type.toBoxedType() ==> com.github.javaparser.ast.type.ClassOrInterfaceType