alphaTab.alphaTex.AlphaTexValueList
Description
A node holding multiple values optionally grouped by parenthesis.
Whether parenthesis are needed depends on the context.
Used in contexts like bend effects 3.3{b (0 4)}.
interface AlphaTexValueList extends AlphaTexAstNodeProperties
closeParenthesis | The close parenthesis token grouping the values. |
end | The end (inclusive) of this node when parsed from an input source file. (Inherited from |
leadingComments | The comments preceeding this node. (Inherited from |
nodeType | |
openParenthesis | The open parenthesis token grouping the values. |
start | The start of this node when parsed from an input source file. (Inherited from |
trailingComments | The comments after this node (if starting on the same line). (Inherited from |
values | The list of values. |