Show / Hide Table of Contents

Interface IDGSParserListener

This interface defines a complete listener for a parse tree produced by DGSParser.

Namespace: GCore.Antlr.Grammers.GraphstreamDgs
Assembly: GraphstreamDgs.dll
Syntax
public interface IDGSParserListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterA_map(DGSParser.A_mapContext)

Enter a parse tree produced by a_map().

Declaration
void EnterA_map(DGSParser.A_mapContext context)
Parameters
Type Name Description
DGSParser.A_mapContext context

The parse tree.

| Improve this Doc View Source

EnterAe(DGSParser.AeContext)

Enter a parse tree produced by ae().

Declaration
void EnterAe(DGSParser.AeContext context)
Parameters
Type Name Description
DGSParser.AeContext context

The parse tree.

| Improve this Doc View Source

EnterAn(DGSParser.AnContext)

Enter a parse tree produced by an().

Declaration
void EnterAn(DGSParser.AnContext context)
Parameters
Type Name Description
DGSParser.AnContext context

The parse tree.

| Improve this Doc View Source

EnterArray_(DGSParser.Array_Context)

Enter a parse tree produced by array_().

Declaration
void EnterArray_(DGSParser.Array_Context context)
Parameters
Type Name Description
DGSParser.Array_Context context

The parse tree.

| Improve this Doc View Source

EnterAssign(DGSParser.AssignContext)

Enter a parse tree produced by assign().

Declaration
void EnterAssign(DGSParser.AssignContext context)
Parameters
Type Name Description
DGSParser.AssignContext context

The parse tree.

| Improve this Doc View Source

EnterAttribute(DGSParser.AttributeContext)

Enter a parse tree produced by attribute().

Declaration
void EnterAttribute(DGSParser.AttributeContext context)
Parameters
Type Name Description
DGSParser.AttributeContext context

The parse tree.

| Improve this Doc View Source

EnterAttributes(DGSParser.AttributesContext)

Enter a parse tree produced by attributes().

Declaration
void EnterAttributes(DGSParser.AttributesContext context)
Parameters
Type Name Description
DGSParser.AttributesContext context

The parse tree.

| Improve this Doc View Source

EnterCe(DGSParser.CeContext)

Enter a parse tree produced by ce().

Declaration
void EnterCe(DGSParser.CeContext context)
Parameters
Type Name Description
DGSParser.CeContext context

The parse tree.

| Improve this Doc View Source

EnterCg(DGSParser.CgContext)

Enter a parse tree produced by cg().

Declaration
void EnterCg(DGSParser.CgContext context)
Parameters
Type Name Description
DGSParser.CgContext context

The parse tree.

| Improve this Doc View Source

EnterCl(DGSParser.ClContext)

Enter a parse tree produced by cl().

Declaration
void EnterCl(DGSParser.ClContext context)
Parameters
Type Name Description
DGSParser.ClContext context

The parse tree.

| Improve this Doc View Source

EnterCn(DGSParser.CnContext)

Enter a parse tree produced by cn().

Declaration
void EnterCn(DGSParser.CnContext context)
Parameters
Type Name Description
DGSParser.CnContext context

The parse tree.

| Improve this Doc View Source

EnterDe(DGSParser.DeContext)

Enter a parse tree produced by de().

Declaration
void EnterDe(DGSParser.DeContext context)
Parameters
Type Name Description
DGSParser.DeContext context

The parse tree.

| Improve this Doc View Source

EnterDgs(DGSParser.DgsContext)

Enter a parse tree produced by dgs().

Declaration
void EnterDgs(DGSParser.DgsContext context)
Parameters
Type Name Description
DGSParser.DgsContext context

The parse tree.

| Improve this Doc View Source

EnterDirection(DGSParser.DirectionContext)

Enter a parse tree produced by direction().

Declaration
void EnterDirection(DGSParser.DirectionContext context)
Parameters
Type Name Description
DGSParser.DirectionContext context

The parse tree.

| Improve this Doc View Source

EnterDn(DGSParser.DnContext)

Enter a parse tree produced by dn().

Declaration
void EnterDn(DGSParser.DnContext context)
Parameters
Type Name Description
DGSParser.DnContext context

The parse tree.

| Improve this Doc View Source

EnterEvent(DGSParser.EventContext)

Enter a parse tree produced by .

Declaration
void EnterEvent(DGSParser.EventContext context)
Parameters
Type Name Description
DGSParser.EventContext context

The parse tree.

| Improve this Doc View Source

EnterHeader(DGSParser.HeaderContext)

Enter a parse tree produced by header().

Declaration
void EnterHeader(DGSParser.HeaderContext context)
Parameters
Type Name Description
DGSParser.HeaderContext context

The parse tree.

| Improve this Doc View Source

EnterIdentifier(DGSParser.IdentifierContext)

Enter a parse tree produced by identifier().

Declaration
void EnterIdentifier(DGSParser.IdentifierContext context)
Parameters
Type Name Description
DGSParser.IdentifierContext context

The parse tree.

| Improve this Doc View Source

EnterMapping(DGSParser.MappingContext)

Enter a parse tree produced by mapping().

Declaration
void EnterMapping(DGSParser.MappingContext context)
Parameters
Type Name Description
DGSParser.MappingContext context

The parse tree.

| Improve this Doc View Source

EnterSt(DGSParser.StContext)

Enter a parse tree produced by st().

Declaration
void EnterSt(DGSParser.StContext context)
Parameters
Type Name Description
DGSParser.StContext context

The parse tree.

| Improve this Doc View Source

EnterValue(DGSParser.ValueContext)

Enter a parse tree produced by value().

Declaration
void EnterValue(DGSParser.ValueContext context)
Parameters
Type Name Description
DGSParser.ValueContext context

The parse tree.

| Improve this Doc View Source

ExitA_map(DGSParser.A_mapContext)

Exit a parse tree produced by a_map().

Declaration
void ExitA_map(DGSParser.A_mapContext context)
Parameters
Type Name Description
DGSParser.A_mapContext context

The parse tree.

| Improve this Doc View Source

ExitAe(DGSParser.AeContext)

Exit a parse tree produced by ae().

Declaration
void ExitAe(DGSParser.AeContext context)
Parameters
Type Name Description
DGSParser.AeContext context

The parse tree.

| Improve this Doc View Source

ExitAn(DGSParser.AnContext)

Exit a parse tree produced by an().

Declaration
void ExitAn(DGSParser.AnContext context)
Parameters
Type Name Description
DGSParser.AnContext context

The parse tree.

| Improve this Doc View Source

ExitArray_(DGSParser.Array_Context)

Exit a parse tree produced by array_().

Declaration
void ExitArray_(DGSParser.Array_Context context)
Parameters
Type Name Description
DGSParser.Array_Context context

The parse tree.

| Improve this Doc View Source

ExitAssign(DGSParser.AssignContext)

Exit a parse tree produced by assign().

Declaration
void ExitAssign(DGSParser.AssignContext context)
Parameters
Type Name Description
DGSParser.AssignContext context

The parse tree.

| Improve this Doc View Source

ExitAttribute(DGSParser.AttributeContext)

Exit a parse tree produced by attribute().

Declaration
void ExitAttribute(DGSParser.AttributeContext context)
Parameters
Type Name Description
DGSParser.AttributeContext context

The parse tree.

| Improve this Doc View Source

ExitAttributes(DGSParser.AttributesContext)

Exit a parse tree produced by attributes().

Declaration
void ExitAttributes(DGSParser.AttributesContext context)
Parameters
Type Name Description
DGSParser.AttributesContext context

The parse tree.

| Improve this Doc View Source

ExitCe(DGSParser.CeContext)

Exit a parse tree produced by ce().

Declaration
void ExitCe(DGSParser.CeContext context)
Parameters
Type Name Description
DGSParser.CeContext context

The parse tree.

| Improve this Doc View Source

ExitCg(DGSParser.CgContext)

Exit a parse tree produced by cg().

Declaration
void ExitCg(DGSParser.CgContext context)
Parameters
Type Name Description
DGSParser.CgContext context

The parse tree.

| Improve this Doc View Source

ExitCl(DGSParser.ClContext)

Exit a parse tree produced by cl().

Declaration
void ExitCl(DGSParser.ClContext context)
Parameters
Type Name Description
DGSParser.ClContext context

The parse tree.

| Improve this Doc View Source

ExitCn(DGSParser.CnContext)

Exit a parse tree produced by cn().

Declaration
void ExitCn(DGSParser.CnContext context)
Parameters
Type Name Description
DGSParser.CnContext context

The parse tree.

| Improve this Doc View Source

ExitDe(DGSParser.DeContext)

Exit a parse tree produced by de().

Declaration
void ExitDe(DGSParser.DeContext context)
Parameters
Type Name Description
DGSParser.DeContext context

The parse tree.

| Improve this Doc View Source

ExitDgs(DGSParser.DgsContext)

Exit a parse tree produced by dgs().

Declaration
void ExitDgs(DGSParser.DgsContext context)
Parameters
Type Name Description
DGSParser.DgsContext context

The parse tree.

| Improve this Doc View Source

ExitDirection(DGSParser.DirectionContext)

Exit a parse tree produced by direction().

Declaration
void ExitDirection(DGSParser.DirectionContext context)
Parameters
Type Name Description
DGSParser.DirectionContext context

The parse tree.

| Improve this Doc View Source

ExitDn(DGSParser.DnContext)

Exit a parse tree produced by dn().

Declaration
void ExitDn(DGSParser.DnContext context)
Parameters
Type Name Description
DGSParser.DnContext context

The parse tree.

| Improve this Doc View Source

ExitEvent(DGSParser.EventContext)

Exit a parse tree produced by .

Declaration
void ExitEvent(DGSParser.EventContext context)
Parameters
Type Name Description
DGSParser.EventContext context

The parse tree.

| Improve this Doc View Source

ExitHeader(DGSParser.HeaderContext)

Exit a parse tree produced by header().

Declaration
void ExitHeader(DGSParser.HeaderContext context)
Parameters
Type Name Description
DGSParser.HeaderContext context

The parse tree.

| Improve this Doc View Source

ExitIdentifier(DGSParser.IdentifierContext)

Exit a parse tree produced by identifier().

Declaration
void ExitIdentifier(DGSParser.IdentifierContext context)
Parameters
Type Name Description
DGSParser.IdentifierContext context

The parse tree.

| Improve this Doc View Source

ExitMapping(DGSParser.MappingContext)

Exit a parse tree produced by mapping().

Declaration
void ExitMapping(DGSParser.MappingContext context)
Parameters
Type Name Description
DGSParser.MappingContext context

The parse tree.

| Improve this Doc View Source

ExitSt(DGSParser.StContext)

Exit a parse tree produced by st().

Declaration
void ExitSt(DGSParser.StContext context)
Parameters
Type Name Description
DGSParser.StContext context

The parse tree.

| Improve this Doc View Source

ExitValue(DGSParser.ValueContext)

Exit a parse tree produced by value().

Declaration
void ExitValue(DGSParser.ValueContext context)
Parameters
Type Name Description
DGSParser.ValueContext context

The parse tree.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX