Show / Hide Table of Contents

Interface IpropertiesListener

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

Namespace: GCore.Antlr.Grammers.Properties
Assembly: Properties.dll
Syntax
public interface IpropertiesListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterComment(propertiesParser.CommentContext)

Enter a parse tree produced by comment().

Declaration
void EnterComment(propertiesParser.CommentContext context)
Parameters
Type Name Description
propertiesParser.CommentContext context

The parse tree.

| Improve this Doc View Source

EnterDecl(propertiesParser.DeclContext)

Enter a parse tree produced by decl().

Declaration
void EnterDecl(propertiesParser.DeclContext context)
Parameters
Type Name Description
propertiesParser.DeclContext context

The parse tree.

| Improve this Doc View Source

EnterKey(propertiesParser.KeyContext)

Enter a parse tree produced by key().

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

The parse tree.

| Improve this Doc View Source

EnterPropertiesFile(propertiesParser.PropertiesFileContext)

Enter a parse tree produced by propertiesFile().

Declaration
void EnterPropertiesFile(propertiesParser.PropertiesFileContext context)
Parameters
Type Name Description
propertiesParser.PropertiesFileContext context

The parse tree.

| Improve this Doc View Source

EnterRow(propertiesParser.RowContext)

Enter a parse tree produced by row().

Declaration
void EnterRow(propertiesParser.RowContext context)
Parameters
Type Name Description
propertiesParser.RowContext context

The parse tree.

| Improve this Doc View Source

EnterValue(propertiesParser.ValueContext)

Enter a parse tree produced by value().

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

The parse tree.

| Improve this Doc View Source

ExitComment(propertiesParser.CommentContext)

Exit a parse tree produced by comment().

Declaration
void ExitComment(propertiesParser.CommentContext context)
Parameters
Type Name Description
propertiesParser.CommentContext context

The parse tree.

| Improve this Doc View Source

ExitDecl(propertiesParser.DeclContext)

Exit a parse tree produced by decl().

Declaration
void ExitDecl(propertiesParser.DeclContext context)
Parameters
Type Name Description
propertiesParser.DeclContext context

The parse tree.

| Improve this Doc View Source

ExitKey(propertiesParser.KeyContext)

Exit a parse tree produced by key().

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

The parse tree.

| Improve this Doc View Source

ExitPropertiesFile(propertiesParser.PropertiesFileContext)

Exit a parse tree produced by propertiesFile().

Declaration
void ExitPropertiesFile(propertiesParser.PropertiesFileContext context)
Parameters
Type Name Description
propertiesParser.PropertiesFileContext context

The parse tree.

| Improve this Doc View Source

ExitRow(propertiesParser.RowContext)

Exit a parse tree produced by row().

Declaration
void ExitRow(propertiesParser.RowContext context)
Parameters
Type Name Description
propertiesParser.RowContext context

The parse tree.

| Improve this Doc View Source

ExitValue(propertiesParser.ValueContext)

Exit a parse tree produced by value().

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

The parse tree.

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