Preparing search index...
The search index is not available
sij-core
sij-core
ast
BinaryApp
Interface BinaryApp<Ext>
Application of a binary operator, e.g.
1 + 1
interface
BinaryApp
<
Ext
>
{
_tag
:
"BinaryApp"
;
extensions
:
null
|
Ext
[
"BinaryApp"
]
;
left
:
Expr
<
Ext
>
;
op
:
BinaryOperator
;
right
:
Expr
<
Ext
>
;
}
Type Parameters
Ext
extends
Extension
Hierarchy
Tagged
<
"BinaryApp"
,
{
extensions
:
Ext
[
"BinaryApp"
]
|
null
;
left
:
Expr
<
Ext
>
;
op
:
BinaryOperator
;
right
:
Expr
<
Ext
>
;
}
>
BinaryApp
Index
Properties
_tag
extensions
left
op
right
Properties
Readonly
_tag
_tag
:
"BinaryApp"
Readonly
extensions
extensions
:
null
|
Ext
[
"BinaryApp"
]
Readonly
left
left
:
Expr
<
Ext
>
Readonly
op
op
:
BinaryOperator
Readonly
right
right
:
Expr
<
Ext
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
_tag
extensions
left
op
right
sij-core
ast
builder
Builder
ConstraintBuilder
DefaultBuilder
DeleteBuilder
Functions
InsertBuilder
QueryBuilder
Renderer
SchemaBuilder
TypeBuilder
UpdateBuilder
MakeJoinTable
Generated using
TypeDoc
Application of a binary operator, e.g.
1 + 1