ESCalc - v0.0.1-beta.2
Preparing search index...
index
BinaryExpression
Type Alias BinaryExpression
type
BinaryExpression
=
{
left
:
LogicalExpression
;
location
:
SourceRegion
|
null
;
operator
:
|
"subtraction"
|
"addition"
|
"multiplication"
|
"division"
|
"modulus"
|
"exponentiation"
|
"greater-than"
|
"less-than"
|
"greater-than-equal"
|
"less-than-equal"
|
"not-equals"
|
"equals"
|
"and"
|
"or"
|
"bit-and"
|
"bit-or"
|
"bit-xor"
|
"bit-left-shift"
|
"bit-right-shift"
|
"in"
|
"not-in"
;
right
:
LogicalExpression
;
type
:
"binary"
;
}
Index
Properties
left
location
operator
right
type
Properties
left
left
:
LogicalExpression
location
location
:
SourceRegion
|
null
operator
operator
:
|
"subtraction"
|
"addition"
|
"multiplication"
|
"division"
|
"modulus"
|
"exponentiation"
|
"greater-than"
|
"less-than"
|
"greater-than-equal"
|
"less-than-equal"
|
"not-equals"
|
"equals"
|
"and"
|
"or"
|
"bit-and"
|
"bit-or"
|
"bit-xor"
|
"bit-left-shift"
|
"bit-right-shift"
|
"in"
|
"not-in"
right
right
:
LogicalExpression
type
type
:
"binary"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
left
location
operator
right
type
ESCalc - v0.0.1-beta.2
Loading...