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