Class TypeList.AbstractBase

    • Constructor Detail

      • AbstractBase

        public AbstractBase()
    • Method Detail

      • getStackSize

        public int getStackSize()
        Returns the sum of the size of all types contained in this list.
        Specified by:
        getStackSize in interface TypeList
        Returns:
        The sum of the size of all types contained in this list.
      • toInternalNames

        public String[] toInternalNames()
        Returns a list of internal names of all types represented by this list.
        Specified by:
        toInternalNames in interface TypeList
        Returns:
        An array of all internal names or null if the list is empty.