Show / Hide Table of Contents

Class mpsBaseListener

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

Inheritance
System.Object
mpsBaseListener
Implements
ImpsListener
Antlr4.Runtime.Tree.IParseTreeListener
Namespace: GCore.Antlr.Grammers.Mps
Assembly: Mps.dll
Syntax
public class mpsBaseListener : object, ImpsListener, Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterBounds(mpsParser.BoundsContext)

Enter a parse tree produced by bounds().

The default implementation does nothing.

Declaration
public virtual void EnterBounds(mpsParser.BoundsContext context)
Parameters
Type Name Description
mpsParser.BoundsContext context

The parse tree.

| Improve this Doc View Source

EnterBoundsdatacard(mpsParser.BoundsdatacardContext)

Enter a parse tree produced by boundsdatacard().

The default implementation does nothing.

Declaration
public virtual void EnterBoundsdatacard(mpsParser.BoundsdatacardContext context)
Parameters
Type Name Description
mpsParser.BoundsdatacardContext context

The parse tree.

| Improve this Doc View Source

EnterBoundsdatacards(mpsParser.BoundsdatacardsContext)

Enter a parse tree produced by boundsdatacards().

The default implementation does nothing.

Declaration
public virtual void EnterBoundsdatacards(mpsParser.BoundsdatacardsContext context)
Parameters
Type Name Description
mpsParser.BoundsdatacardsContext context

The parse tree.

| Improve this Doc View Source

EnterColumndatacard(mpsParser.ColumndatacardContext)

Enter a parse tree produced by columndatacard().

The default implementation does nothing.

Declaration
public virtual void EnterColumndatacard(mpsParser.ColumndatacardContext context)
Parameters
Type Name Description
mpsParser.ColumndatacardContext context

The parse tree.

| Improve this Doc View Source

EnterColumndatacards(mpsParser.ColumndatacardsContext)

Enter a parse tree produced by columndatacards().

The default implementation does nothing.

Declaration
public virtual void EnterColumndatacards(mpsParser.ColumndatacardsContext context)
Parameters
Type Name Description
mpsParser.ColumndatacardsContext context

The parse tree.

| Improve this Doc View Source

EnterColumns(mpsParser.ColumnsContext)

Enter a parse tree produced by columns().

The default implementation does nothing.

Declaration
public virtual void EnterColumns(mpsParser.ColumnsContext context)
Parameters
Type Name Description
mpsParser.ColumnsContext context

The parse tree.

| Improve this Doc View Source

EnterEndata(mpsParser.EndataContext)

Enter a parse tree produced by endata().

The default implementation does nothing.

Declaration
public virtual void EnterEndata(mpsParser.EndataContext context)
Parameters
Type Name Description
mpsParser.EndataContext context

The parse tree.

| Improve this Doc View Source

EnterEndmarker(mpsParser.EndmarkerContext)

Enter a parse tree produced by endmarker().

The default implementation does nothing.

Declaration
public virtual void EnterEndmarker(mpsParser.EndmarkerContext context)
Parameters
Type Name Description
mpsParser.EndmarkerContext 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

EnterFirstrow(mpsParser.FirstrowContext)

Enter a parse tree produced by firstrow().

The default implementation does nothing.

Declaration
public virtual void EnterFirstrow(mpsParser.FirstrowContext context)
Parameters
Type Name Description
mpsParser.FirstrowContext context

The parse tree.

| Improve this Doc View Source

EnterIntblock(mpsParser.IntblockContext)

Enter a parse tree produced by intblock().

The default implementation does nothing.

Declaration
public virtual void EnterIntblock(mpsParser.IntblockContext context)
Parameters
Type Name Description
mpsParser.IntblockContext context

The parse tree.

| Improve this Doc View Source

EnterModell(mpsParser.ModellContext)

Enter a parse tree produced by modell().

The default implementation does nothing.

Declaration
public virtual void EnterModell(mpsParser.ModellContext context)
Parameters
Type Name Description
mpsParser.ModellContext context

The parse tree.

| Improve this Doc View Source

EnterRanges(mpsParser.RangesContext)

Enter a parse tree produced by ranges().

The default implementation does nothing.

Declaration
public virtual void EnterRanges(mpsParser.RangesContext context)
Parameters
Type Name Description
mpsParser.RangesContext context

The parse tree.

| Improve this Doc View Source

EnterRangesdatacard(mpsParser.RangesdatacardContext)

Enter a parse tree produced by rangesdatacard().

The default implementation does nothing.

Declaration
public virtual void EnterRangesdatacard(mpsParser.RangesdatacardContext context)
Parameters
Type Name Description
mpsParser.RangesdatacardContext context

The parse tree.

| Improve this Doc View Source

EnterRangesdatacards(mpsParser.RangesdatacardsContext)

Enter a parse tree produced by rangesdatacards().

The default implementation does nothing.

Declaration
public virtual void EnterRangesdatacards(mpsParser.RangesdatacardsContext context)
Parameters
Type Name Description
mpsParser.RangesdatacardsContext context

The parse tree.

| Improve this Doc View Source

EnterRhs(mpsParser.RhsContext)

Enter a parse tree produced by rhs().

The default implementation does nothing.

Declaration
public virtual void EnterRhs(mpsParser.RhsContext context)
Parameters
Type Name Description
mpsParser.RhsContext context

The parse tree.

| Improve this Doc View Source

EnterRhsdatacard(mpsParser.RhsdatacardContext)

Enter a parse tree produced by rhsdatacard().

The default implementation does nothing.

Declaration
public virtual void EnterRhsdatacard(mpsParser.RhsdatacardContext context)
Parameters
Type Name Description
mpsParser.RhsdatacardContext context

The parse tree.

| Improve this Doc View Source

EnterRhsdatacards(mpsParser.RhsdatacardsContext)

Enter a parse tree produced by rhsdatacards().

The default implementation does nothing.

Declaration
public virtual void EnterRhsdatacards(mpsParser.RhsdatacardsContext context)
Parameters
Type Name Description
mpsParser.RhsdatacardsContext context

The parse tree.

| Improve this Doc View Source

EnterRowdatacard(mpsParser.RowdatacardContext)

Enter a parse tree produced by rowdatacard().

The default implementation does nothing.

Declaration
public virtual void EnterRowdatacard(mpsParser.RowdatacardContext context)
Parameters
Type Name Description
mpsParser.RowdatacardContext context

The parse tree.

| Improve this Doc View Source

EnterRows(mpsParser.RowsContext)

Enter a parse tree produced by rows().

The default implementation does nothing.

Declaration
public virtual void EnterRows(mpsParser.RowsContext context)
Parameters
Type Name Description
mpsParser.RowsContext context

The parse tree.

| Improve this Doc View Source

EnterStartmarker(mpsParser.StartmarkerContext)

Enter a parse tree produced by startmarker().

The default implementation does nothing.

Declaration
public virtual void EnterStartmarker(mpsParser.StartmarkerContext context)
Parameters
Type Name Description
mpsParser.StartmarkerContext context

The parse tree.

| Improve this Doc View Source

ExitBounds(mpsParser.BoundsContext)

Exit a parse tree produced by bounds().

The default implementation does nothing.

Declaration
public virtual void ExitBounds(mpsParser.BoundsContext context)
Parameters
Type Name Description
mpsParser.BoundsContext context

The parse tree.

| Improve this Doc View Source

ExitBoundsdatacard(mpsParser.BoundsdatacardContext)

Exit a parse tree produced by boundsdatacard().

The default implementation does nothing.

Declaration
public virtual void ExitBoundsdatacard(mpsParser.BoundsdatacardContext context)
Parameters
Type Name Description
mpsParser.BoundsdatacardContext context

The parse tree.

| Improve this Doc View Source

ExitBoundsdatacards(mpsParser.BoundsdatacardsContext)

Exit a parse tree produced by boundsdatacards().

The default implementation does nothing.

Declaration
public virtual void ExitBoundsdatacards(mpsParser.BoundsdatacardsContext context)
Parameters
Type Name Description
mpsParser.BoundsdatacardsContext context

The parse tree.

| Improve this Doc View Source

ExitColumndatacard(mpsParser.ColumndatacardContext)

Exit a parse tree produced by columndatacard().

The default implementation does nothing.

Declaration
public virtual void ExitColumndatacard(mpsParser.ColumndatacardContext context)
Parameters
Type Name Description
mpsParser.ColumndatacardContext context

The parse tree.

| Improve this Doc View Source

ExitColumndatacards(mpsParser.ColumndatacardsContext)

Exit a parse tree produced by columndatacards().

The default implementation does nothing.

Declaration
public virtual void ExitColumndatacards(mpsParser.ColumndatacardsContext context)
Parameters
Type Name Description
mpsParser.ColumndatacardsContext context

The parse tree.

| Improve this Doc View Source

ExitColumns(mpsParser.ColumnsContext)

Exit a parse tree produced by columns().

The default implementation does nothing.

Declaration
public virtual void ExitColumns(mpsParser.ColumnsContext context)
Parameters
Type Name Description
mpsParser.ColumnsContext context

The parse tree.

| Improve this Doc View Source

ExitEndata(mpsParser.EndataContext)

Exit a parse tree produced by endata().

The default implementation does nothing.

Declaration
public virtual void ExitEndata(mpsParser.EndataContext context)
Parameters
Type Name Description
mpsParser.EndataContext context

The parse tree.

| Improve this Doc View Source

ExitEndmarker(mpsParser.EndmarkerContext)

Exit a parse tree produced by endmarker().

The default implementation does nothing.

Declaration
public virtual void ExitEndmarker(mpsParser.EndmarkerContext context)
Parameters
Type Name Description
mpsParser.EndmarkerContext 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

ExitFirstrow(mpsParser.FirstrowContext)

Exit a parse tree produced by firstrow().

The default implementation does nothing.

Declaration
public virtual void ExitFirstrow(mpsParser.FirstrowContext context)
Parameters
Type Name Description
mpsParser.FirstrowContext context

The parse tree.

| Improve this Doc View Source

ExitIntblock(mpsParser.IntblockContext)

Exit a parse tree produced by intblock().

The default implementation does nothing.

Declaration
public virtual void ExitIntblock(mpsParser.IntblockContext context)
Parameters
Type Name Description
mpsParser.IntblockContext context

The parse tree.

| Improve this Doc View Source

ExitModell(mpsParser.ModellContext)

Exit a parse tree produced by modell().

The default implementation does nothing.

Declaration
public virtual void ExitModell(mpsParser.ModellContext context)
Parameters
Type Name Description
mpsParser.ModellContext context

The parse tree.

| Improve this Doc View Source

ExitRanges(mpsParser.RangesContext)

Exit a parse tree produced by ranges().

The default implementation does nothing.

Declaration
public virtual void ExitRanges(mpsParser.RangesContext context)
Parameters
Type Name Description
mpsParser.RangesContext context

The parse tree.

| Improve this Doc View Source

ExitRangesdatacard(mpsParser.RangesdatacardContext)

Exit a parse tree produced by rangesdatacard().

The default implementation does nothing.

Declaration
public virtual void ExitRangesdatacard(mpsParser.RangesdatacardContext context)
Parameters
Type Name Description
mpsParser.RangesdatacardContext context

The parse tree.

| Improve this Doc View Source

ExitRangesdatacards(mpsParser.RangesdatacardsContext)

Exit a parse tree produced by rangesdatacards().

The default implementation does nothing.

Declaration
public virtual void ExitRangesdatacards(mpsParser.RangesdatacardsContext context)
Parameters
Type Name Description
mpsParser.RangesdatacardsContext context

The parse tree.

| Improve this Doc View Source

ExitRhs(mpsParser.RhsContext)

Exit a parse tree produced by rhs().

The default implementation does nothing.

Declaration
public virtual void ExitRhs(mpsParser.RhsContext context)
Parameters
Type Name Description
mpsParser.RhsContext context

The parse tree.

| Improve this Doc View Source

ExitRhsdatacard(mpsParser.RhsdatacardContext)

Exit a parse tree produced by rhsdatacard().

The default implementation does nothing.

Declaration
public virtual void ExitRhsdatacard(mpsParser.RhsdatacardContext context)
Parameters
Type Name Description
mpsParser.RhsdatacardContext context

The parse tree.

| Improve this Doc View Source

ExitRhsdatacards(mpsParser.RhsdatacardsContext)

Exit a parse tree produced by rhsdatacards().

The default implementation does nothing.

Declaration
public virtual void ExitRhsdatacards(mpsParser.RhsdatacardsContext context)
Parameters
Type Name Description
mpsParser.RhsdatacardsContext context

The parse tree.

| Improve this Doc View Source

ExitRowdatacard(mpsParser.RowdatacardContext)

Exit a parse tree produced by rowdatacard().

The default implementation does nothing.

Declaration
public virtual void ExitRowdatacard(mpsParser.RowdatacardContext context)
Parameters
Type Name Description
mpsParser.RowdatacardContext context

The parse tree.

| Improve this Doc View Source

ExitRows(mpsParser.RowsContext)

Exit a parse tree produced by rows().

The default implementation does nothing.

Declaration
public virtual void ExitRows(mpsParser.RowsContext context)
Parameters
Type Name Description
mpsParser.RowsContext context

The parse tree.

| Improve this Doc View Source

ExitStartmarker(mpsParser.StartmarkerContext)

Exit a parse tree produced by startmarker().

The default implementation does nothing.

Declaration
public virtual void ExitStartmarker(mpsParser.StartmarkerContext context)
Parameters
Type Name Description
mpsParser.StartmarkerContext 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

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