Skip to main content

CallExpression

@lowcode/expression-parser


Interface: CallExpression

Defined in: ast/nodes.ts:47

Вызов функции: fn(a, b)

Extends

Properties

arguments

arguments: ExpressionNode[]

Defined in: ast/nodes.ts:50


callee

callee: ExpressionNode

Defined in: ast/nodes.ts:49


end?

optional end: number

Defined in: ast/nodes.ts:8

Inherited from

BaseExpression.end


start?

optional start: number

Defined in: ast/nodes.ts:7

Inherited from

BaseExpression.start


type

type: "CallExpression"

Defined in: ast/nodes.ts:48

Overrides

BaseExpression.type