Class FunctionStaging
java.lang.Object
ghidra.features.bsim.query.protocol.StagingManager
ghidra.features.bsim.query.protocol.FunctionStaging
-
Field Summary
Fields inherited from class ghidra.features.bsim.query.protocol.StagingManager
globalQuery, queriesmade, totalsize -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionBSimQuery<?> getQuery()Get the current staged querybooleaninitialize(BSimQuery<?> q) Establish the first query stagebooleanEstablish the next query stageMethods inherited from class ghidra.features.bsim.query.protocol.StagingManager
getQueriesMade, getTotalSize
-
Constructor Details
-
FunctionStaging
public FunctionStaging(int stagesize)
-
-
Method Details
-
getQuery
Description copied from class:StagingManagerGet the current staged query- Specified by:
getQueryin classStagingManager- Returns:
- the QueryResponseRecord object
-
initialize
Description copied from class:StagingManagerEstablish the first query stage- Specified by:
initializein classStagingManager- Parameters:
q- the query- Returns:
- true if the initial query is constructed
- Throws:
LSHException- if the initialization fails
-
nextStage
Description copied from class:StagingManagerEstablish the next query stage- Specified by:
nextStagein classStagingManager- Returns:
- true if a next query is constructed
- Throws:
LSHException- if creating the new query fails
-