Package jadx.analysis.callgraph.api
Interface ICallGraphEdge
- All Known Implementing Classes:
CallGraphEdge
public interface ICallGraphEdge
-
Method Details
-
from
ICallGraphNode from() -
to
ICallGraphNode to() -
isResolved
boolean isResolved() -
attributes
IAttributeNode attributes()
-