Show / Hide Table of Contents

Class piiBaseListener

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

Inheritance
System.Object
piiBaseListener
Implements
IpiiListener
Antlr4.Runtime.Tree.IParseTreeListener
Namespace: GCore.Antlr.Grammers.Pii
Assembly: Pii.dll
Syntax
public class piiBaseListener : object, IpiiListener, Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterCheck(piiParser.CheckContext)

Enter a parse tree produced by check().

The default implementation does nothing.

Declaration
public virtual void EnterCheck(piiParser.CheckContext context)
Parameters
Type Name Description
piiParser.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

EnterIsbn(piiParser.IsbnContext)

Enter a parse tree produced by isbn().

The default implementation does nothing.

Declaration
public virtual void EnterIsbn(piiParser.IsbnContext context)
Parameters
Type Name Description
piiParser.IsbnContext context

The parse tree.

| Improve this Doc View Source

EnterIssn(piiParser.IssnContext)

Enter a parse tree produced by issn().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

EnterItem(piiParser.ItemContext)

Enter a parse tree produced by item().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

EnterPii(piiParser.PiiContext)

Enter a parse tree produced by pii().

The default implementation does nothing.

Declaration
public virtual void EnterPii(piiParser.PiiContext context)
Parameters
Type Name Description
piiParser.PiiContext context

The parse tree.

| Improve this Doc View Source

EnterYear(piiParser.YearContext)

Enter a parse tree produced by year().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

ExitCheck(piiParser.CheckContext)

Exit a parse tree produced by check().

The default implementation does nothing.

Declaration
public virtual void ExitCheck(piiParser.CheckContext context)
Parameters
Type Name Description
piiParser.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

ExitIsbn(piiParser.IsbnContext)

Exit a parse tree produced by isbn().

The default implementation does nothing.

Declaration
public virtual void ExitIsbn(piiParser.IsbnContext context)
Parameters
Type Name Description
piiParser.IsbnContext context

The parse tree.

| Improve this Doc View Source

ExitIssn(piiParser.IssnContext)

Exit a parse tree produced by issn().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

ExitItem(piiParser.ItemContext)

Exit a parse tree produced by item().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

ExitPii(piiParser.PiiContext)

Exit a parse tree produced by pii().

The default implementation does nothing.

Declaration
public virtual void ExitPii(piiParser.PiiContext context)
Parameters
Type Name Description
piiParser.PiiContext context

The parse tree.

| Improve this Doc View Source

ExitYear(piiParser.YearContext)

Exit a parse tree produced by year().

The default implementation does nothing.

Declaration
public virtual void ExitYear(piiParser.YearContext context)
Parameters
Type Name Description
piiParser.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

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