Skip to main content

UnaryExpression

@lowcode/expression-parser


Interface: UnaryExpression

Defined in: ast/nodes.ts:86

Унарная операция: !a, -n

Extends

Properties

argument

argument: ExpressionNode

Defined in: ast/nodes.ts:89


end?

optional end: number

Defined in: ast/nodes.ts:8

Inherited from

BaseExpression.end


operator

operator: string

Defined in: ast/nodes.ts:88


start?

optional start: number

Defined in: ast/nodes.ts:7

Inherited from

BaseExpression.start


type

type: "UnaryExpression"

Defined in: ast/nodes.ts:87

Overrides

BaseExpression.type