ExpressionListTokenImplements
Implements
Description
Token that represents the expression list in a build-in function and the argument list in a custom function.
Constructor
ExpressionListToken( expressions?: ConditionalOrExpressionToken[], distinct: boolean = false, separator?: string )Parameters
| Name | Type | Description |
|---|---|---|
| ConditionalOrExpressionToken[] | ||
| boolean = false | ||
| string |
Properties
token: "expressionList"expressions?: ExpressionToken[]distinct: booleanseparator?: stringMethods
toString( spaces?: number ): stringParameters
| Name | Type | Description |
|---|---|---|
| number |