Searched refs:shouldCheckForNull (Results 1 – 3 of 3) sorted by relevance
69 return binding.shouldCheckForNull(compilerOptions) in maybeCheckForNull()
210 || binding.shouldCheckForNull(compilerOptions) in requiresInjectionMethod()430 return binding.shouldCheckForNull(compilerOptions) ? CHECK_FOR_NULL : IGNORE; in get()
93 public boolean shouldCheckForNull(CompilerOptions compilerOptions) { in shouldCheckForNull() method in ProvisionBinding