Package jadx.core.dex.nodes
Interface IUsageInfoNode
-
- All Known Subinterfaces:
ICodeNode
- All Known Implementing Classes:
ClassNode,FieldNode,MethodNode,NotificationAttrNode
public interface IUsageInfoNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<? extends ICodeNode>getUseIn()
-
-
-
Method Detail
-
getUseIn
java.util.List<? extends ICodeNode> getUseIn()
-
-