Package org.jf.dexlib2.util
Class TypeUtils
java.lang.Object
org.jf.dexlib2.util.TypeUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancanAccessClass(String accessorType, ClassDef accesseeClassDef) static StringgetPackage(String type) static booleanisPrimitiveType(String type) static booleanisWideType(String type) static booleanisWideType(TypeReference type)
-
Constructor Details
-
TypeUtils
private TypeUtils()
-
-
Method Details
-
isWideType
-
isWideType
-
isPrimitiveType
-
getPackage
-
canAccessClass
-