Skip to main content

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 AlphaTexAstNode

Properties

closeParenthesis

The close parenthesis token grouping the values.

end

The end (inclusive) of this node when parsed from an input source file. (Inherited from IAlphaTexAstNode)

leadingComments

The comments preceeding this node. (Inherited from IAlphaTexAstNode)

nodeType
openParenthesis

The open parenthesis token grouping the values.

start

The start of this node when parsed from an input source file. (Inherited from IAlphaTexAstNode)

trailingComments

The comments after this node (if starting on the same line). (Inherited from IAlphaTexAstNode)

values

The list of values.