Show / Hide Table of Contents

Interface ICMakeListener

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

Namespace: GCore.Antlr.Grammers.Cmake
Assembly: Cmake.dll
Syntax
public interface ICMakeListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterCommand_invocation(CMakeParser.Command_invocationContext)

Enter a parse tree produced by command_invocation().

Declaration
void EnterCommand_invocation(CMakeParser.Command_invocationContext context)
Parameters
Type Name Description
CMakeParser.Command_invocationContext context

The parse tree.

| Improve this Doc View Source

EnterCompound_argument(CMakeParser.Compound_argumentContext)

Enter a parse tree produced by compound_argument().

Declaration
void EnterCompound_argument(CMakeParser.Compound_argumentContext context)
Parameters
Type Name Description
CMakeParser.Compound_argumentContext context

The parse tree.

| Improve this Doc View Source

EnterFile_(CMakeParser.File_Context)

Enter a parse tree produced by file_().

Declaration
void EnterFile_(CMakeParser.File_Context context)
Parameters
Type Name Description
CMakeParser.File_Context context

The parse tree.

| Improve this Doc View Source

EnterSingle_argument(CMakeParser.Single_argumentContext)

Enter a parse tree produced by single_argument().

Declaration
void EnterSingle_argument(CMakeParser.Single_argumentContext context)
Parameters
Type Name Description
CMakeParser.Single_argumentContext context

The parse tree.

| Improve this Doc View Source

ExitCommand_invocation(CMakeParser.Command_invocationContext)

Exit a parse tree produced by command_invocation().

Declaration
void ExitCommand_invocation(CMakeParser.Command_invocationContext context)
Parameters
Type Name Description
CMakeParser.Command_invocationContext context

The parse tree.

| Improve this Doc View Source

ExitCompound_argument(CMakeParser.Compound_argumentContext)

Exit a parse tree produced by compound_argument().

Declaration
void ExitCompound_argument(CMakeParser.Compound_argumentContext context)
Parameters
Type Name Description
CMakeParser.Compound_argumentContext context

The parse tree.

| Improve this Doc View Source

ExitFile_(CMakeParser.File_Context)

Exit a parse tree produced by file_().

Declaration
void ExitFile_(CMakeParser.File_Context context)
Parameters
Type Name Description
CMakeParser.File_Context context

The parse tree.

| Improve this Doc View Source

ExitSingle_argument(CMakeParser.Single_argumentContext)

Exit a parse tree produced by single_argument().

Declaration
void ExitSingle_argument(CMakeParser.Single_argumentContext context)
Parameters
Type Name Description
CMakeParser.Single_argumentContext context

The parse tree.

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