Package ghidra.program.database.util
Interface Query
- All Known Implementing Classes:
AndQuery
,FieldMatchQuery
,FieldRangeQuery
,NotQuery
,OrQuery
,StringMatchQuery
public interface Query
Query interface used to test a record for some condition.
-
Method Summary
-
Method Details
-
matches
Returns true if the given record matches the querys condition.- Parameters:
record
- the record to test for compliance.
-