NewExpression Module
Children of `NewExpression`.
Functions and values
| Function or value |
Description
|
Full Usage:
NewExpression.arguments node
Parameters:
Node<NewExpression>
Returns: Node<Expression> seq
|
The elements of `arguments`, empty when the slot is absent. The schema marks it optional.
|
Full Usage:
NewExpression.expression node
Parameters:
Node<NewExpression>
Returns: Node<Expression> voption
|
|
Full Usage:
NewExpression.typeArguments node
Parameters:
Node<NewExpression>
Returns: Node<TypeNode> seq
|
The elements of `typeArguments`, empty when the slot is absent. The schema marks it optional.
|