Package ghidra.program.database.util
Class NotQuery
java.lang.Object
ghidra.program.database.util.NotQuery
- All Implemented Interfaces:
Query
Negates the given query such that this query is the logical "NOT" of the given query.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NotQuery
Construct a new query that results in the not of the given query.- Parameters:
q1- the query to logically negate.
-
-
Method Details