Class CallgraphEntry
java.lang.Object
ghidra.features.bsim.query.description.CallgraphEntry
- All Implemented Interfaces:
Comparable<CallgraphEntry>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintstatic voidrestoreXml(XmlPullParser parser, DescriptionManager man, FunctionDescription src) voidsaveXml(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:
compareToin interfaceComparable<CallgraphEntry>
-