Package jadx.analysis.callgraph
Class CallGraphNode
java.lang.Object
jadx.analysis.callgraph.CallGraphNode
- All Implemented Interfaces:
ICallGraphNode
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final CallGraphAttrNodeprivate final intprivate final MethodInfoprivate final @Nullable MethodNode -
Constructor Summary
ConstructorsConstructorDescriptionCallGraphNode(int id, MethodInfo mthInfo) CallGraphNode(int id, MethodInfo mthInfo, @Nullable MethodNode mthNode) CallGraphNode(int id, MethodNode mthNode) -
Method Summary
-
Field Details
-
id
private final int id -
mthInfo
-
mthNode
-
attrNode
-
-
Constructor Details
-
CallGraphNode
-
CallGraphNode
-
CallGraphNode
-
-
Method Details
-
getId
public int getId()- Specified by:
getIdin interfaceICallGraphNode
-
getMethodInfo
- Specified by:
getMethodInfoin interfaceICallGraphNode
-
getMethodNode
- Specified by:
getMethodNodein interfaceICallGraphNode
-
isResolved
public boolean isResolved()- Specified by:
isResolvedin interfaceICallGraphNode
-
attributes
- Specified by:
attributesin interfaceICallGraphNode
-
toString
-