Class DexMethodProto

  • All Implemented Interfaces:
    jadx.api.plugins.input.data.IMethodProto

    public class DexMethodProto
    extends java.lang.Object
    implements jadx.api.plugins.input.data.IMethodProto
    • Constructor Summary

      Constructors 
      Constructor Description
      DexMethodProto​(java.util.List<java.lang.String> argTypes, java.lang.String returnType)  
    • Constructor Detail

      • DexMethodProto

        public DexMethodProto​(java.util.List<java.lang.String> argTypes,
                              java.lang.String returnType)
    • Method Detail

      • getArgTypes

        public java.util.List<java.lang.String> getArgTypes()
        Specified by:
        getArgTypes in interface jadx.api.plugins.input.data.IMethodProto
      • getReturnType

        public java.lang.String getReturnType()
        Specified by:
        getReturnType in interface jadx.api.plugins.input.data.IMethodProto
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object