Show / Hide Table of Contents

Class istcBaseListener

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

Inheritance
System.Object
istcBaseListener
Implements
IistcListener
Antlr4.Runtime.Tree.IParseTreeListener
Namespace: GCore.Antlr.Grammers.Istc
Assembly: Istc.dll
Syntax
public class istcBaseListener : object, IistcListener, Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterCheck(istcParser.CheckContext)

Enter a parse tree produced by check().

The default implementation does nothing.

Declaration
public virtual void EnterCheck(istcParser.CheckContext context)
Parameters
Type Name Description
istcParser.CheckContext context

The parse tree.

| Improve this Doc View Source

EnterEveryRule(Antlr4.Runtime.ParserRuleContext)

Declaration
public virtual void EnterEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type Name Description
Antlr4.Runtime.ParserRuleContext context
Remarks

The default implementation does nothing.

| Improve this Doc View Source

EnterIstc(istcParser.IstcContext)

Enter a parse tree produced by istc().

The default implementation does nothing.

Declaration
public virtual void EnterIstc(istcParser.IstcContext context)
Parameters
Type Name Description
istcParser.IstcContext context

The parse tree.

| Improve this Doc View Source

EnterRegistration(istcParser.RegistrationContext)

Enter a parse tree produced by registration().

The default implementation does nothing.

Declaration
public virtual void EnterRegistration(istcParser.RegistrationContext context)
Parameters
Type Name Description
istcParser.RegistrationContext context

The parse tree.

| Improve this Doc View Source

EnterWork(istcParser.WorkContext)

Enter a parse tree produced by work().

The default implementation does nothing.

Declaration
public virtual void EnterWork(istcParser.WorkContext context)
Parameters
Type Name Description
istcParser.WorkContext context

The parse tree.

| Improve this Doc View Source

EnterYear(istcParser.YearContext)

Enter a parse tree produced by year().

The default implementation does nothing.

Declaration
public virtual void EnterYear(istcParser.YearContext context)
Parameters
Type Name Description
istcParser.YearContext context

The parse tree.

| Improve this Doc View Source

ExitCheck(istcParser.CheckContext)

Exit a parse tree produced by check().

The default implementation does nothing.

Declaration
public virtual void ExitCheck(istcParser.CheckContext context)
Parameters
Type Name Description
istcParser.CheckContext context

The parse tree.

| Improve this Doc View Source

ExitEveryRule(Antlr4.Runtime.ParserRuleContext)

Declaration
public virtual void ExitEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type Name Description
Antlr4.Runtime.ParserRuleContext context
Remarks

The default implementation does nothing.

| Improve this Doc View Source

ExitIstc(istcParser.IstcContext)

Exit a parse tree produced by istc().

The default implementation does nothing.

Declaration
public virtual void ExitIstc(istcParser.IstcContext context)
Parameters
Type Name Description
istcParser.IstcContext context

The parse tree.

| Improve this Doc View Source

ExitRegistration(istcParser.RegistrationContext)

Exit a parse tree produced by registration().

The default implementation does nothing.

Declaration
public virtual void ExitRegistration(istcParser.RegistrationContext context)
Parameters
Type Name Description
istcParser.RegistrationContext context

The parse tree.

| Improve this Doc View Source

ExitWork(istcParser.WorkContext)

Exit a parse tree produced by work().

The default implementation does nothing.

Declaration
public virtual void ExitWork(istcParser.WorkContext context)
Parameters
Type Name Description
istcParser.WorkContext context

The parse tree.

| Improve this Doc View Source

ExitYear(istcParser.YearContext)

Exit a parse tree produced by year().

The default implementation does nothing.

Declaration
public virtual void ExitYear(istcParser.YearContext context)
Parameters
Type Name Description
istcParser.YearContext context

The parse tree.

| Improve this Doc View Source

VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)

Declaration
public virtual void VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode node)
Parameters
Type Name Description
Antlr4.Runtime.Tree.IErrorNode node
Remarks

The default implementation does nothing.

| Improve this Doc View Source

VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)

Declaration
public virtual void VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode node)
Parameters
Type Name Description
Antlr4.Runtime.Tree.ITerminalNode node
Remarks

The default implementation does nothing.

Implements

IistcListener
Antlr4.Runtime.Tree.IParseTreeListener
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX