Class TableSection


  • public class TableSection
    extends Section
    • Constructor Detail

      • TableSection

        public TableSection()
        Construct a new, empty section instance.
      • TableSection

        public TableSection​(int estimatedSize)
        Construct a new, empty section instance.
        Parameters:
        estimatedSize - the estimated number of functions to reserve space for
    • Method Detail

      • tableCount

        public int tableCount()
      • getTable

        public Table getTable​(int idx)
      • addTable

        public int addTable​(Table table)
        Add a table definition to this section.
        Parameters:
        table - the table to add to this section (must not be null)
        Returns:
        the index of the newly-added table