|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ocl.examples.codegen.asm5.ASM5JavaAnnotationReader
public class ASM5JavaAnnotationReader
JavaAnnotationReader supports determination of the declared @NonNull, @Nullable state of a method .
| Constructor Summary | |
|---|---|
ASM5JavaAnnotationReader()
Return true for an @NonNull annotation, false for an @Nullable annotation, null otherwise. |
|
| Method Summary | |
|---|---|
java.lang.Boolean |
getIsNonNull(java.lang.reflect.Method method)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ASM5JavaAnnotationReader()
| Method Detail |
|---|
@Nullable
public java.lang.Boolean getIsNonNull(@NonNull
java.lang.reflect.Method method)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||