alphaTab.alphaTex.AlphaTexLexer
(no description)
class AlphaTexLexerProperties​
fatalError​
(no description)
- JavaScript
- C#
- Kotlin
fatalError: boolean;bool FatalError { get; set; }var fatalError: BooleanlexerDiagnostics​
(no description)
- JavaScript
- C#
- Kotlin
readonly lexerDiagnostics: AlphaTexDiagnosticBag;AlphaTexDiagnosticBag LexerDiagnostics { get; }val lexerDiagnostics: AlphaTexDiagnosticBagMethods​
advance​
(no description)
- JavaScript
- C#
- Kotlin
advance(): voidvoid Advance()fun advance(): UnitcurrentTokenLocation​
(no description)
- JavaScript
- C#
- Kotlin
currentTokenLocation(): AlphaTexAstNodeLocationAlphaTexAstNodeLocation CurrentTokenLocation()fun currentTokenLocation(): AlphaTexAstNodeLocationextendToFloat​
(no description)
- JavaScript
- C#
- Kotlin
extendToFloat(peekedNode: AlphaTexNumberLiteral): AlphaTexNumberLiteralAlphaTexNumberLiteral ExtendToFloat(AlphaTexNumberLiteral peekedNode)fun extendToFloat(peekedNode: AlphaTexNumberLiteral): AlphaTexNumberLiteral| Parameter | Summary |
|---|---|
peekedNodeAll | (no description) |
peekToken​
(no description)
- JavaScript
- C#
- Kotlin
peekToken(): AlphaTexAstNode | undefinedAlphaTexAstNode? PeekToken()fun peekToken(): AlphaTexAstNode?previousTokenEndLocation​
(no description)
- JavaScript
- C#
- Kotlin
previousTokenEndLocation(): AlphaTexAstNodeLocationAlphaTexAstNodeLocation PreviousTokenEndLocation()fun previousTokenEndLocation(): AlphaTexAstNodeLocation