Uses of Interface
org.aspectj.org.eclipse.jdt.internal.compiler.env.IBinaryModule
Packages that use IBinaryModule
Package
Description
-
Uses of IBinaryModule in org.aspectj.org.eclipse.jdt.internal.compiler.classfmt
Classes in org.aspectj.org.eclipse.jdt.internal.compiler.classfmt that implement IBinaryModuleMethods in org.aspectj.org.eclipse.jdt.internal.compiler.classfmt that return IBinaryModuleModifier and TypeMethodDescriptionClassFileReader.getModuleDeclaration()Returns the module declaration that this class file represents. -
Uses of IBinaryModule in org.aspectj.org.eclipse.jdt.internal.core
Methods in org.aspectj.org.eclipse.jdt.internal.core that return IBinaryModuleModifier and TypeMethodDescriptionModularClassFile.getBinaryModuleInfo()Returns theIBinaryModulespecific for this IClassFile, based on its underlying resource, ornullif unable to create the diet class file.Constructors in org.aspectj.org.eclipse.jdt.internal.core with parameters of type IBinaryModuleModifierConstructorDescriptionBinaryModule(JavaElement parent, IBinaryModule info) For creating a populated handle from a class file. -
Uses of IBinaryModule in org.aspectj.org.eclipse.jdt.internal.core.nd.java.model
Methods in org.aspectj.org.eclipse.jdt.internal.core.nd.java.model that return IBinaryModuleModifier and TypeMethodDescriptionstatic IBinaryModuleBinaryModuleFactory.rawReadModule(BinaryModuleDescriptor descriptor, boolean fullyInitialize) static IBinaryModuleBinaryModuleFactory.rawReadModuleTestForExists(BinaryModuleDescriptor descriptor, boolean fullyInitialize, boolean useInvalidArchiveCache) Read the class file from disk, circumventing the index's cache.static IBinaryModuleBinaryModuleFactory.readModule(BinaryModuleDescriptor descriptor, org.eclipse.core.runtime.IProgressMonitor monitor) Reads the given binary module.