Interface IMethodDetails

    • Method Detail

      • getReturnType

        ArgType getReturnType()
      • getArgTypes

        java.util.List<ArgType> getArgTypes()
      • getTypeParameters

        java.util.List<ArgType> getTypeParameters()
      • getThrows

        java.util.List<ArgType> getThrows()
      • isVarArg

        boolean isVarArg()
      • getRawAccessFlags

        int getRawAccessFlags()
      • getAttrType

        default AType<IMethodDetails> getAttrType()
        Specified by:
        getAttrType in interface jadx.api.plugins.input.data.attributes.IJadxAttribute
      • toAttrString

        default java.lang.String toAttrString()
        Specified by:
        toAttrString in interface jadx.api.plugins.input.data.attributes.IJadxAttribute