Uses of Class
org.aspectj.org.eclipse.jdt.internal.core.nd.java.NdTypeId
Packages that use NdTypeId
-
Uses of NdTypeId 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 NdTypeIdModifier and TypeFieldDescriptionstatic FieldManyToOne<NdTypeId>NdType.DECLARING_TYPEstatic FieldManyToOne<NdTypeId>NdComplexTypeSignature.RAW_TYPEstatic FieldSearchIndex<NdTypeId>JavaIndex.SIMPLE_INDEXNdTypeId.typestatic FieldManyToOne<NdTypeId>NdType.TYPENAMEstatic FieldSearchIndex<NdTypeId>JavaIndex.TYPESMethods in org.aspectj.org.eclipse.jdt.internal.core.nd.java that return NdTypeIdModifier and TypeMethodDescriptionJavaIndex.createTypeId(char[] fieldDescriptor)Returns a type ID or creates a new one if it does not exist.JavaIndex.findType(char[] fieldDescriptor)NdType.getDeclaringType()NdComplexTypeSignature.getRawType()NdTypeId.getRawType()abstract NdTypeIdNdTypeSignature.getRawType()Returns the raw version of this type, if one exists.NdType.getTypeId()Methods in org.aspectj.org.eclipse.jdt.internal.core.nd.java that return types with arguments of type NdTypeIdModifier and TypeMethodDescriptionJavaIndex.findTypesBySimpleName(char[] query)JavaIndex.findTypesBySimpleName(char[] query, int count)Methods in org.aspectj.org.eclipse.jdt.internal.core.nd.java with parameters of type NdTypeIdModifier and TypeMethodDescriptionvoidNdType.setDeclaringType(NdTypeId createTypeIdFromBinaryName)voidNdComplexTypeSignature.setRawType(NdTypeId rawType)voidMethod parameters in org.aspectj.org.eclipse.jdt.internal.core.nd.java with type arguments of type NdTypeIdModifier and TypeMethodDescriptionbooleanJavaIndex.visitFieldDescriptorsStartingWith(char[] fieldDescriptorPrefix, FieldSearchIndex.Visitor<NdTypeId> visitor)