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