Interface TypeList.Generic

    • Method Detail

      • asErasures

        TypeList asErasures()
        Returns a list of the generic types' erasures.
        Returns:
        A list of the generic types' erasures.
      • asRawTypes

        TypeList.Generic asRawTypes()
        Returns a list of the generic types' raw types.
        Returns:
        A list of the generic types' raw types.
      • 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.