Class: InfixExpression
Implements
Constructors
new InfixExpression()
new InfixExpression(
left
,operator
,right
):InfixExpression
Parameters
• left: Expression
• operator: string
• right: Expression
Returns
Defined in
Properties
left
readonly
left:Expression
Defined in
operator
readonly
operator:string
Defined in
right
readonly
right:Expression
Defined in
Methods
children()
children():
Expression
[]
Returns
Implementation of
Defined in
equals()
equals(
other
):boolean
Parameters
• other: unknown
Returns
boolean
Implementation of
Defined in
evaluate()
evaluate(
context
):Promise
<boolean
>
Parameters
• context: RenderContext
Returns
Promise
<boolean
>
Implementation of
Defined in
evaluateSync()
evaluateSync(
context
):boolean
Parameters
• context: RenderContext
Returns
boolean
Implementation of
Defined in
toString()
toString():
string
Returns
string