Uses of Interface
org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation

Packages that use IBinaryAnnotation
org.eclipse.jdt.internal.compiler.classfmt   
org.eclipse.jdt.internal.compiler.env   
org.eclipse.jdt.internal.compiler.lookup   
org.eclipse.jdt.internal.core.hierarchy   
org.eclipse.jdt.internal.eval   
 

Uses of IBinaryAnnotation in org.eclipse.jdt.internal.compiler.classfmt
 

Classes in org.eclipse.jdt.internal.compiler.classfmt that implement IBinaryAnnotation
 class AnnotationInfo
           
 

Methods in org.eclipse.jdt.internal.compiler.classfmt that return IBinaryAnnotation
 IBinaryAnnotation[] MethodInfoWithAnnotations.getAnnotations()
           
 IBinaryAnnotation[] MethodInfo.getAnnotations()
           
 IBinaryAnnotation[] FieldInfoWithAnnotation.getAnnotations()
           
 IBinaryAnnotation[] FieldInfo.getAnnotations()
           
 IBinaryAnnotation[] ClassFileReader.getAnnotations()
           
 IBinaryAnnotation[] AnnotationMethodInfoWithAnnotations.getAnnotations()
           
 IBinaryAnnotation[] MethodInfo.getParameterAnnotations(int index)
           
 

Uses of IBinaryAnnotation in org.eclipse.jdt.internal.compiler.env
 

Methods in org.eclipse.jdt.internal.compiler.env that return IBinaryAnnotation
 IBinaryAnnotation[] IBinaryType.getAnnotations()
          Answer the runtime visible and invisible annotations for this type or null if none.
 IBinaryAnnotation[] IBinaryMethod.getAnnotations()
          Answer the runtime visible and invisible annotations for this method or null if none.
 IBinaryAnnotation[] IBinaryField.getAnnotations()
          Answer the runtime visible and invisible annotations for this field or null if none.
 IBinaryAnnotation[] IBinaryMethod.getParameterAnnotations(int index)
          Answer the annotations on the indexth parameter or null if none
 

Uses of IBinaryAnnotation in org.eclipse.jdt.internal.compiler.lookup
 

Methods in org.eclipse.jdt.internal.compiler.lookup with parameters of type IBinaryAnnotation
static AnnotationBinding[] BinaryTypeBinding.createAnnotations(IBinaryAnnotation[] annotationInfos, LookupEnvironment env, char[][][] missingTypeNames)
           
 

Uses of IBinaryAnnotation in org.eclipse.jdt.internal.core.hierarchy
 

Methods in org.eclipse.jdt.internal.core.hierarchy that return IBinaryAnnotation
 IBinaryAnnotation[] HierarchyBinaryType.getAnnotations()
           
 

Uses of IBinaryAnnotation in org.eclipse.jdt.internal.eval
 

Methods in org.eclipse.jdt.internal.eval that return IBinaryAnnotation
 IBinaryAnnotation[] CodeSnippetSkeleton.getAnnotations()
           
 IBinaryAnnotation[] CodeSnippetSkeleton.BinaryMethodSkeleton.getAnnotations()
           
 IBinaryAnnotation[] CodeSnippetSkeleton.BinaryMethodSkeleton.getParameterAnnotations(int index)