Uses of Interface
org.eclipse.jdt.core.IAnnotatable

Packages that use IAnnotatable
org.eclipse.jdt.core The Java model is the set of classes that model the objects associated with creating, editing, and building a Java program. 
org.eclipse.jdt.internal.codeassist.impl   
org.eclipse.jdt.internal.core   
 

Uses of IAnnotatable in org.eclipse.jdt.core
 

Subinterfaces of IAnnotatable in org.eclipse.jdt.core
 interface IField
          Represents a field declared in a type.
 interface ILocalVariable
          Represents a local variable declared in a method or an initializer.
 interface IMethod
          Represents a method (or constructor) declared in a type.
 interface IPackageDeclaration
          Represents a package declaration in Java compilation unit.
 interface IType
          Represents either a source type in a compilation unit (either a top-level type, a member type, a local type or an anonymous type) or a binary type in a class file.
 

Uses of IAnnotatable in org.eclipse.jdt.internal.codeassist.impl
 

Classes in org.eclipse.jdt.internal.codeassist.impl that implement IAnnotatable
 class AssistPackageDeclaration
           
 class AssistSourceField
           
 class AssistSourceMethod
           
 class AssistSourceType
           
 

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

Classes in org.eclipse.jdt.internal.core that implement IAnnotatable
 class BinaryType
          Parent is an IClassFile.
 class LocalVariable
           
 class PackageDeclaration
           
 class ResolvedBinaryField
          Handle representing a binary field that is resolved.
 class ResolvedBinaryMethod
          Handle representing a binary method that is resolved.
 class ResolvedBinaryType
          Handle representing a binary type that is resolved.
 class ResolvedSourceField
          Handle representing a source field that is resolved.
 class ResolvedSourceMethod
          Handle representing a source method that is resolved.
 class ResolvedSourceType
          Handle representing a source type that is resolved.
 class SourceField
           
 class SourceMethod
           
 class SourceType
          Handle for a source type.