Show / Hide Table of Contents

Interface ImpsVisitor<Result>

This interface defines a complete generic visitor for a parse tree produced by mpsParser.

Namespace: GCore.Antlr.Grammers.Mps
Assembly: Mps.dll
Syntax
public interface ImpsVisitor<Result> : IParseTreeVisitor<Result>
Type Parameters
Name Description
Result

The return type of the visit operation.

Methods

| Improve this Doc View Source

VisitBounds(mpsParser.BoundsContext)

Visit a parse tree produced by bounds().

Declaration
Result VisitBounds(mpsParser.BoundsContext context)
Parameters
Type Name Description
mpsParser.BoundsContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBoundsdatacard(mpsParser.BoundsdatacardContext)

Visit a parse tree produced by boundsdatacard().

Declaration
Result VisitBoundsdatacard(mpsParser.BoundsdatacardContext context)
Parameters
Type Name Description
mpsParser.BoundsdatacardContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBoundsdatacards(mpsParser.BoundsdatacardsContext)

Visit a parse tree produced by boundsdatacards().

Declaration
Result VisitBoundsdatacards(mpsParser.BoundsdatacardsContext context)
Parameters
Type Name Description
mpsParser.BoundsdatacardsContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitColumndatacard(mpsParser.ColumndatacardContext)

Visit a parse tree produced by columndatacard().

Declaration
Result VisitColumndatacard(mpsParser.ColumndatacardContext context)
Parameters
Type Name Description
mpsParser.ColumndatacardContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitColumndatacards(mpsParser.ColumndatacardsContext)

Visit a parse tree produced by columndatacards().

Declaration
Result VisitColumndatacards(mpsParser.ColumndatacardsContext context)
Parameters
Type Name Description
mpsParser.ColumndatacardsContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitColumns(mpsParser.ColumnsContext)

Visit a parse tree produced by columns().

Declaration
Result VisitColumns(mpsParser.ColumnsContext context)
Parameters
Type Name Description
mpsParser.ColumnsContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEndata(mpsParser.EndataContext)

Visit a parse tree produced by endata().

Declaration
Result VisitEndata(mpsParser.EndataContext context)
Parameters
Type Name Description
mpsParser.EndataContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEndmarker(mpsParser.EndmarkerContext)

Visit a parse tree produced by endmarker().

Declaration
Result VisitEndmarker(mpsParser.EndmarkerContext context)
Parameters
Type Name Description
mpsParser.EndmarkerContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFirstrow(mpsParser.FirstrowContext)

Visit a parse tree produced by firstrow().

Declaration
Result VisitFirstrow(mpsParser.FirstrowContext context)
Parameters
Type Name Description
mpsParser.FirstrowContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitIntblock(mpsParser.IntblockContext)

Visit a parse tree produced by intblock().

Declaration
Result VisitIntblock(mpsParser.IntblockContext context)
Parameters
Type Name Description
mpsParser.IntblockContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitModell(mpsParser.ModellContext)

Visit a parse tree produced by modell().

Declaration
Result VisitModell(mpsParser.ModellContext context)
Parameters
Type Name Description
mpsParser.ModellContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRanges(mpsParser.RangesContext)

Visit a parse tree produced by ranges().

Declaration
Result VisitRanges(mpsParser.RangesContext context)
Parameters
Type Name Description
mpsParser.RangesContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRangesdatacard(mpsParser.RangesdatacardContext)

Visit a parse tree produced by rangesdatacard().

Declaration
Result VisitRangesdatacard(mpsParser.RangesdatacardContext context)
Parameters
Type Name Description
mpsParser.RangesdatacardContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRangesdatacards(mpsParser.RangesdatacardsContext)

Visit a parse tree produced by rangesdatacards().

Declaration
Result VisitRangesdatacards(mpsParser.RangesdatacardsContext context)
Parameters
Type Name Description
mpsParser.RangesdatacardsContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRhs(mpsParser.RhsContext)

Visit a parse tree produced by rhs().

Declaration
Result VisitRhs(mpsParser.RhsContext context)
Parameters
Type Name Description
mpsParser.RhsContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRhsdatacard(mpsParser.RhsdatacardContext)

Visit a parse tree produced by rhsdatacard().

Declaration
Result VisitRhsdatacard(mpsParser.RhsdatacardContext context)
Parameters
Type Name Description
mpsParser.RhsdatacardContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRhsdatacards(mpsParser.RhsdatacardsContext)

Visit a parse tree produced by rhsdatacards().

Declaration
Result VisitRhsdatacards(mpsParser.RhsdatacardsContext context)
Parameters
Type Name Description
mpsParser.RhsdatacardsContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRowdatacard(mpsParser.RowdatacardContext)

Visit a parse tree produced by rowdatacard().

Declaration
Result VisitRowdatacard(mpsParser.RowdatacardContext context)
Parameters
Type Name Description
mpsParser.RowdatacardContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRows(mpsParser.RowsContext)

Visit a parse tree produced by rows().

Declaration
Result VisitRows(mpsParser.RowsContext context)
Parameters
Type Name Description
mpsParser.RowsContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitStartmarker(mpsParser.StartmarkerContext)

Visit a parse tree produced by startmarker().

Declaration
Result VisitStartmarker(mpsParser.StartmarkerContext context)
Parameters
Type Name Description
mpsParser.StartmarkerContext context

The parse tree.

Returns
Type Description
Result
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX