Package jadx.plugins.input.dex.sections
Class DexMethodProto
- java.lang.Object
-
- jadx.plugins.input.dex.sections.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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)java.util.List<java.lang.String>getArgTypes()java.lang.StringgetReturnType()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getArgTypes
public java.util.List<java.lang.String> getArgTypes()
- Specified by:
getArgTypesin interfacejadx.api.plugins.input.data.IMethodProto
-
getReturnType
public java.lang.String getReturnType()
- Specified by:
getReturnTypein interfacejadx.api.plugins.input.data.IMethodProto
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-