|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<NullAnnotationMatching.CheckMode>
org.aspectj.org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching.CheckMode
public static enum NullAnnotationMatching.CheckMode
| Enum Constant Summary | |
|---|---|
BOUND_CHECK
in this mode we check compatibility of a type argument against the corresponding type parameter. |
|
COMPATIBLE
in this mode we check normal assignment compatibility. |
|
OVERRIDE
in this mode we do not tolerate incompatibly missing annotations on type parameters (for overriding analysis) |
|
| Method Summary | |
|---|---|
static NullAnnotationMatching.CheckMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static NullAnnotationMatching.CheckMode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final NullAnnotationMatching.CheckMode COMPATIBLE
public static final NullAnnotationMatching.CheckMode OVERRIDE
public static final NullAnnotationMatching.CheckMode BOUND_CHECK
| Method Detail |
|---|
public static NullAnnotationMatching.CheckMode[] values()
for (NullAnnotationMatching.CheckMode c : NullAnnotationMatching.CheckMode.values()) System.out.println(c);
public static NullAnnotationMatching.CheckMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||