alphaTab.importer.alphaTex.AlphaTexTextNode
Description
A base interface for nodes holding a textual value like string literals or identifiers.
interface AlphaTexTextNode extends AlphaTexAstNodeProperties
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 | The type of the node. (Inherited from |
start | The start of this node when parsed from an input source file. (Inherited from |
text | The text contained in the node. |
trailingComments | The comments after this node (if starting on the same line). (Inherited from |