kysely
Preparing search index...
BinaryOperationNode
Interface BinaryOperationNode
interface
BinaryOperationNode
{
kind
:
"BinaryOperationNode"
;
leftOperand
:
OperationNode
;
operator
:
OperationNode
;
rightOperand
:
OperationNode
;
}
Hierarchy (
View Summary
)
OperationNode
BinaryOperationNode
Index
Properties
kind
left
Operand
operator
right
Operand
Properties
Readonly
kind
kind
:
"BinaryOperationNode"
Readonly
left
Operand
leftOperand
:
OperationNode
Readonly
operator
operator
:
OperationNode
Readonly
right
Operand
rightOperand
:
OperationNode
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
kind
left
Operand
operator
right
Operand
kysely
Loading...