| Package | Description |
|---|---|
| org.eclipse.jdt.internal.compiler.ast |
| Modifier and Type | Method and Description |
|---|---|
static NullAnnotationMatching.CheckMode |
NullAnnotationMatching.CheckMode.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2015. All rights reserved.