Interface SectionListener

All Known Subinterfaces:
CodeSectionListener, TypeSectionListener
All Known Implementing Classes:
ControlFlowParser, DisassemblyCodeSectionListener, DisassemblyTypeSectionListener

public interface SectionListener
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     
    default void
    sectionStart(int functionCount)
     
  • Method Details

    • sectionStart

      default void sectionStart(int functionCount)
    • sectionEnd

      default void sectionEnd()