Searched refs:getAllSuperClasses (Results 1 – 12 of 12) sorted by relevance
240 …leSet.of("com.github.javaparser.ast.Node", "java.lang.Object"), cu.getAllSuperClasses().stream().m… in testGetAllSuperclasses()270 …leSet.of("com.github.javaparser.ast.Node", "java.lang.Object"), cu.getAllSuperClasses().stream().m… in testGetAllSuperclassesWithoutTypeParameters()276 assertEquals(3, constructorDeclaration.getAllSuperClasses().size()); in testGetAllSuperclassesWithTypeParameters()277 …assertTrue(constructorDeclaration.getAllSuperClasses().stream().anyMatch(s -> s.getQualifiedName()… in testGetAllSuperclassesWithTypeParameters()278 …assertTrue(constructorDeclaration.getAllSuperClasses().stream().anyMatch(s -> s.getQualifiedName()… in testGetAllSuperclassesWithTypeParameters()279 …assertTrue(constructorDeclaration.getAllSuperClasses().stream().anyMatch(s -> s.getQualifiedName()… in testGetAllSuperclassesWithTypeParameters()283 ancestor = constructorDeclaration.getAllSuperClasses().get(0); in testGetAllSuperclassesWithTypeParameters()287 ancestor = constructorDeclaration.getAllSuperClasses().get(1); in testGetAllSuperclassesWithTypeParameters()290 ancestor = constructorDeclaration.getAllSuperClasses().get(2); in testGetAllSuperclassesWithTypeParameters()
243 …arraylist.getAllSuperClasses().stream().map(i -> i.getQualifiedName()).collect(Collectors.toSet())… in testGetAllSuperclasses()246 … string.getAllSuperClasses().stream().map(i -> i.getQualifiedName()).collect(Collectors.toSet())); in testGetAllSuperclasses()333 …leSet.of("com.github.javaparser.ast.Node", "java.lang.Object"), cu.getAllSuperClasses().stream().m… in testGetAllSuperclassesWithoutTypeParameters()339 assertEquals(4, constructorDeclaration.getAllSuperClasses().size()); in testGetAllSuperclassesWithTypeParameters()340 …assertEquals(true, constructorDeclaration.getAllSuperClasses().stream().anyMatch(s -> s.getQualifi… in testGetAllSuperclassesWithTypeParameters()341 …assertEquals(true, constructorDeclaration.getAllSuperClasses().stream().anyMatch(s -> s.getQualifi… in testGetAllSuperclassesWithTypeParameters()342 …assertEquals(true, constructorDeclaration.getAllSuperClasses().stream().anyMatch(s -> s.getQualifi… in testGetAllSuperclassesWithTypeParameters()343 …assertEquals(true, constructorDeclaration.getAllSuperClasses().stream().anyMatch(s -> s.getQualifi… in testGetAllSuperclassesWithTypeParameters()347 ancestor = constructorDeclaration.getAllSuperClasses().get(0); in testGetAllSuperclassesWithTypeParameters()351 ancestor = constructorDeclaration.getAllSuperClasses().get(1); in testGetAllSuperclassesWithTypeParameters()[all …]
184 …leSet.of("com.github.javaparser.ast.Node", "java.lang.Object"), cu.getAllSuperClasses().stream().m… in testGetAllSuperclassesWithoutTypeParameters()190 assertEquals(3, constructorDeclaration.getAllSuperClasses().size()); in testGetAllSuperclassesWithTypeParameters()191 …assertTrue(constructorDeclaration.getAllSuperClasses().stream().anyMatch(s -> s.getQualifiedName()… in testGetAllSuperclassesWithTypeParameters()192 …assertTrue(constructorDeclaration.getAllSuperClasses().stream().anyMatch(s -> s.getQualifiedName()… in testGetAllSuperclassesWithTypeParameters()193 …assertTrue(constructorDeclaration.getAllSuperClasses().stream().anyMatch(s -> s.getQualifiedName()… in testGetAllSuperclassesWithTypeParameters()197 ancestor = constructorDeclaration.getAllSuperClasses().get(0); in testGetAllSuperclassesWithTypeParameters()201 ancestor = constructorDeclaration.getAllSuperClasses().get(1); in testGetAllSuperclassesWithTypeParameters()204 ancestor = constructorDeclaration.getAllSuperClasses().get(2); in testGetAllSuperclassesWithTypeParameters()
169 …leSet.of("com.github.javaparser.ast.Node", "java.lang.Object"), cu.getAllSuperClasses().stream().m… in testGetAllSuperclassesWithoutTypeParameters()192 assertEquals(3, constructorDeclaration.getAllSuperClasses().size()); in testGetAllSuperclassesWithTypeParameters()196 ancestor = constructorDeclaration.getAllSuperClasses().get(0); in testGetAllSuperclassesWithTypeParameters()200 ancestor = constructorDeclaration.getAllSuperClasses().get(1); in testGetAllSuperclassesWithTypeParameters()203 ancestor = constructorDeclaration.getAllSuperClasses().get(2); in testGetAllSuperclassesWithTypeParameters()
184 …leSet.of("com.github.javaparser.ast.Node", "java.lang.Object"), cu.getAllSuperClasses().stream().m… in testGetAllSuperclassesWithoutTypeParameters()190 assertEquals(3, constructorDeclaration.getAllSuperClasses().size()); in testGetAllSuperclassesWithTypeParameters()194 ancestor = constructorDeclaration.getAllSuperClasses().get(0); in testGetAllSuperclassesWithTypeParameters()198 ancestor = constructorDeclaration.getAllSuperClasses().get(1); in testGetAllSuperclassesWithTypeParameters()201 ancestor = constructorDeclaration.getAllSuperClasses().get(2); in testGetAllSuperclassesWithTypeParameters()
58 List<ReferenceType> getAllSuperClasses(); in getAllSuperClasses() method
68 List<ResolvedReferenceType> getAllSuperClasses(); in getAllSuperClasses() method
43 public final List<ResolvedReferenceType> getAllSuperClasses() { in getAllSuperClasses() method in AbstractClassDeclaration
43 public final List<ReferenceType> getAllSuperClasses() { in getAllSuperClasses() method in AbstractClassDeclaration
6 …laration.asClass().getAllSuperClasses() ==> com.github.javaparser.symbolsolver.model.declarations.…
103 for (ReferenceType sc : typeDeclaration.asClass().getAllSuperClasses()) { in solveTypeDecl()
106 for (ResolvedReferenceType sc : typeDeclaration.asClass().getAllSuperClasses()) { in solveTypeDecl()