Class TypeUtils

java.lang.Object
org.jf.dexlib2.util.TypeUtils

public final class TypeUtils extends Object
  • Constructor Details

    • TypeUtils

      private TypeUtils()
  • Method Details

    • isWideType

      public static boolean isWideType(@Nonnull String type)
    • isWideType

      public static boolean isWideType(@Nonnull TypeReference type)
    • isPrimitiveType

      public static boolean isPrimitiveType(String type)
    • getPackage

      @Nonnull public static String getPackage(@Nonnull String type)
    • canAccessClass

      public static boolean canAccessClass(@Nonnull String accessorType, @Nonnull ClassDef accesseeClassDef)