Package com.googlecode.d2j.util
Class Types
java.lang.Object
com.googlecode.d2j.util.Types
-
Method Summary
Modifier and TypeMethodDescriptionstatic Object[]buildDexStyleSignature(String signature) static String[]getParameterTypeDesc(String desc) static StringgetReturnTypeDesc(String desc)
-
Method Details
-
getParameterTypeDesc
- Parameters:
desc- a asm method desc, ex: (II)V- Returns:
- a array of argument types, ex: [I,I]
-
getReturnTypeDesc
- Parameters:
desc- a asm method desc, ex: (II)V- Returns:
- the desc of return type, ex: V
-
listDesc
-
buildDexStyleSignature
-