Class GenericSignatures

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.nd.indexer.GenericSignatures

public class GenericSignatures extends Object
Contains static factory methods for constructing SignatureWrapper from various types.
  • Constructor Details

    • GenericSignatures

      public GenericSignatures()
  • Method Details

    • getGenericSignature

      public static SignatureWrapper getGenericSignature(IBinaryMethod next)
    • getGenericSignature

      public static SignatureWrapper getGenericSignature(IBinaryType binaryType)
      Returns the generic signature for the given field. If the field has no generic signature, one is generated from the type's field descriptor.