Uses of Class
jadx.core.dex.instructions.IndexInsnNode
Packages that use IndexInsnNode
Package
Description
-
Uses of IndexInsnNode in jadx.core.dex.instructions
Methods in jadx.core.dex.instructions that return IndexInsnNode -
Uses of IndexInsnNode in jadx.core.dex.visitors
Fields in jadx.core.dex.visitors declared as IndexInsnNodeModifier and TypeFieldDescription(package private) final IndexInsnNodeExtractFieldInit.FieldInitInfo.putInsnMethods in jadx.core.dex.visitors with parameters of type IndexInsnNodeModifier and TypeMethodDescriptionprivate static voidExtractFieldInit.addFieldInitAttr(MethodNode mth, FieldNode field, IndexInsnNode putInsn) private static voidModVisitor.fixFieldUsage(MethodNode mth, IndexInsnNode insn) If field is not visible from use site => cast to origin classprivate static @Nullable InsnNodeModVisitor.isCastDuplicate(IndexInsnNode castInsn) private static booleanSimplifyVisitor.isCastDuplicate(IndexInsnNode castInsn) private static InsnNodeSimplifyVisitor.processCast(MethodNode mth, IndexInsnNode castInsn, @Nullable InsnNode parentInsn) private static voidModVisitor.removeCheckCast(MethodNode mth, BlockNode block, int i, IndexInsnNode insn) Constructors in jadx.core.dex.visitors with parameters of type IndexInsnNodeModifierConstructorDescriptionFieldInitInfo(FieldNode fieldNode, IndexInsnNode putInsn, boolean canMove) -
Uses of IndexInsnNode in jadx.core.dex.visitors.typeinference
Fields in jadx.core.dex.visitors.typeinference declared as IndexInsnNodeModifier and TypeFieldDescriptionprivate final IndexInsnNodeTypeBoundFieldGetAssign.getNodeprivate final IndexInsnNodeTypeBoundCheckCastAssign.insnMethods in jadx.core.dex.visitors.typeinference that return IndexInsnNodeModifier and TypeMethodDescriptionTypeBoundCheckCastAssign.getInsn()private @Nullable IndexInsnNodeFixTypesVisitor.insertAssignCast(MethodNode mth, SSAVar var, ArgType castType) private @Nullable IndexInsnNodeFixTypesVisitor.insertUseCast(MethodNode mth, RegisterArg useArg, ArgType castType) private IndexInsnNodeFixTypesVisitor.makeCastInsn(RegisterArg result, RegisterArg arg, ArgType castType) Methods in jadx.core.dex.visitors.typeinference with parameters of type IndexInsnNodeModifier and TypeMethodDescriptionprivate ITypeBoundTypeInferenceVisitor.makeAssignFieldGetBound(IndexInsnNode insn) Constructors in jadx.core.dex.visitors.typeinference with parameters of type IndexInsnNodeModifierConstructorDescriptionTypeBoundCheckCastAssign(RootNode root, IndexInsnNode insn) TypeBoundFieldGetAssign(RootNode root, IndexInsnNode getNode, ArgType initType)