public abstract List<? extends TypeMirror> getTypeArguments ()
Returns the actual type arguments of this type.
For a type nested within a parameterized type
(such as Outer<String>.Inner<Number>), only the type
arguments of the innermost type are included.
Returns: the actual type arguments of this type, or an empty list
if none