AutoBE
Preparing search index...
@autobe/interface
AutoBeRealizeProviderIR
IBinaryExpression
Interface IBinaryExpression
interface
IBinaryExpression
{
kind
:
"binary"
;
left
:
IValueExpression
;
operator
:
"add"
|
"subtract"
|
"multiply"
|
"divide"
|
"modulo"
;
right
:
IValueExpression
;
}
Index
Properties
kind
left
operator
right
Properties
kind
kind
:
"binary"
left
left
:
IValueExpression
operator
operator
:
"add"
|
"subtract"
|
"multiply"
|
"divide"
|
"modulo"
right
right
:
IValueExpression
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
kind
left
operator
right
AutoBE
Loading...