Searched refs:classByName (Results 1 – 8 of 8) sorted by relevance
311 … Optional<ClassOrInterfaceDeclaration> classByName = cu.get().getClassByName(className); in visit() local312 if (classByName.isPresent()){ in visit()313 … return new ReferenceTypeImpl(facade.getTypeDeclaration(classByName.get()), typeSolver); in visit()
199 … Optional<ClassOrInterfaceDeclaration> classByName = cu.get().getClassByName(className); in solve() local200 if (classByName.isPresent()){ in solve()201 return SymbolReference.solved(getTypeDeclaration(classByName.get())); in solve()
304 … Optional<ClassOrInterfaceDeclaration> classByName = cu.get().getClassByName(className); in visit() local305 if (classByName.isPresent()) { in visit()306 … return new ReferenceTypeImpl(facade.getTypeDeclaration(classByName.get()), typeSolver); in visit()
182 … Optional<ClassOrInterfaceDeclaration> classByName = cu.get().getClassByName(className); in solve() local183 if (classByName.isPresent()) { in solve()184 return SymbolReference.solved(getTypeDeclaration(classByName.get())); in solve()
71 Line 200) classByName.isPresent() ==> java.util.Optional.isPresent()72 …Line 201) SymbolReference.solved(getTypeDeclaration(classByName.get())) ==> com.github.javaparser.…73 …Line 201) getTypeDeclaration(classByName.get()) ==> com.github.javaparser.symbolsolver.javaparserm…74 Line 201) classByName.get() ==> java.util.Optional.get()
134 Line 312) classByName.isPresent() ==> java.util.Optional.isPresent()135 …Line 313) facade.getTypeDeclaration(classByName.get()) ==> com.github.javaparser.symbolsolver.java…136 Line 313) classByName.get() ==> java.util.Optional.get()
META-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...