Class JavaMethodProto

  • All Implemented Interfaces:
    jadx.api.plugins.input.data.IMethodProto
    Direct Known Subclasses:
    JavaMethodRef

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

      Constructors 
      Constructor Description
      JavaMethodProto()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getArgTypes()  
      java.lang.String getReturnType()  
      void setArgTypes​(java.util.List<java.lang.String> argTypes)  
      void setReturnType​(java.lang.String returnType)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JavaMethodProto

        public JavaMethodProto()
    • Method Detail

      • getReturnType

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

        public void setReturnType​(java.lang.String returnType)
      • getArgTypes

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

        public void setArgTypes​(java.util.List<java.lang.String> argTypes)
      • toString

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