alphaTab.importer.alphaTex.AlphaTexAstNodeLocation
Description
Maps an AST node into its respective source code location.
interface AlphaTexAstNodeLocationProperties
col | The 1-based column index within the source code. |
line | The 1-based line index within the source code. |
offset | The 0-based codepoint offset within the source code. |