Uses of Enum Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching.CheckMode
Packages that use NullAnnotationMatching.CheckMode
-
Uses of NullAnnotationMatching.CheckMode in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Subclasses with type arguments of type NullAnnotationMatching.CheckMode in org.aspectj.org.eclipse.jdt.internal.compiler.astMethods in org.aspectj.org.eclipse.jdt.internal.compiler.ast that return NullAnnotationMatching.CheckModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static NullAnnotationMatching.CheckMode[]NullAnnotationMatching.CheckMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.aspectj.org.eclipse.jdt.internal.compiler.ast with parameters of type NullAnnotationMatching.CheckModeModifier and TypeMethodDescriptionstatic NullAnnotationMatchingNullAnnotationMatching.analyse(TypeBinding requiredType, TypeBinding providedType, TypeBinding providedSubstitute, Substitution substitution, int nullStatus, Expression providedExpression, NullAnnotationMatching.CheckMode mode) Find any mismatches between the two given types, which are caused by null type annotations.