Package ghidra.program.database.util
Class FieldMatchQuery
java.lang.Object
ghidra.program.database.util.FieldMatchQuery
- All Implemented Interfaces:
Query
Query implementation used to test a field in a record to match a given value.
-
Constructor Summary
ConstructorDescriptionFieldMatchQuery
(int column, Field value) Constructs a new FieldMatchQuery that tests a records field against a particular value. -
Method Summary
-
Constructor Details
-
FieldMatchQuery
Constructs a new FieldMatchQuery that tests a records field against a particular value.- Parameters:
column
- the field index in the record to test.value
- the Field value to test the record's field against.
-
-
Method Details