Verwendungen von Schnittstelle
org.aspectj.org.eclipse.jdt.internal.compiler.env.IBinaryModule
Packages, die IBinaryModule verwenden
Package
Beschreibung
-
Verwendungen von IBinaryModule in org.aspectj.org.eclipse.jdt.internal.compiler.classfmt
Klassen in org.aspectj.org.eclipse.jdt.internal.compiler.classfmt, die IBinaryModule implementierenMethoden in org.aspectj.org.eclipse.jdt.internal.compiler.classfmt, die IBinaryModule zurückgebenModifizierer und TypMethodeBeschreibungClassFileReader.getModuleDeclaration()Returns the module declaration that this class file represents. -
Verwendungen von IBinaryModule in org.aspectj.org.eclipse.jdt.internal.core
Methoden in org.aspectj.org.eclipse.jdt.internal.core, die IBinaryModule zurückgebenModifizierer und TypMethodeBeschreibungModularClassFile.getBinaryModuleInfo()Returns theIBinaryModulespecific for this IClassFile, based on its underlying resource, ornullif unable to create the diet class file.Konstruktoren in org.aspectj.org.eclipse.jdt.internal.core mit Parametern vom Typ IBinaryModuleModifiziererKonstruktorBeschreibungBinaryModule(JavaElement parent, IBinaryModule info) For creating a populated handle from a class file. -
Verwendungen von IBinaryModule in org.aspectj.org.eclipse.jdt.internal.core.nd.java.model
Methoden in org.aspectj.org.eclipse.jdt.internal.core.nd.java.model, die IBinaryModule zurückgebenModifizierer und TypMethodeBeschreibungstatic 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.