Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
Packages that use ClassFileReader
Package
Description
-
Uses of ClassFileReader in org.aspectj.ajdt.internal.core.builder
Constructors in org.aspectj.ajdt.internal.core.builder with parameters of type ClassFileReaderModifierConstructorDescriptionCompactTypeStructureRepresentation(ClassFileReader cfr, boolean isAspect) -
Uses of ClassFileReader in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type ClassFileReader -
Uses of ClassFileReader in org.aspectj.org.eclipse.jdt.internal.compiler.batch
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.batch that return ClassFileReaderModifier and TypeMethodDescriptionstatic ClassFileReaderClasspathJsr199.readJavaClass(JavaFileObject jfo, String name) -
Uses of ClassFileReader in org.aspectj.org.eclipse.jdt.internal.compiler.classfmt
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.classfmt that return ClassFileReaderModifier 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) -
Uses of ClassFileReader in org.aspectj.org.eclipse.jdt.internal.compiler.tool
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.tool that return ClassFileReader -
Uses of ClassFileReader in org.aspectj.org.eclipse.jdt.internal.compiler.util
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.util that return ClassFileReaderModifier 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 ClassFileReader in org.aspectj.org.eclipse.jdt.internal.core
Methods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type ClassFileReader -
Uses of ClassFileReader 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 ClassFileReaderModifier and TypeMethodDescriptionstatic 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. -
Uses of ClassFileReader in org.aspectj.org.eclipse.jdt.internal.core.util
Methods in org.aspectj.org.eclipse.jdt.internal.core.util that return ClassFileReaderModifier and TypeMethodDescriptionstatic ClassFileReaderUtil.newClassFileReader(org.eclipse.core.resources.IResource resource)