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