Class CommentTypeFilterAddressIterator

java.lang.Object
ghidra.program.database.code.CommentTypeFilterAddressIterator
All Implemented Interfaces:
AddressIterator, Iterable<Address>, Iterator<Address>

public class CommentTypeFilterAddressIterator extends Object implements AddressIterator
Filters the given address iterator to only return addresses that have a comment of the given type
  • Constructor Details

    • CommentTypeFilterAddressIterator

      public CommentTypeFilterAddressIterator(Program program, AddressIterator it, int commentType)
      Constructs a new CommentTypeFilterAddressIterator
      Parameters:
      it - an address iterator whose items are tested for the comment type.
      commentType - the type of comment to search for.
  • Method Details