Skip to main content

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 AlphaTexParser

Properties​

lexer​

(no description)

readonly lexer: AlphaTexLexer;

lexerDiagnostics​

(no description)

readonly lexerDiagnostics: AlphaTexDiagnosticBag;

mode​

The parsing mode.

parserDiagnostics​

(no description)

readonly parserDiagnostics: AlphaTexDiagnosticBag;

Methods​

addParserDiagnostic​

(no description)

addParserDiagnostic(diagnostics: AlphaTexDiagnostic): void
ParameterSummary
diagnosticsAll

(no description)

argumentList​

(no description)

argumentList(): AlphaTexArgumentList | undefined

read​

(no description)