Class StackTraceParser
Inheritance
System.Object
StackTraceParser
Assembly: Stacktrace.dll
Syntax
public class StackTraceParser : Parser
Constructors
|
Improve this Doc
View Source
StackTraceParser(ITokenStream)
Declaration
public StackTraceParser(ITokenStream input)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
|
Improve this Doc
View Source
StackTraceParser(ITokenStream, TextWriter, TextWriter)
Declaration
public StackTraceParser(ITokenStream input, TextWriter output, TextWriter errorOutput)
Parameters
Type |
Name |
Description |
ITokenStream |
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
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
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
RULE_atLine
Declaration
public const int RULE_atLine = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_causedByLine
Declaration
public const int RULE_causedByLine = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_classFile
Declaration
public const int RULE_classFile = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_className
Declaration
public const int RULE_className = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_constructor
Declaration
public const int RULE_constructor = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_ellipsisLine
Declaration
public const int RULE_ellipsisLine = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_identifier
Declaration
public const int RULE_identifier = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_innerClassName
Declaration
public const int RULE_innerClassName = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_message
Declaration
public const int RULE_message = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_messageLine
Declaration
public const int RULE_messageLine = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_methodName
Declaration
public const int RULE_methodName = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_packagePath
Declaration
public const int RULE_packagePath = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_qualifiedClass
Declaration
public const int RULE_qualifiedClass = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_qualifiedMethod
Declaration
public const int RULE_qualifiedMethod = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_stackTrace
Declaration
public const int RULE_stackTrace = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_stackTraceLine
Declaration
public const int RULE_stackTraceLine = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_startRule
Declaration
public const int RULE_startRule = 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
GrammarFileName
Declaration
public override string GrammarFileName { 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 |
|
Methods
|
Improve this Doc
View Source
atLine()
Declaration
public StackTraceParser.AtLineContext atLine()
Returns
|
Improve this Doc
View Source
causedByLine()
Declaration
public StackTraceParser.CausedByLineContext causedByLine()
Returns
|
Improve this Doc
View Source
classFile()
Declaration
public StackTraceParser.ClassFileContext classFile()
Returns
|
Improve this Doc
View Source
className()
Declaration
public StackTraceParser.ClassNameContext className()
Returns
|
Improve this Doc
View Source
constructor()
Declaration
public StackTraceParser.ConstructorContext constructor()
Returns
|
Improve this Doc
View Source
ellipsisLine()
Declaration
public StackTraceParser.EllipsisLineContext ellipsisLine()
Returns
|
Improve this Doc
View Source
identifier()
Declaration
public StackTraceParser.IdentifierContext identifier()
Returns
|
Improve this Doc
View Source
innerClassName()
Declaration
public StackTraceParser.InnerClassNameContext innerClassName()
Returns
|
Improve this Doc
View Source
message()
Declaration
public StackTraceParser.MessageContext message()
Returns
|
Improve this Doc
View Source
messageLine()
Declaration
public StackTraceParser.MessageLineContext messageLine()
Returns
|
Improve this Doc
View Source
methodName()
Declaration
public StackTraceParser.MethodNameContext methodName()
Returns
|
Improve this Doc
View Source
packagePath()
Declaration
public StackTraceParser.PackagePathContext packagePath()
Returns
|
Improve this Doc
View Source
qualifiedClass()
Declaration
public StackTraceParser.QualifiedClassContext qualifiedClass()
Returns
|
Improve this Doc
View Source
qualifiedMethod()
Declaration
public StackTraceParser.QualifiedMethodContext qualifiedMethod()
Returns
|
Improve this Doc
View Source
stackTrace()
Declaration
public StackTraceParser.StackTraceContext stackTrace()
Returns
|
Improve this Doc
View Source
stackTraceLine()
Declaration
public StackTraceParser.StackTraceLineContext stackTraceLine()
Returns
|
Improve this Doc
View Source
startRule()
Declaration
public StackTraceParser.StartRuleContext startRule()
Returns