Uses of Interface
jadx.core.dex.nodes.ICodeNode
Packages that use ICodeNode
Package
Description
-
Uses of ICodeNode in jadx.core.dex.attributes.nodes
Classes in jadx.core.dex.attributes.nodes that implement ICodeNode -
Uses of ICodeNode in jadx.core.dex.nodes
Classes in jadx.core.dex.nodes that implement ICodeNodeMethods in jadx.core.dex.nodes that return types with arguments of type ICodeNode -
Uses of ICodeNode in jadx.core.dex.visitors.fixaccessmodifiers
Methods in jadx.core.dex.visitors.fixaccessmodifiers with parameters of type ICodeNodeModifier and TypeMethodDescription(package private) voidVisibilityUtils.checkVisibility(ICodeNode targetNode, ICodeNode callerNode, VisibilityUtils.OnBadVisibilityCallback callback) voidVisibilityUtils.OnBadVisibilityCallback.onBadVisibility(ICodeNode node, int expectedVisFlag) private static voidVisibilityUtils.visitDeclaringNodes(ICodeNode targetNode, Consumer<ICodeNode> action) Method parameters in jadx.core.dex.visitors.fixaccessmodifiers with type arguments of type ICodeNodeModifier and TypeMethodDescriptionprivate static voidVisibilityUtils.visitDeclaringNodes(ICodeNode targetNode, Consumer<ICodeNode> action) -
Uses of ICodeNode in jadx.core.dex.visitors.usage
Methods in jadx.core.dex.visitors.usage with parameters of type ICodeNodeModifier and TypeMethodDescriptionvoidvoidprivate static voidUsageInfoVisitor.processAnnotation(ICodeNode node, IAnnotation ann, UsageInfo usageInfo) private static voidUsageInfoVisitor.processAnnotationAttr(ICodeNode node, AnnotationsAttr annAttr, UsageInfo usageInfo) private static voidUsageInfoVisitor.processAnnotations(ICodeNode node, UsageInfo usageInfo) private static voidUsageInfoVisitor.processAnnotationValue(ICodeNode node, EncodedValue value, UsageInfo usageInfo)