Show / Hide Table of Contents

Class siciBaseListener

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

Inheritance
System.Object
siciBaseListener
Implements
IsiciListener
Antlr4.Runtime.Tree.IParseTreeListener
Namespace: GCore.Antlr.Grammers.Sici
Assembly: Sici.dll
Syntax
public class siciBaseListener : object, IsiciListener, Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterCheck(siciParser.CheckContext)

Enter a parse tree produced by check().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

EnterChronology(siciParser.ChronologyContext)

Enter a parse tree produced by chronology().

The default implementation does nothing.

Declaration
public virtual void EnterChronology(siciParser.ChronologyContext context)
Parameters
Type Name Description
siciParser.ChronologyContext context

The parse tree.

| Improve this Doc View Source

EnterContribution(siciParser.ContributionContext)

Enter a parse tree produced by contribution().

The default implementation does nothing.

Declaration
public virtual void EnterContribution(siciParser.ContributionContext context)
Parameters
Type Name Description
siciParser.ContributionContext context

The parse tree.

| Improve this Doc View Source

EnterControl(siciParser.ControlContext)

Enter a parse tree produced by control().

The default implementation does nothing.

Declaration
public virtual void EnterControl(siciParser.ControlContext context)
Parameters
Type Name Description
siciParser.ControlContext context

The parse tree.

| Improve this Doc View Source

EnterCsi(siciParser.CsiContext)

Enter a parse tree produced by csi().

The default implementation does nothing.

Declaration
public virtual void EnterCsi(siciParser.CsiContext context)
Parameters
Type Name Description
siciParser.CsiContext context

The parse tree.

| Improve this Doc View Source

EnterDpi(siciParser.DpiContext)

Enter a parse tree produced by dpi().

The default implementation does nothing.

Declaration
public virtual void EnterDpi(siciParser.DpiContext context)
Parameters
Type Name Description
siciParser.DpiContext context

The parse tree.

| Improve this Doc View Source

EnterEnumeration(siciParser.EnumerationContext)

Enter a parse tree produced by enumeration().

The default implementation does nothing.

Declaration
public virtual void EnterEnumeration(siciParser.EnumerationContext context)
Parameters
Type Name Description
siciParser.EnumerationContext 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

EnterIssn(siciParser.IssnContext)

Enter a parse tree produced by issn().

The default implementation does nothing.

Declaration
public virtual void EnterIssn(siciParser.IssnContext context)
Parameters
Type Name Description
siciParser.IssnContext context

The parse tree.

| Improve this Doc View Source

EnterItem(siciParser.ItemContext)

Enter a parse tree produced by item().

The default implementation does nothing.

Declaration
public virtual void EnterItem(siciParser.ItemContext context)
Parameters
Type Name Description
siciParser.ItemContext context

The parse tree.

| Improve this Doc View Source

EnterLocation(siciParser.LocationContext)

Enter a parse tree produced by location().

The default implementation does nothing.

Declaration
public virtual void EnterLocation(siciParser.LocationContext context)
Parameters
Type Name Description
siciParser.LocationContext context

The parse tree.

| Improve this Doc View Source

EnterMfi(siciParser.MfiContext)

Enter a parse tree produced by mfi().

The default implementation does nothing.

Declaration
public virtual void EnterMfi(siciParser.MfiContext context)
Parameters
Type Name Description
siciParser.MfiContext context

The parse tree.

| Improve this Doc View Source

EnterSici(siciParser.SiciContext)

Enter a parse tree produced by sici().

The default implementation does nothing.

Declaration
public virtual void EnterSici(siciParser.SiciContext context)
Parameters
Type Name Description
siciParser.SiciContext context

The parse tree.

| Improve this Doc View Source

EnterTitle(siciParser.TitleContext)

Enter a parse tree produced by title().

The default implementation does nothing.

Declaration
public virtual void EnterTitle(siciParser.TitleContext context)
Parameters
Type Name Description
siciParser.TitleContext context

The parse tree.

| Improve this Doc View Source

EnterVersion(siciParser.VersionContext)

Enter a parse tree produced by version().

The default implementation does nothing.

Declaration
public virtual void EnterVersion(siciParser.VersionContext context)
Parameters
Type Name Description
siciParser.VersionContext context

The parse tree.

| Improve this Doc View Source

ExitCheck(siciParser.CheckContext)

Exit a parse tree produced by check().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

ExitChronology(siciParser.ChronologyContext)

Exit a parse tree produced by chronology().

The default implementation does nothing.

Declaration
public virtual void ExitChronology(siciParser.ChronologyContext context)
Parameters
Type Name Description
siciParser.ChronologyContext context

The parse tree.

| Improve this Doc View Source

ExitContribution(siciParser.ContributionContext)

Exit a parse tree produced by contribution().

The default implementation does nothing.

Declaration
public virtual void ExitContribution(siciParser.ContributionContext context)
Parameters
Type Name Description
siciParser.ContributionContext context

The parse tree.

| Improve this Doc View Source

ExitControl(siciParser.ControlContext)

Exit a parse tree produced by control().

The default implementation does nothing.

Declaration
public virtual void ExitControl(siciParser.ControlContext context)
Parameters
Type Name Description
siciParser.ControlContext context

The parse tree.

| Improve this Doc View Source

ExitCsi(siciParser.CsiContext)

Exit a parse tree produced by csi().

The default implementation does nothing.

Declaration
public virtual void ExitCsi(siciParser.CsiContext context)
Parameters
Type Name Description
siciParser.CsiContext context

The parse tree.

| Improve this Doc View Source

ExitDpi(siciParser.DpiContext)

Exit a parse tree produced by dpi().

The default implementation does nothing.

Declaration
public virtual void ExitDpi(siciParser.DpiContext context)
Parameters
Type Name Description
siciParser.DpiContext context

The parse tree.

| Improve this Doc View Source

ExitEnumeration(siciParser.EnumerationContext)

Exit a parse tree produced by enumeration().

The default implementation does nothing.

Declaration
public virtual void ExitEnumeration(siciParser.EnumerationContext context)
Parameters
Type Name Description
siciParser.EnumerationContext 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

ExitIssn(siciParser.IssnContext)

Exit a parse tree produced by issn().

The default implementation does nothing.

Declaration
public virtual void ExitIssn(siciParser.IssnContext context)
Parameters
Type Name Description
siciParser.IssnContext context

The parse tree.

| Improve this Doc View Source

ExitItem(siciParser.ItemContext)

Exit a parse tree produced by item().

The default implementation does nothing.

Declaration
public virtual void ExitItem(siciParser.ItemContext context)
Parameters
Type Name Description
siciParser.ItemContext context

The parse tree.

| Improve this Doc View Source

ExitLocation(siciParser.LocationContext)

Exit a parse tree produced by location().

The default implementation does nothing.

Declaration
public virtual void ExitLocation(siciParser.LocationContext context)
Parameters
Type Name Description
siciParser.LocationContext context

The parse tree.

| Improve this Doc View Source

ExitMfi(siciParser.MfiContext)

Exit a parse tree produced by mfi().

The default implementation does nothing.

Declaration
public virtual void ExitMfi(siciParser.MfiContext context)
Parameters
Type Name Description
siciParser.MfiContext context

The parse tree.

| Improve this Doc View Source

ExitSici(siciParser.SiciContext)

Exit a parse tree produced by sici().

The default implementation does nothing.

Declaration
public virtual void ExitSici(siciParser.SiciContext context)
Parameters
Type Name Description
siciParser.SiciContext context

The parse tree.

| Improve this Doc View Source

ExitTitle(siciParser.TitleContext)

Exit a parse tree produced by title().

The default implementation does nothing.

Declaration
public virtual void ExitTitle(siciParser.TitleContext context)
Parameters
Type Name Description
siciParser.TitleContext context

The parse tree.

| Improve this Doc View Source

ExitVersion(siciParser.VersionContext)

Exit a parse tree produced by version().

The default implementation does nothing.

Declaration
public virtual void ExitVersion(siciParser.VersionContext context)
Parameters
Type Name Description
siciParser.VersionContext 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

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