org.eclipse.ocl.examples.codegen.asm5
Class ASM5JavaAnnotationReader

java.lang.Object
  extended by org.eclipse.ocl.examples.codegen.asm5.ASM5JavaAnnotationReader

public class ASM5JavaAnnotationReader
extends java.lang.Object

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

ASM5JavaAnnotationReader

public ASM5JavaAnnotationReader()
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)