Package ghidra.program.database.util
Class AndQuery
java.lang.Object
ghidra.program.database.util.AndQuery
- All Implemented Interfaces:
Query
Combines two queries such that this query is the logical "AND" of the two queries. If the
first query does not match, then the second query is not executed.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
AndQuery
Construct a new AndQuery from two other queries.- Parameters:
q1
- the first queryq2
- the second query
-
-
Method Details