Uses of Class
org.aspectj.org.eclipse.jdt.internal.core.nd.java.NdType
Packages that use NdType
Package
Description
-
Uses of NdType in org.aspectj.org.eclipse.jdt.internal.core.nd.indexer
Methods in org.aspectj.org.eclipse.jdt.internal.core.nd.indexer that return NdTypeModifier and TypeMethodDescriptionClassFileToIndexConverter.addType(IBinaryType binaryType, char[] fieldDescriptor, org.eclipse.core.runtime.IProgressMonitor monitor)Adds a type to the index, given an input class file and a binary name. -
Uses of NdType in org.aspectj.org.eclipse.jdt.internal.core.nd.java
Fields in org.aspectj.org.eclipse.jdt.internal.core.nd.java with type parameters of type NdTypeModifier and TypeFieldDescriptionstatic FieldManyToOne<NdType>NdTypeInterface.APPLIES_TOstatic FieldOneToMany<NdType>NdTypeId.DECLARED_TYPESstatic FieldOneToMany<NdType>NdTypeSignature.SUBCLASSESNdType.typestatic FieldOneToMany<NdType>NdResourceFile.TYPESstatic FieldOneToMany<NdType>NdTypeId.TYPESMethods in org.aspectj.org.eclipse.jdt.internal.core.nd.java that return NdTypeModifier and TypeMethodDescriptionNdTypeId.findTypeByResourceAddress(long resourceAddress)TypeRef.get()NdTypeInterface.getImplementation()NdResourceFile.getType(int index)Methods in org.aspectj.org.eclipse.jdt.internal.core.nd.java that return types with arguments of type NdTypeModifier and TypeMethodDescriptionNdTypeId.getDeclaredTypes()NdTypeSignature.getSubclasses()NdTypeId.getSubTypes()NdTypeSignature.getSubTypes()Returns all subclasses (for classes) and implementations (for interfaces) of this typeNdResourceFile.getTypes()NdTypeId.getTypes()Methods in org.aspectj.org.eclipse.jdt.internal.core.nd.java with parameters of type NdTypeModifier and TypeMethodDescriptionstatic TypeRefCreates aDatabaseRefto the givenNdType.static char[]JavaNames.getIndexPathFor(NdType type, org.eclipse.core.resources.IWorkspaceRoot root)Given a NdType, returns its identifier in the form accepted byIJavaSearchScope.encloses(String)Constructors in org.aspectj.org.eclipse.jdt.internal.core.nd.java with parameters of type NdTypeModifierConstructorDescriptionNdTypeInterface(Nd nd, NdType targetType, NdTypeSignature makeTypeId)