Interface TypeList

    • Field Detail

      • NO_INTERFACES

        static final String[] NO_INTERFACES
        Represents that a type list does not contain any values for ASM interoperability which is represented by null.
    • Method Detail

      • toInternalNames

        String[] toInternalNames()
        Returns a list of internal names of all types represented by this list.
        Returns:
        An array of all internal names or null if the list is empty.
      • getStackSize

        int getStackSize()
        Returns the sum of the size of all types contained in this list.
        Returns:
        The sum of the size of all types contained in this list.