getTypeArguments abstract method
Gets the type arguments for this reference.
Returns:
- A list of LinkDeclaration for each type argument
- Empty list for non-generic types
- Preserves declaration order
Implementation
List<LinkDeclaration> getTypeArguments();