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   
org.eclipse.jdt.internal.core.hierarchy   
org.eclipse.jdt.internal.core.util   
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[] MethodInfo.getAnnotations()
           
 IBinaryAnnotation[] FieldInfo.getAnnotations()
           
 IBinaryAnnotation[] ClassFileReader.getAnnotations()
           
 IBinaryAnnotation[] MethodInfoWithAnnotations.getAnnotations()
           
 IBinaryAnnotation[] AnnotationMethodInfoWithAnnotations.getAnnotations()
           
 IBinaryAnnotation[] FieldInfoWithAnnotation.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[] IBinaryField.getAnnotations()
          Answer the runtime visible and invisible annotations for this field or null if none.
 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[] 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
 

Methods in org.eclipse.jdt.internal.core with parameters of type IBinaryAnnotation
protected  IAnnotation[] BinaryMember.getAnnotations(IBinaryAnnotation[] binaryAnnotations, long tagBits)
           
 

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.core.util
 

Methods in org.eclipse.jdt.internal.core.util with parameters of type IBinaryAnnotation
static IAnnotation Util.getAnnotation(JavaElement parent, IBinaryAnnotation binaryAnnotation, java.lang.String memberValuePairName)
           
 

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)