Uses of Class
org.eclipse.jdt.internal.core.AnnotatableInfo

Packages that use AnnotatableInfo
org.eclipse.jdt.internal.codeassist   
org.eclipse.jdt.internal.core   
 

Uses of AnnotatableInfo in org.eclipse.jdt.internal.codeassist
 

Methods in org.eclipse.jdt.internal.codeassist with parameters of type AnnotatableInfo
protected  IAnnotation CompletionUnitStructureRequestor.acceptAnnotation(Annotation annotation, AnnotatableInfo parentInfo, JavaElement parentHandle)
           
 

Uses of AnnotatableInfo in org.eclipse.jdt.internal.core
 

Subclasses of AnnotatableInfo in org.eclipse.jdt.internal.core
 class SourceAnnotationMethodInfo
           
 class SourceConstructorInfo
           
 class SourceConstructorWithChildrenInfo
           
 class SourceFieldElementInfo
          Element info for IField elements.
 class SourceFieldWithChildrenInfo
           
 class SourceMethodElementInfo
          Element info for IMethod elements.
 class SourceMethodInfo
           
 class SourceMethodWithChildrenInfo
           
 class SourceTypeElementInfo
          Element info for an IType element that originated from source.
 

Methods in org.eclipse.jdt.internal.core with parameters of type AnnotatableInfo
protected  IAnnotation CompilationUnitStructureRequestor.acceptAnnotation(Annotation annotation, AnnotatableInfo parentInfo, JavaElement parentHandle)