Searched refs:hasContentType (Results 1 – 6 of 6) sorted by relevance
99 assertFalse(baseType.hasContentType()); in testSimpleClass()133 assertTrue(arrayT.hasContentType()); in testArrayType()154 assertTrue(mapT.hasContentType()); in testMapType()251 assertTrue(t.hasContentType()); in testAnchorTypeForRefTypes()280 assertTrue(t.hasContentType()); in testConstructReferenceType()
245 public boolean hasContentType() { in hasContentType() method in JavaType
206 public boolean hasContentType() { in hasContentType() method in ReferenceType
246 public boolean hasContentType() { return false; } in hasContentType() method in SimpleType
2186 if (type.hasContentType()) { // that is, is either container- or reference-type in resolveMemberAndTypeAnnotations()
916 #1204: Add a convenience accessor `JavaType.hasContentType()` (true for container or reference type)