Package ghidra.program.database.util
Class AndQuery
- java.lang.Object
-
- ghidra.program.database.util.AndQuery
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
matches(DBRecord record)
Returns true if the given record matches the querys condition.
-
-
-
Method Detail
-
matches
public boolean matches(DBRecord record)
Description copied from interface:Query
Returns true if the given record matches the querys condition.- Specified by:
matches
in interfaceQuery
- Parameters:
record
- the record to test for compliance.- See Also:
Query.matches(db.DBRecord)
-
-