Uses of Class
com.github.javaparser.quality.Nullable
-
Packages that use Nullable Package Description com.github.javaparser.resolution -
-
Uses of Nullable in com.github.javaparser.resolution
Method parameters in com.github.javaparser.resolution with annotations of type Nullable Modifier and Type Method Description default SymbolReference<ResolvedTypeDeclaration>
Context. solveType(String name, List<ResolvedType> typeArguments)
Method used to solve a name with an expected list of type arguments.default SymbolReference<ResolvedTypeDeclaration>
Context. solveTypeInParentContext(String name, List<ResolvedType> typeArguments)
Solve a name with type arguments in the parent context.
-