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.classfmt
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.classfmt that return ClassFileReaderModifier 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) -
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 TypeMethodDescriptionstatic ClassFileReaderJRTUtil.getClassfile(File jrt, String fileName, String module) static ClassFileReader -
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)