Class CallgraphEntry
java.lang.Object
ghidra.features.bsim.query.description.CallgraphEntry
- All Implemented Interfaces:
Comparable<CallgraphEntry>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
static void
restoreXml
(XmlPullParser parser, DescriptionManager man, FunctionDescription src) void
saveXml
(FunctionDescription src, Writer fwrite)
-
Constructor Details
-
CallgraphEntry
-
-
Method Details
-
getFunctionDescription
-
getLocalHash
public int getLocalHash() -
saveXml
- Throws:
IOException
-
restoreXml
public static void restoreXml(XmlPullParser parser, DescriptionManager man, FunctionDescription src) throws LSHException - Throws:
LSHException
-
compareTo
- Specified by:
compareTo
in interfaceComparable<CallgraphEntry>
-