Package jadx.analysis.callgraph.api
Interface ICallGraphNode
- All Known Implementing Classes:
CallGraphNode
public interface ICallGraphNode
-
Method Summary
-
Method Details
-
getId
int getId() -
getMethodInfo
MethodInfo getMethodInfo() -
getMethodNode
-
isResolved
boolean isResolved() -
attributes
IAttributeNode attributes()
-