Uses of Interface
jadx.analysis.callgraph.api.ICallGraphNode
Packages that use ICallGraphNode
-
Uses of ICallGraphNode in jadx.analysis.callgraph
Classes in jadx.analysis.callgraph that implement ICallGraphNodeFields in jadx.analysis.callgraph declared as ICallGraphNodeModifier and TypeFieldDescriptionprivate final ICallGraphNodeCallGraphEdge.fromprivate final ICallGraphNodeCallGraphEdge.toMethods in jadx.analysis.callgraph that return ICallGraphNodeMethods in jadx.analysis.callgraph with parameters of type ICallGraphNodeModifier and TypeMethodDescriptionprivate voidCallGraphExportDot.addNode(ICallGraphNode cgNode, Map<Integer, CallGraphExportDot.Node> nodeMap) private voidCallGraphExportJson.addNode(ICallGraphNode cgNode, Map<Integer, CallGraphExportJson.Node> nodeMap) Constructors in jadx.analysis.callgraph with parameters of type ICallGraphNode -
Uses of ICallGraphNode in jadx.analysis.callgraph.api
Methods in jadx.analysis.callgraph.api that return ICallGraphNode