Show / Hide Table of Contents

Interface IgmlListener

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

Namespace: GCore.Antlr.Grammers.Gml
Assembly: Gml.dll
Syntax
public interface IgmlListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterGraph(gmlParser.GraphContext)

Enter a parse tree produced by graph().

Declaration
void EnterGraph(gmlParser.GraphContext context)
Parameters
Type Name Description
gmlParser.GraphContext context

The parse tree.

| Improve this Doc View Source

EnterInteger(gmlParser.IntegerContext)

Enter a parse tree produced by integer().

Declaration
void EnterInteger(gmlParser.IntegerContext context)
Parameters
Type Name Description
gmlParser.IntegerContext context

The parse tree.

| Improve this Doc View Source

EnterKey(gmlParser.KeyContext)

Enter a parse tree produced by key().

Declaration
void EnterKey(gmlParser.KeyContext context)
Parameters
Type Name Description
gmlParser.KeyContext context

The parse tree.

| Improve this Doc View Source

EnterKv(gmlParser.KvContext)

Enter a parse tree produced by kv().

Declaration
void EnterKv(gmlParser.KvContext context)
Parameters
Type Name Description
gmlParser.KvContext context

The parse tree.

| Improve this Doc View Source

EnterList_(gmlParser.List_Context)

Enter a parse tree produced by list_().

Declaration
void EnterList_(gmlParser.List_Context context)
Parameters
Type Name Description
gmlParser.List_Context context

The parse tree.

| Improve this Doc View Source

EnterRealnum(gmlParser.RealnumContext)

Enter a parse tree produced by realnum().

Declaration
void EnterRealnum(gmlParser.RealnumContext context)
Parameters
Type Name Description
gmlParser.RealnumContext context

The parse tree.

| Improve this Doc View Source

EnterStr_(gmlParser.Str_Context)

Enter a parse tree produced by str_().

Declaration
void EnterStr_(gmlParser.Str_Context context)
Parameters
Type Name Description
gmlParser.Str_Context context

The parse tree.

| Improve this Doc View Source

EnterStringliteral(gmlParser.StringliteralContext)

Enter a parse tree produced by stringliteral().

Declaration
void EnterStringliteral(gmlParser.StringliteralContext context)
Parameters
Type Name Description
gmlParser.StringliteralContext context

The parse tree.

| Improve this Doc View Source

EnterValue(gmlParser.ValueContext)

Enter a parse tree produced by value().

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

The parse tree.

| Improve this Doc View Source

ExitGraph(gmlParser.GraphContext)

Exit a parse tree produced by graph().

Declaration
void ExitGraph(gmlParser.GraphContext context)
Parameters
Type Name Description
gmlParser.GraphContext context

The parse tree.

| Improve this Doc View Source

ExitInteger(gmlParser.IntegerContext)

Exit a parse tree produced by integer().

Declaration
void ExitInteger(gmlParser.IntegerContext context)
Parameters
Type Name Description
gmlParser.IntegerContext context

The parse tree.

| Improve this Doc View Source

ExitKey(gmlParser.KeyContext)

Exit a parse tree produced by key().

Declaration
void ExitKey(gmlParser.KeyContext context)
Parameters
Type Name Description
gmlParser.KeyContext context

The parse tree.

| Improve this Doc View Source

ExitKv(gmlParser.KvContext)

Exit a parse tree produced by kv().

Declaration
void ExitKv(gmlParser.KvContext context)
Parameters
Type Name Description
gmlParser.KvContext context

The parse tree.

| Improve this Doc View Source

ExitList_(gmlParser.List_Context)

Exit a parse tree produced by list_().

Declaration
void ExitList_(gmlParser.List_Context context)
Parameters
Type Name Description
gmlParser.List_Context context

The parse tree.

| Improve this Doc View Source

ExitRealnum(gmlParser.RealnumContext)

Exit a parse tree produced by realnum().

Declaration
void ExitRealnum(gmlParser.RealnumContext context)
Parameters
Type Name Description
gmlParser.RealnumContext context

The parse tree.

| Improve this Doc View Source

ExitStr_(gmlParser.Str_Context)

Exit a parse tree produced by str_().

Declaration
void ExitStr_(gmlParser.Str_Context context)
Parameters
Type Name Description
gmlParser.Str_Context context

The parse tree.

| Improve this Doc View Source

ExitStringliteral(gmlParser.StringliteralContext)

Exit a parse tree produced by stringliteral().

Declaration
void ExitStringliteral(gmlParser.StringliteralContext context)
Parameters
Type Name Description
gmlParser.StringliteralContext context

The parse tree.

| Improve this Doc View Source

ExitValue(gmlParser.ValueContext)

Exit a parse tree produced by value().

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

The parse tree.

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