Skip to main content

alphaTab.importer.alphaTex.AlphaTexStringLiteral

Description

A string literal within alphaTex.

 interface AlphaTexStringLiteral extends AlphaTexTextNodeIAlphaTexValueListItemIAlphaTexNoteValueNode

Properties

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
start

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

text

The text contained in the node. (Inherited from AlphaTexTextNode)

trailingComments

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