Show / Hide Table of Contents

Class databankBaseListener

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

Inheritance
System.Object
databankBaseListener
Implements
IdatabankListener
Antlr4.Runtime.Tree.IParseTreeListener
Namespace: GCore.Antlr.Grammers.Databank
Assembly: Databank.dll
Syntax
public class databankBaseListener : object, IdatabankListener, Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterDatabank(databankParser.DatabankContext)

Enter a parse tree produced by databank().

The default implementation does nothing.

Declaration
public virtual void EnterDatabank(databankParser.DatabankContext context)
Parameters
Type Name Description
databankParser.DatabankContext context

The parse tree.

| Improve this Doc View Source

EnterDatatype(databankParser.DatatypeContext)

Enter a parse tree produced by datatype().

The default implementation does nothing.

Declaration
public virtual void EnterDatatype(databankParser.DatatypeContext context)
Parameters
Type Name Description
databankParser.DatatypeContext context

The parse tree.

| Improve this Doc View Source

EnterDatedseries(databankParser.DatedseriesContext)

Enter a parse tree produced by datedseries().

The default implementation does nothing.

Declaration
public virtual void EnterDatedseries(databankParser.DatedseriesContext context)
Parameters
Type Name Description
databankParser.DatedseriesContext context

The parse tree.

| Improve this Doc View Source

EnterDateline(databankParser.DatelineContext)

Enter a parse tree produced by dateline().

The default implementation does nothing.

Declaration
public virtual void EnterDateline(databankParser.DatelineContext context)
Parameters
Type Name Description
databankParser.DatelineContext 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

EnterNumber(databankParser.NumberContext)

Enter a parse tree produced by number().

The default implementation does nothing.

Declaration
public virtual void EnterNumber(databankParser.NumberContext context)
Parameters
Type Name Description
databankParser.NumberContext context

The parse tree.

| Improve this Doc View Source

EnterSample(databankParser.SampleContext)

Enter a parse tree produced by sample().

The default implementation does nothing.

Declaration
public virtual void EnterSample(databankParser.SampleContext context)
Parameters
Type Name Description
databankParser.SampleContext context

The parse tree.

| Improve this Doc View Source

EnterUndatedseries(databankParser.UndatedseriesContext)

Enter a parse tree produced by undatedseries().

The default implementation does nothing.

Declaration
public virtual void EnterUndatedseries(databankParser.UndatedseriesContext context)
Parameters
Type Name Description
databankParser.UndatedseriesContext context

The parse tree.

| Improve this Doc View Source

ExitDatabank(databankParser.DatabankContext)

Exit a parse tree produced by databank().

The default implementation does nothing.

Declaration
public virtual void ExitDatabank(databankParser.DatabankContext context)
Parameters
Type Name Description
databankParser.DatabankContext context

The parse tree.

| Improve this Doc View Source

ExitDatatype(databankParser.DatatypeContext)

Exit a parse tree produced by datatype().

The default implementation does nothing.

Declaration
public virtual void ExitDatatype(databankParser.DatatypeContext context)
Parameters
Type Name Description
databankParser.DatatypeContext context

The parse tree.

| Improve this Doc View Source

ExitDatedseries(databankParser.DatedseriesContext)

Exit a parse tree produced by datedseries().

The default implementation does nothing.

Declaration
public virtual void ExitDatedseries(databankParser.DatedseriesContext context)
Parameters
Type Name Description
databankParser.DatedseriesContext context

The parse tree.

| Improve this Doc View Source

ExitDateline(databankParser.DatelineContext)

Exit a parse tree produced by dateline().

The default implementation does nothing.

Declaration
public virtual void ExitDateline(databankParser.DatelineContext context)
Parameters
Type Name Description
databankParser.DatelineContext 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

ExitNumber(databankParser.NumberContext)

Exit a parse tree produced by number().

The default implementation does nothing.

Declaration
public virtual void ExitNumber(databankParser.NumberContext context)
Parameters
Type Name Description
databankParser.NumberContext context

The parse tree.

| Improve this Doc View Source

ExitSample(databankParser.SampleContext)

Exit a parse tree produced by sample().

The default implementation does nothing.

Declaration
public virtual void ExitSample(databankParser.SampleContext context)
Parameters
Type Name Description
databankParser.SampleContext context

The parse tree.

| Improve this Doc View Source

ExitUndatedseries(databankParser.UndatedseriesContext)

Exit a parse tree produced by undatedseries().

The default implementation does nothing.

Declaration
public virtual void ExitUndatedseries(databankParser.UndatedseriesContext context)
Parameters
Type Name Description
databankParser.UndatedseriesContext 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

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