NodeWithTypeParameters
A node that can have type parameters.
class X {} --> typeParameters == []
class X<> {} --> does not occur.
class X<C,D> {} --> typeParameters = [C,D]
Content copied to clipboard