Documentation
Preparing search index...
TwingBaseBinaryNode
Interface TwingBaseBinaryNode<Type>
interface
TwingBaseBinaryNode
<
Type
extends
string
>
{
attributes
:
Attributes
;
children
:
{
left
:
TwingBaseExpressionNode
;
right
:
TwingBaseExpressionNode
}
;
column
:
number
;
line
:
number
;
tag
:
null
|
string
;
type
:
Type
;
}
Type Parameters
Type
extends
string
Hierarchy (
View Summary
)
TwingBaseExpressionNode
<
Type
,
TwingBaseExpressionNodeAttributes
,
{
left
:
TwingBaseExpressionNode
;
right
:
TwingBaseExpressionNode
}
,
>
TwingBaseBinaryNode
TwingAddNode
TwingAndNode
TwingBitwiseAndNode
TwingBitwiseOrNode
TwingBitwiseXorNode
TwingConcatenateNode
TwingDivideAndFloorNode
TwingDivideNode
TwingEndsWithNode
TwingHasEveryNode
TwingHasSomeNode
TwingIsEqualToNode
TwingIsGreaterThanOrEqualToNode
TwingIsGreaterThanNode
TwingIsInNode
TwingIsLessThanOrEqualToNode
TwingIsLessThanNode
TwingIsNotEqualToNode
TwingIsNotInNode
TwingMatchesNode
TwingModuloNode
TwingMultiplyNode
TwingOrNode
TwingPowerNode
TwingRangeNode
TwingSpaceshipNode
TwingStartsWithNode
TwingSubtractNode
Index
Properties
attributes
children
column
line
tag
type
Properties
Readonly
attributes
attributes
:
Attributes
Readonly
children
children
:
{
left
:
TwingBaseExpressionNode
;
right
:
TwingBaseExpressionNode
}
Readonly
column
column
:
number
Readonly
line
line
:
number
Readonly
tag
tag
:
null
|
string
Readonly
type
type
:
Type
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
children
column
line
tag
type
Documentation
Loading...