Class FunctionCallExpression
Function call expression (e.g., add(1, 2)).
Constructors
| Name | Description |
|---|---|
this
(name, arguments, line, column)
|
Creates a function call expression. |
Fields
| Name | Type | Description |
|---|---|---|
arguments
|
Expression[] | The argument expressions |
name
|
string | The function name |
column
|
ulong | Column number where this node starts in source |
line
|
ulong | Line number where this node appears in source |