Skip to main content

alphaTab.importer.alphaTex.AlphaTexAstNodeLocation

Maps an AST node into its respective source code location.

 interface AlphaTexAstNodeLocation

Properties​

col​

The 1-based column index within the source code.

col: number;

line​

The 1-based line index within the source code.

line: number;

offset​

The 0-based codepoint offset within the source code.

offset: number;