Uses of Interface
org.jf.dexlib2.analysis.TypeProto
Packages that use TypeProto
-
Uses of TypeProto in org.jf.dexlib2.analysis
Classes in org.jf.dexlib2.analysis that implement TypeProtoModifier and TypeClassDescriptionclassclassA class "prototype".classclassFields in org.jf.dexlib2.analysis declared as TypeProtoModifier and TypeFieldDescriptionfinal TypeProtoRegisterType.typeprivate final TypeProtoClassPath.unknownClassFields in org.jf.dexlib2.analysis with type parameters of type TypeProtoMethods in org.jf.dexlib2.analysis that return TypeProtoModifier and TypeMethodDescriptionClassPath.getClass(CharSequence type) ArrayProto.getCommonSuperclass(TypeProto other) ClassProto.getCommonSuperclass(TypeProto other) PrimitiveProto.getCommonSuperclass(TypeProto other) TypeProto.getCommonSuperclass(TypeProto other) UnknownClassProto.getCommonSuperclass(TypeProto other) ClassPath.getUnknownClass()Methods in org.jf.dexlib2.analysis with parameters of type TypeProtoModifier and TypeMethodDescriptionstatic booleanAnalyzedMethodUtil.canAccess(TypeProto type, Method virtualMethod, boolean checkPackagePrivate, boolean checkProtected, boolean checkClass) ArrayProto.getCommonSuperclass(TypeProto other) ClassProto.getCommonSuperclass(TypeProto other) PrimitiveProto.getCommonSuperclass(TypeProto other) TypeProto.getCommonSuperclass(TypeProto other) UnknownClassProto.getCommonSuperclass(TypeProto other) static RegisterTypeRegisterType.getRegisterType(byte category, TypeProto typeProto) Constructors in org.jf.dexlib2.analysis with parameters of type TypeProto -
Uses of TypeProto in org.jf.dexlib2.analysis.util
Methods in org.jf.dexlib2.analysis.util that return TypeProtoModifier and TypeMethodDescriptionstatic TypeProtoTypeProtoUtils.getSuperclassAsTypeProto(TypeProto type) Methods in org.jf.dexlib2.analysis.util that return types with arguments of type TypeProtoModifier and TypeMethodDescriptionTypeProtoUtils.getSuperclassChain(TypeProto typeProto) Get the chain of superclasses of the given class.Methods in org.jf.dexlib2.analysis.util with parameters of type TypeProtoModifier and TypeMethodDescriptionstatic booleanTypeProtoUtils.extendsFrom(TypeProto candidate, String possibleSuper) static TypeProtoTypeProtoUtils.getSuperclassAsTypeProto(TypeProto type) TypeProtoUtils.getSuperclassChain(TypeProto typeProto) Get the chain of superclasses of the given class.