Class BaseMethodParameter

All Implemented Interfaces:
CharSequence, Comparable<CharSequence>, LocalInfo, MethodParameter, Reference, TypeReference
Direct Known Subclasses:
BuilderMethodParameter, ImmutableMethodParameter, MethodParameterRewriter.RewrittenMethodParameter, SmaliMethodParameter

public abstract class BaseMethodParameter extends BaseTypeReference implements MethodParameter
  • Constructor Details

    • BaseMethodParameter

      public BaseMethodParameter()
  • Method Details

    • getSignature

      @Nullable public String getSignature()
      Description copied from interface: MethodParameter
      Gets the signature of this parameter, if available. The signature of a parameter is defined to be the concatenated version of the dalvik.annotation.Signature annotation applied to this parameter, or null if there is no dalvik.annotation.Signature annotation.
      Specified by:
      getSignature in interface LocalInfo
      Specified by:
      getSignature in interface MethodParameter
      Returns:
      The signature of this parameter, or null if not available