alphaTab.importer.alphaTex.AlphaTexParser
A parser for translating a given alphaTex source into an AST for further use in the alphaTex importer, editors etc.
class AlphaTexParserProperties​
lexer​
(no description)
- JavaScript
- C#
- Kotlin
lexerDiagnostics​
(no description)
- JavaScript
- C#
- Kotlin
readonly lexerDiagnostics: AlphaTexDiagnosticBag;AlphaTexDiagnosticBag LexerDiagnostics { get; }val lexerDiagnostics: AlphaTexDiagnosticBagmode​
The parsing mode.
- JavaScript
- C#
- Kotlin
parserDiagnostics​
(no description)
- JavaScript
- C#
- Kotlin
readonly parserDiagnostics: AlphaTexDiagnosticBag;AlphaTexDiagnosticBag ParserDiagnostics { get; }val parserDiagnostics: AlphaTexDiagnosticBagMethods​
addParserDiagnostic​
(no description)
- JavaScript
- C#
- Kotlin
addParserDiagnostic(diagnostics: AlphaTexDiagnostic): voidvoid AddParserDiagnostic(AlphaTexDiagnostic diagnostics)fun addParserDiagnostic(diagnostics: AlphaTexDiagnostic): Unit| Parameter | Summary |
|---|---|
diagnosticsAll | (no description) |
argumentList​
(no description)
- JavaScript
- C#
- Kotlin
argumentList(): AlphaTexArgumentList | undefinedAlphaTexArgumentList? ArgumentList()fun argumentList(): AlphaTexArgumentList?read​
(no description)
- JavaScript
- C#
- Kotlin