Show / Hide Table of Contents

Namespace GCore.Antlr.Grammers.Stacktrace

Classes

StackTraceBaseListener

This class provides an empty implementation of IStackTraceListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

StackTraceBaseVisitor<Result>

This class provides an empty implementation of IStackTraceVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.

StackTraceLexer

StackTraceParser

StackTraceParser.AtLineContext

StackTraceParser.CausedByLineContext

StackTraceParser.ClassFileContext

StackTraceParser.ClassNameContext

StackTraceParser.ConstructorContext

StackTraceParser.EllipsisLineContext

StackTraceParser.IdentifierContext

StackTraceParser.InnerClassNameContext

StackTraceParser.MessageContext

StackTraceParser.MessageLineContext

StackTraceParser.MethodNameContext

StackTraceParser.PackagePathContext

StackTraceParser.QualifiedClassContext

StackTraceParser.QualifiedMethodContext

StackTraceParser.StackTraceContext

StackTraceParser.StackTraceLineContext

StackTraceParser.StartRuleContext

Interfaces

IStackTraceListener

This interface defines a complete listener for a parse tree produced by StackTraceParser.

IStackTraceVisitor<Result>

This interface defines a complete generic visitor for a parse tree produced by StackTraceParser.

In This Article
Back to top Generated by DocFX