Uses of Class
org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching.CheckMode

Packages that use NullAnnotationMatching.CheckMode
org.eclipse.jdt.internal.compiler.ast   
 

Uses of NullAnnotationMatching.CheckMode in org.eclipse.jdt.internal.compiler.ast
 

Methods in org.eclipse.jdt.internal.compiler.ast that return NullAnnotationMatching.CheckMode
static NullAnnotationMatching.CheckMode NullAnnotationMatching.CheckMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NullAnnotationMatching.CheckMode[] NullAnnotationMatching.CheckMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.jdt.internal.compiler.ast with parameters of type NullAnnotationMatching.CheckMode
static NullAnnotationMatching NullAnnotationMatching.analyse(TypeBinding requiredType, TypeBinding providedType, TypeBinding providedSubstitute, int nullStatus, NullAnnotationMatching.CheckMode mode)
          Find any mismatches between the two given types, which are caused by null type annotations.