NewExpression : MemberExpression new NewExpressionThis node is a subtype of {@link FunctionCall}, mostly for internal code sharing. Structurally a {@code NewExpression} node is very similar to a{@code FunctionCall}, so it made a certain amount of sense.
|
|
|
|