org.eclipse.ocl.examples.codegen.asm3
Class ASM3JavaAnnotationReader

java.lang.Object
  extended by org.eclipse.ocl.examples.codegen.asm3.ASM3JavaAnnotationReader

public class ASM3JavaAnnotationReader
extends java.lang.Object

JavaAnnotationReader supports determination of the declared @NonNull, @Nullable state of a method .


Constructor Summary
ASM3JavaAnnotationReader()
          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

ASM3JavaAnnotationReader

public ASM3JavaAnnotationReader()
Return true for an @NonNull annotation, false for an @Nullable annotation, null otherwise.

Method Detail

getIsNonNull

@Nullable
public java.lang.Boolean getIsNonNull(@NonNull
                                               java.lang.reflect.Method method)