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.classfmt
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.classfmt that throw ClassFormatExceptionModifier and TypeMethodDescriptionstatic ClassFileReaderstatic ClassFileReaderstatic ClassFileReaderClassFileReader.read(InputStream stream, String fileName) static ClassFileReaderClassFileReader.read(InputStream stream, String fileName, boolean fullyInitialize) 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 TypeMethodDescriptionstatic ClassFileReaderJRTUtil.getClassfile(File jrt, String fileName, String module) static ClassFileReader -
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)