Skip to main content

alphaTab.alphaTex.IAlphaTexAstNode

Description

The base type for all alphaTex AST nodes

 interface IAlphaTexAstNode

Properties

end

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

leadingComments

The comments preceeding this node.

nodeType

The type of the node.

start

The start of this node when parsed from an input source file.

trailingComments

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