Class GenericSignatures
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.nd.indexer.GenericSignatures
Contains static factory methods for constructing
SignatureWrapper from various types.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SignatureWrappergetGenericSignature(IBinaryMethod next)static SignatureWrappergetGenericSignature(IBinaryType binaryType)Returns the generic signature for the given field.
-
Constructor Details
-
GenericSignatures
public GenericSignatures()
-
-
Method Details
-
getGenericSignature
-
getGenericSignature
Returns the generic signature for the given field. If the field has no generic signature, one is generated from the type's field descriptor.
-