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(IClassFile classFile) 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.readType(BinaryTypeDescriptor descriptor, org.eclipse.core.runtime.IProgressMonitor monitor) Reads the given binary type.