BinaryExpression
Interface: BinaryExpression
Defined in: ast/nodes.ts:56
Бинарная операция: a + b, a * b, a == b
Extends
Properties
end?
optionalend:number
Defined in: ast/nodes.ts:8
Inherited from
left
left:
ExpressionNode
Defined in: ast/nodes.ts:59
operator
operator:
string
Defined in: ast/nodes.ts:58
right
right:
ExpressionNode
Defined in: ast/nodes.ts:60
start?
optionalstart:number
Defined in: ast/nodes.ts:7
Inherited from
type
type:
"BinaryExpression"
Defined in: ast/nodes.ts:57