Uses of Class
com.github.javaparser.resolution.UnsolvedSymbolException
-
Packages that use UnsolvedSymbolException Package Description com.github.javaparser.resolution -
-
Uses of UnsolvedSymbolException in com.github.javaparser.resolution
Methods in com.github.javaparser.resolution that throw UnsolvedSymbolException Modifier and Type Method Description default ResolvedReferenceTypeDeclaration
TypeSolver. getSolvedJavaLangObject()
default ResolvedReferenceTypeDeclaration
TypeSolver. solveType(java.lang.String name)
Solve the given type.
-