Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
Packages that use ClassFormatException
Package
Description
-
Uses of ClassFormatException in org.aspectj.org.eclipse.jdt.internal.compiler.batch
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.batch that throw ClassFormatExceptionModifier and TypeMethodDescriptionstatic ClassFileReaderClasspathJsr199.readJavaClass(JavaFileObject jfo, String name) -
Uses of ClassFormatException in org.aspectj.org.eclipse.jdt.internal.compiler.classfmt
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.classfmt that throw ClassFormatExceptionModifier and TypeMethodDescriptionstatic ClassFileReaderstatic ClassFileReaderstatic ClassFileReaderstatic ClassFileReaderstatic ClassFileReaderClassFileReader.read(InputStream stream, String fileName) PROVISIONAL: This has been re-introduced not to break Xtext (see https://github.com/eclipse/xtext/issues/3089).static ClassFileReaderstatic ClassFileReaderstatic ClassFileReaderstatic ClassFileReaderstatic ClassFileReaderClassFileReader.readFromJrt(File jrt, IModule module, String filename) static ClassFileReaderClassFileReader.readFromModule(File jrt, String moduleName, String filename, Predicate<String> moduleNameFilter) voidFieldInfo.throwFormatException()voidRecordComponentInfo.throwFormatException()Constructors in org.aspectj.org.eclipse.jdt.internal.compiler.classfmt that throw ClassFormatExceptionModifierConstructorDescriptionClassFileReader(byte[] classFileBytes, char[] fileName) hint: UseClassFileReader(URI, byte[], char[])where an annotation processor might be in the pictureClassFileReader(byte[] classFileBytes, char[] fileName, boolean fullyInitialize) hint: UseClassFileReader(URI, byte[], char[])where an annotation processor might be in the pictureClassFileReader(URI path, byte[] classFileBytes, char[] fileName) -
Uses of ClassFormatException in org.aspectj.org.eclipse.jdt.internal.compiler.util
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.util that throw ClassFormatExceptionModifier and TypeMethodDescriptionJrtFileSystem.getClassfile(String fileName, String module) JrtFileSystem.getClassfile(String fileName, String module, Predicate<String> moduleNameFilter) static ClassFileReaderJRTUtil.getClassfile(File jrt, String fileName, String module) static ClassFileReaderstatic ClassFileReaderJRTUtil.getClassfile(JrtFileSystem system, String fileName, String module, Predicate<String> moduleNameFilter) -
Uses of ClassFormatException in org.aspectj.org.eclipse.jdt.internal.core.nd.java.model
Methods in org.aspectj.org.eclipse.jdt.internal.core.nd.java.model that throw ClassFormatExceptionModifier and TypeMethodDescriptionstatic IBinaryTypeBinaryTypeFactory.create(IOrdinaryClassFile classFile, org.eclipse.core.runtime.IProgressMonitor monitor) static 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 ClassFileReaderBinaryTypeFactory.rawReadType(BinaryTypeDescriptor descriptor, boolean fullyInitialize) static ClassFileReaderBinaryTypeFactory.rawReadTypeTestForExists(BinaryTypeDescriptor 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.static IBinaryTypeBinaryTypeFactory.readType(BinaryTypeDescriptor descriptor, org.eclipse.core.runtime.IProgressMonitor monitor) Reads the given binary type. -
Uses of ClassFormatException in org.aspectj.org.eclipse.jdt.internal.core.util
Methods in org.aspectj.org.eclipse.jdt.internal.core.util that throw ClassFormatExceptionModifier and TypeMethodDescriptionstatic ClassFileReaderUtil.newClassFileReader(org.eclipse.core.resources.IResource resource)