Uses of Class
org.aspectj.org.eclipse.jdt.internal.core.nd.java.model.BinaryTypeDescriptor
Packages that use BinaryTypeDescriptor
-
Uses of BinaryTypeDescriptor 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 BinaryTypeDescriptorModifier and TypeMethodDescriptionstatic BinaryTypeDescriptorBinaryTypeFactory.createDescriptor(IOrdinaryClassFile classFile)static BinaryTypeDescriptorBinaryTypeFactory.createDescriptor(IType type)Methods in org.aspectj.org.eclipse.jdt.internal.core.nd.java.model with parameters of type BinaryTypeDescriptorModifier 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.static IBinaryTypeBinaryTypeFactory.readFromIndex(JavaIndex index, BinaryTypeDescriptor descriptor, org.eclipse.core.runtime.IProgressMonitor monitor)Tries to read the given IBinaryType from the index.static IBinaryTypeBinaryTypeFactory.readType(BinaryTypeDescriptor descriptor, org.eclipse.core.runtime.IProgressMonitor monitor)Reads the given binary type.