Class ResponseChildren
java.lang.Object
ghidra.features.bsim.query.protocol.QueryResponseRecord
ghidra.features.bsim.query.protocol.ResponseChildren
Response to a QueryChildren request to a BSim database. A full FunctionDescription is returned for
every name in the original request and their children (1-level). The FunctionDescriptions corresponding
to the original list of function names are also collected in the -correspond- array.
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class ghidra.features.bsim.query.protocol.QueryResponseRecord
name
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
restoreXml
(XmlPullParser parser, LSHVectorFactory vectorFactory) void
Methods inherited from class ghidra.features.bsim.query.protocol.QueryResponseRecord
getDescriptionManager, getLocalStagingCopy, getName, mergeResults, sort
-
Field Details
-
manage
-
correspond
-
qchild
-
-
Constructor Details
-
ResponseChildren
-
-
Method Details
-
saveXml
- Specified by:
saveXml
in classQueryResponseRecord
- Throws:
IOException
-
restoreXml
- Specified by:
restoreXml
in classQueryResponseRecord
- Throws:
LSHException
-