Modifier and Type | Class and Description |
---|---|
public abstract static class | TypeList.AbstractBase
An abstract base implementation of a type list. |
public static class | TypeList.Empty
An implementation of an empty type list. |
public static class | TypeList.Explicit
A wrapper implementation of an explicit list of types. |
public static class | TypeList.ForLoadedTypes
Implementation of a type list for an array of loaded types. |
public static interface | TypeList.Generic
A list containing descriptions of generic types. |
Modifier and Type | Field and Description |
---|---|
public static final String[] | NO_INTERFACES
Represents that a type list does not contain any values for ASM interoperability which is represented by |
public static final TypeList | UNDEFINED
An |
Modifier and Type | Method and Description |
---|---|
public int | 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. |
public String[] | Returns: An array of all internal names ornull if the list is empty.Returns a list of internal names of all types represented by this list. |