Class: InfixExpression
Implements
Constructors
new InfixExpression()
new InfixExpression(
left,operator,right):InfixExpression
Parameters
• left: Expression
• operator: string
• right: Expression
Returns
Defined in
Properties
left
readonlyleft:Expression
Defined in
operator
readonlyoperator:string
Defined in
right
readonlyright: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