Logo Xantham

BinaryExpression Module

Children of `BinaryExpression`.

Functions and values

Function or value Description

BinaryExpression.``type`` node

Full Usage: BinaryExpression.``type`` node

Parameters:
Returns: Node<TypeNode> voption

`type`. The schema marks it optional.

node : Node<BinaryExpression>
Returns: Node<TypeNode> voption

BinaryExpression.left node

Full Usage: BinaryExpression.left node

Parameters:
Returns: Node<Expression> voption

`left`.

node : Node<BinaryExpression>
Returns: Node<Expression> voption

BinaryExpression.modifiers node

Full Usage: BinaryExpression.modifiers node

Parameters:
Returns: Node<ModifierLike> seq

The elements of `modifiers`, empty when the slot is absent. The schema marks it optional.

node : Node<BinaryExpression>
Returns: Node<ModifierLike> seq

BinaryExpression.operatorToken node

Full Usage: BinaryExpression.operatorToken node

Parameters:
Returns: Node<BinaryOperatorToken> voption

`operatorToken`.

node : Node<BinaryExpression>
Returns: Node<BinaryOperatorToken> voption

BinaryExpression.right node

Full Usage: BinaryExpression.right node

Parameters:
Returns: Node<Expression> voption

`right`.

node : Node<BinaryExpression>
Returns: Node<Expression> voption

Type something to start searching.