Uses of Class
org.aspectj.org.eclipse.jdt.internal.core.ClassFile
Packages that use ClassFile
Package
Description
-
Uses of ClassFile in org.aspectj.org.eclipse.jdt.internal.core
Methods in org.aspectj.org.eclipse.jdt.internal.core that return ClassFileMethods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type ClassFileModifier and TypeMethodDescriptionstatic voidExternalAnnotationTracker.registerClassFile(org.eclipse.core.runtime.IPath annotationBase, org.eclipse.core.runtime.IPath relativeAnnotationPath, ClassFile classFile) Register a ClassFile, to which the annotation attachment 'annotationBase' applies. -
Uses of ClassFile in org.aspectj.org.eclipse.jdt.internal.core.search.matching
Methods in org.aspectj.org.eclipse.jdt.internal.core.search.matching with parameters of type ClassFileModifier and TypeMethodDescriptionprotected IBinaryTypeMatchLocator.getBinaryInfo(ClassFile classFile, org.eclipse.core.resources.IResource resource) voidClassFileMatchLocator.locateMatches(MatchLocator locator, ClassFile classFile, IBinaryType info) Locate declaration in the current class file.