Uses of Class
org.aspectj.org.eclipse.jdt.internal.core.nd.java.NdTypeSignature
Packages that use NdTypeSignature
-
Uses of NdTypeSignature in org.aspectj.org.eclipse.jdt.internal.core.nd.java
Subclasses of NdTypeSignature in org.aspectj.org.eclipse.jdt.internal.core.nd.javaModifier and TypeClassDescriptionclassRepresents a type signature that is anything other than a trivial reference to a concrete type.classFields in org.aspectj.org.eclipse.jdt.internal.core.nd.java with type parameters of type NdTypeSignatureModifier and TypeFieldDescriptionstatic FieldManyToOne<NdTypeSignature>NdAnnotation.ANNOTATION_TYPEstatic FieldManyToOne<NdTypeSignature>NdMethodParameter.ARGUMENT_TYPEstatic FieldManyToOne<NdTypeSignature>NdConstantEnum.ENUM_TYPEstatic FieldManyToOne<NdTypeSignature>NdMethodException.EXCEPTION_TYPEstatic FieldManyToOne<NdTypeSignature>NdTypeInterface.IMPLEMENTSstatic FieldManyToOne<NdTypeSignature>NdMethod.RETURN_TYPEstatic FieldManyToOne<NdTypeSignature>NdType.SUPERCLASSstatic StructDef<NdTypeSignature>NdTypeSignature.typestatic FieldManyToOne<NdTypeSignature>NdTypeBound.TYPEstatic FieldManyToOne<NdTypeSignature>NdVariable.TYPEstatic FieldManyToOne<NdTypeSignature>NdTypeArgument.TYPE_SIGNATUREstatic FieldManyToOne<NdTypeSignature>NdConstantClass.VALUEMethods in org.aspectj.org.eclipse.jdt.internal.core.nd.java that return NdTypeSignatureModifier and TypeMethodDescriptionNdComplexTypeSignature.getArrayDimensionType()NdTypeId.getArrayDimensionType()abstract NdTypeSignatureNdTypeSignature.getArrayDimensionType()If the receiver is an array type, it returns the signature of the array's next dimension.NdMethodException.getExceptionType()NdTypeInterface.getInterface()NdMethod.getReturnType()Returns the return type for this method or null if the method returns voidNdType.getSuperclass()NdAnnotation.getType()NdConstantEnum.getType()NdMethodParameter.getType()NdTypeArgument.getType()NdTypeBound.getType()NdVariable.getType()NdConstantClass.getValue()Methods in org.aspectj.org.eclipse.jdt.internal.core.nd.java that return types with arguments of type NdTypeSignatureModifier and TypeMethodDescriptionNdComplexTypeSignature.getDeclaringTypeChain()NdTypeId.getDeclaringTypeChain()abstract List<NdTypeSignature>NdTypeSignature.getDeclaringTypeChain()Returns the chain of declaring generic types.Methods in org.aspectj.org.eclipse.jdt.internal.core.nd.java with parameters of type NdTypeSignatureModifier and TypeMethodDescriptionstatic NdConstantClassNdConstantClass.create(Nd nd, NdTypeSignature value)static NdConstantEnumNdConstantEnum.create(NdTypeSignature enumType, String enumValue)voidNdTypeParameter.createBound(NdTypeSignature boundSignature)NdMethod.createException(NdTypeSignature createTypeSignature)voidNdConstantEnum.setEnumType(NdTypeSignature enumType)voidNdMethodException.setExceptionType(NdTypeSignature signature)voidNdMethod.setReturnType(NdTypeSignature createTypeSignature)voidNdType.setSuperclass(NdTypeSignature superclassTypeName)voidNdAnnotation.setType(NdTypeSignature type)voidNdMethodParameter.setType(NdTypeSignature argumentType)voidNdTypeArgument.setType(NdTypeSignature typeSignature)voidNdTypeBound.setType(NdTypeSignature signature)voidNdVariable.setType(NdTypeSignature typeId)voidNdConstantClass.setValue(NdTypeSignature value)Constructors in org.aspectj.org.eclipse.jdt.internal.core.nd.java with parameters of type NdTypeSignatureModifierConstructorDescriptionNdTypeInterface(Nd nd, NdType targetType, NdTypeSignature makeTypeId)