Class Method

java.lang.Object
com.googlecode.d2j.Method

public class Method extends Object
represent a method_id_item in dex file format
  • Constructor Details

  • Method Details

    • getProto

      public Proto getProto()
    • getDesc

      public String getDesc()
    • getName

      public String getName()
      Returns:
      the name
    • getOwner

      public String getOwner()
      Returns:
      the owner
    • getParameterTypes

      public String[] getParameterTypes()
      Returns:
      the parameterTypes
    • getReturnType

      public String getReturnType()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object