Class guitartabLexer
Inheritance
System.Object
guitartabLexer
Assembly: Guitartab.dll
Syntax
public class guitartabLexer : Lexer
Constructors
|
Improve this Doc
View Source
guitartabLexer(ICharStream)
Declaration
public guitartabLexer(ICharStream input)
Parameters
Type |
Name |
Description |
ICharStream |
input |
|
|
Improve this Doc
View Source
guitartabLexer(ICharStream, TextWriter, TextWriter)
Declaration
public guitartabLexer(ICharStream input, TextWriter output, TextWriter errorOutput)
Parameters
Type |
Name |
Description |
ICharStream |
input |
|
TextWriter |
output |
|
TextWriter |
errorOutput |
|
Fields
|
Improve this Doc
View Source
_ATN
Declaration
public static readonly ATN _ATN
Field Value
|
Improve this Doc
View Source
BA
Declaration
public const int BA = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
BARLNE
Declaration
public const int BARLNE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
BB
Declaration
public const int BB = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
BC
Declaration
public const int BC = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
BD
Declaration
public const int BD = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
BE
Declaration
public const int BE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
BF
Declaration
public const int BF = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
BG
Declaration
public const int BG = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
channelNames
Declaration
public static string[] channelNames
Field Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
decisionToDFA
Declaration
protected static Antlr4.Runtime.Dfa.DFA[] decisionToDFA
Field Value
Type |
Description |
Antlr4.Runtime.Dfa.DFA[] |
|
|
Improve this Doc
View Source
DefaultVocabulary
Declaration
public static readonly IVocabulary DefaultVocabulary
Field Value
Type |
Description |
IVocabulary |
|
|
Improve this Doc
View Source
FINGER
Declaration
public const int FINGER = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
FRET
Declaration
public const int FRET = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LA
Declaration
public const int LA = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LB
Declaration
public const int LB = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LC
Declaration
public const int LC = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LD
Declaration
public const int LD = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LE
Declaration
public const int LE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LF
Declaration
public const int LF = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LG
Declaration
public const int LG = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
modeNames
Declaration
public static string[] modeNames
Field Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
ruleNames
Declaration
public static readonly string[] ruleNames
Field Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
sharedContextCache
Declaration
protected static PredictionContextCache sharedContextCache
Field Value
Type |
Description |
PredictionContextCache |
|
|
Improve this Doc
View Source
WHITESPACE
Declaration
public const int WHITESPACE = null
Field Value
Type |
Description |
System.Int32 |
|
Properties
|
Improve this Doc
View Source
ChannelNames
Declaration
public override string[] ChannelNames { get; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
GrammarFileName
Declaration
public override string GrammarFileName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ModeNames
Declaration
public override string[] ModeNames { get; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
RuleNames
Declaration
public override string[] RuleNames { get; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
SerializedAtn
Declaration
public override string SerializedAtn { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Vocabulary
Declaration
public override IVocabulary Vocabulary { get; }
Property Value
Type |
Description |
IVocabulary |
|