Class NotQuery
java.lang.Object
ghidra.program.database.util.NotQuery
- All Implemented Interfaces:
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
-
matches
-