Package proguard.dexfile.reader
Class Proto
- java.lang.Object
-
- proguard.dexfile.reader.Proto
-
public class Proto extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Proto(java.lang.String[] parameterTypes, java.lang.String returnType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.String
getDesc()
java.lang.String[]
getParameterTypes()
java.lang.String
getReturnType()
int
hashCode()
-
-
-
Method Detail
-
getParameterTypes
public java.lang.String[] getParameterTypes()
- Returns:
- the parameterTypes
-
getReturnType
public java.lang.String getReturnType()
-
getDesc
public java.lang.String getDesc()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-