typeArguments property

List<TypeDeclaration> typeArguments
final

The type arguments to the entity (ex 'Bar' to 'Foo

Implementation

final List<TypeDeclaration> typeArguments;