Class CondenseFillerBytesAnalyzer

    • Constructor Detail

      • CondenseFillerBytesAnalyzer

        public CondenseFillerBytesAnalyzer()
    • Method Detail

      • added

        public boolean added​(Program program,
                             AddressSetView set,
                             TaskMonitor monitor,
                             MessageLog log)
                      throws CancelledException
        Description copied from interface: Analyzer
        Called when the requested information type has been added. (ie: function added.)
        Parameters:
        program - program to analyze
        set - AddressSet of locations that have been added
        monitor - monitor that indicates progress and indicates whether the user canceled the analysis
        log - a message log to record analysis information
        Returns:
        true if the analysis succeeded
        Throws:
        CancelledException
      • removed

        public boolean removed​(Program program,
                               AddressSetView set,
                               TaskMonitor monitor,
                               MessageLog log)
                        throws CancelledException
        Description copied from interface: Analyzer
        Called when the requested information type has been removed. (ie: function removed.)
        Specified by:
        removed in interface Analyzer
        Overrides:
        removed in class AbstractAnalyzer
        Parameters:
        program - program to analyze
        set - AddressSet of locations that have been added
        monitor - monitor that indicates progress and indicates whether the user canceled the analysis
        log - a message log to record analysis information
        Returns:
        true if the analysis succeeded
        Throws:
        CancelledException
      • optionsChanged

        public void optionsChanged​(Options options,
                                   Program program)
        Description copied from interface: Analyzer
        Analyzers should initialize their options from the values in the given Options, providing appropriate default values.
        Specified by:
        optionsChanged in interface Analyzer
        Overrides:
        optionsChanged in class AbstractAnalyzer
        Parameters:
        options - the property list that contains the options
        program - program to be analyzed