Uses of Interface
org.eclipse.jdt.core.util.ISourceAttribute

Packages that use ISourceAttribute
org.eclipse.jdt.core.util   
org.eclipse.jdt.internal.core.util   
 

Uses of ISourceAttribute in org.eclipse.jdt.core.util
 

Methods in org.eclipse.jdt.core.util that return ISourceAttribute
 ISourceAttribute IClassFileReader.getSourceFileAttribute()
          Answer the source file attribute, if it exists, null otherwise.
 

Uses of ISourceAttribute in org.eclipse.jdt.internal.core.util
 

Classes in org.eclipse.jdt.internal.core.util that implement ISourceAttribute
 class SourceFileAttribute
          Default implementation of ISourceAttribute
 

Methods in org.eclipse.jdt.internal.core.util that return ISourceAttribute
 ISourceAttribute ClassFileReader.getSourceFileAttribute()