NodeWithTypeArguments
A node that can have type arguments.
new X(); --> typeArguments == Optional is empty
new X<>(); --> typeArguments = [], diamondOperator = true
new X<C,D>(); --> typeArguments = [C,D], diamondOperator = false
Content copied to clipboard