Uses of Package
org.eclipse.jpt.core.utility.jdt

Packages that use org.eclipse.jpt.core.utility.jdt
org.eclipse.jpt.core   
org.eclipse.jpt.core.resource.java   
org.eclipse.jpt.core.utility.jdt   
 

Classes in org.eclipse.jpt.core.utility.jdt used by org.eclipse.jpt.core
Attribute
          Attributes are either represented by fields ('foo') or properties/method pairs ('getFoo()'/'setFoo()').
Type
          Type: just some covariant overrides.
 

Classes in org.eclipse.jpt.core.utility.jdt used by org.eclipse.jpt.core.resource.java
AnnotationEditFormatter
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
Member
          Dali manipulates annotations on members (types, fields, and methods).
 

Classes in org.eclipse.jpt.core.utility.jdt used by org.eclipse.jpt.core.utility.jdt
AnnotationAdapter
          Adapt a Java annotation with a simple-to-use interface.
Attribute
          Attributes are either represented by fields ('foo') or properties/method pairs ('getFoo()'/'setFoo()').
DeclarationAnnotationAdapter
          Provide clients with a pluggable way to manipulate an annotation modifying a "declaration".
Member
          Dali manipulates annotations on members (types, fields, and methods).
Member.Editor
          This interface defines a callback that is invoked when the member's compilation unit/AST is in a state to be manipulated.
ModifiedDeclaration
          Define a wrapper that provides a common protocol for all the various AST declarations that have modifiers (i.e.