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 SourceEnterA_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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |