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: boolean
separator?: string
Methods
toString( spaces?: number ): string
Parameters
Name | Type | Description |
---|---|---|
number |