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