Package ghidra.program.database.util
Class FieldRangeQuery
java.lang.Object
ghidra.program.database.util.FieldRangeQuery
- All Implemented Interfaces:
Query
Query implementation used to test a field in a record to fall within a range of values.
-
Constructor Summary
ConstructorDescriptionFieldRangeQuery
(int column, Field min, Field max) Constructs a new FieldRangeQuery that tests a records field against a range of values. -
Method Summary
-
Constructor Details
-
FieldRangeQuery
Constructs a new FieldRangeQuery that tests a records field against a range of values.- Parameters:
column
- the field index in the record to test.min
- the minimum field value to test against.max
- the maximum field value to test against.
-
-
Method Details