Class BaseMethodParameter

    • Constructor Detail

      • BaseMethodParameter

        public BaseMethodParameter()
    • Method Detail

      • getSignature

        @Nullable
        public java.lang.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