Uses of Class
jadx.core.codegen.ClassGen
Packages that use ClassGen
-
Uses of ClassGen in jadx.core.codegen
Fields in jadx.core.codegen declared as ClassGenModifier and TypeFieldDescriptionprivate final ClassGenAnnotationGen.classGenprivate final ClassGenMethodGen.classGenprivate final ClassGenClassGen.parentGenMethods in jadx.core.codegen that return ClassGenMethods in jadx.core.codegen with parameters of type ClassGenModifier and TypeMethodDescriptionstatic voidInsnGen.makeStaticFieldAccess(ICodeWriter code, FieldInfo field, ClassGen clsGen) private static voidInsnGen.makeStaticFieldAccess(ICodeWriter code, FieldInfo field, @Nullable FieldNode fieldNode, ClassGen clsGen) Constructors in jadx.core.codegen with parameters of type ClassGenModifierConstructorDescriptionAnnotationGen(ClassNode cls, ClassGen classGen) ClassGen(ClassNode cls, ClassGen parentClsGen, boolean useImports, boolean fallback, boolean showBadCode, IntegerFormat integerFormat) MethodGen(ClassGen classGen, MethodNode mth) NameGen(MethodNode mth, ClassGen classGen) -
Uses of ClassGen in jadx.core.codegen.json
Methods in jadx.core.codegen.json with parameters of type ClassGenModifier and TypeMethodDescriptionprivate voidprivate voidJsonCodeGen.addInnerClasses(ClassNode cls, JsonClass jsonCls, ClassGen classGen) private voidJsonCodeGen.addMethods(ClassNode cls, JsonClass jsonCls, ClassGen classGen) private StringJsonCodeGen.getTypeAlias(ClassGen classGen, ArgType clsType) private JsonClassJsonCodeGen.processCls(ClassNode cls, @Nullable ClassGen parentCodeGen) -
Uses of ClassGen in jadx.core.utils.android
Methods in jadx.core.utils.android with parameters of type ClassGenModifier and TypeMethodDescriptionstatic booleanAndroidResourcesUtils.handleAppResField(ICodeWriter code, ClassGen clsGen, ClassInfo declClass)