Package ghidra.program.model.data
Interface DataTypeFilter
-
public interface DataTypeFilter
Filter interface for data types.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
accept(DataType dt)
Tests whether or not the specified data type should be included in a data type list.
-
-
-
Method Detail
-
accept
boolean accept(DataType dt)
Tests whether or not the specified data type should be included in a data type list.- Parameters:
dt
- DataType to be tested- Returns:
- true if dt passes the test
-
-