Uses of Class
org.jf.dexlib2.dexbacked.DexBackedClassDef
Packages that use DexBackedClassDef
-
Uses of DexBackedClassDef in org.jf.dexlib2.dexbacked
Fields in org.jf.dexlib2.dexbacked declared as DexBackedClassDefFields in org.jf.dexlib2.dexbacked with type parameters of type DexBackedClassDefMethods in org.jf.dexlib2.dexbacked that return types with arguments of type DexBackedClassDefModifier and TypeMethodDescriptionSet<? extends DexBackedClassDef> DexBackedDexFile.getClasses()DexBackedDexFile.getClassSection()Constructors in org.jf.dexlib2.dexbacked with parameters of type DexBackedClassDefModifierConstructorDescriptionDexBackedField(DexBackedDexFile dexFile, DexReader reader, DexBackedClassDef classDef, int previousFieldIndex, AnnotationsDirectory.AnnotationIterator annotationIterator, int hiddenApiRestrictions) DexBackedField(DexBackedDexFile dexFile, DexReader reader, DexBackedClassDef classDef, int previousFieldIndex, EncodedArrayItemIterator staticInitialValueIterator, AnnotationsDirectory.AnnotationIterator annotationIterator, int hiddenApiRestrictions) DexBackedMethod(DexBackedDexFile dexFile, DexReader reader, DexBackedClassDef classDef, int previousMethodIndex, int hiddenApiRestrictions) DexBackedMethod(DexBackedDexFile dexFile, DexReader reader, DexBackedClassDef classDef, int previousMethodIndex, AnnotationsDirectory.AnnotationIterator methodAnnotationIterator, AnnotationsDirectory.AnnotationIterator paramaterAnnotationIterator, int hiddenApiRestrictions) -
Uses of DexBackedClassDef in org.jf.smali
Methods in org.jf.smali that return DexBackedClassDefModifier and TypeMethodDescriptionstatic DexBackedClassDefSmaliTestUtils.compileSmali(String smaliText) static DexBackedClassDefSmaliTestUtils.compileSmali(String smaliText, int apiLevel)