Class StackTraceLexer
Inheritance
System.Object
StackTraceLexer
Assembly: Stacktrace.dll
Syntax
public class StackTraceLexer : Lexer
Constructors
|
Improve this Doc
View Source
StackTraceLexer(ICharStream)
Declaration
public StackTraceLexer(ICharStream input)
Parameters
Type |
Name |
Description |
ICharStream |
input |
|
|
Improve this Doc
View Source
StackTraceLexer(ICharStream, TextWriter, TextWriter)
Declaration
public StackTraceLexer(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
AT
Declaration
public const int AT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CapitalLetter
Declaration
public const int CapitalLetter = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CAUSED_BY
Declaration
public const int CAUSED_BY = 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
COLON
Declaration
public const int COLON = null
Field Value
Type |
Description |
System.Int32 |
|
|
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
Digit
Declaration
public const int Digit = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DOT
Declaration
public const int DOT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ELLIPSIS
Declaration
public const int ELLIPSIS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
INIT
Declaration
public const int INIT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
JavaWord
Declaration
public const int JavaWord = 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
MORE_
Declaration
public const int MORE_ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NATIVE_METHOD
Declaration
public const int NATIVE_METHOD = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NonCapitalLetter
Declaration
public const int NonCapitalLetter = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Number
Declaration
public const int Number = null
Field Value
Type |
Description |
System.Int32 |
|
|
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
Symbol
Declaration
public const int Symbol = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__0
Declaration
public const int T__0 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__1
Declaration
public const int T__1 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__2
Declaration
public const int T__2 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__3
Declaration
public const int T__3 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
UNKNOWN_SOURCE
Declaration
public const int UNKNOWN_SOURCE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WS
Declaration
public const int WS = 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 |
|