Uses of Class
com.github.javaparser.quality.Nullable
-
Packages that use Nullable Package Description com.github.javaparser.resolution com.github.javaparser.resolution.model -
-
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(java.lang.String name, java.util.List<ResolvedType> typeArguments)
Method used to solve a name with an expected list of type arguments.default SymbolReference<ResolvedTypeDeclaration>
Context. solveTypeInParentContext(java.lang.String name, java.util.List<ResolvedType> typeArguments)
Solve a name with type arguments in the parent context. -
Uses of Nullable in com.github.javaparser.resolution.model
Constructor parameters in com.github.javaparser.resolution.model with annotations of type Nullable Constructor Description SymbolReference(S correspondingDeclaration)
-