Namespace GCore.Antlr.Grammers.Cmake
Classes
CMakeBaseListener
This class provides an empty implementation of ICMakeListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
CMakeBaseVisitor<Result>
This class provides an empty implementation of ICMakeVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
CMakeLexer
CMakeParser
CMakeParser.Command_invocationContext
CMakeParser.Compound_argumentContext
CMakeParser.File_Context
CMakeParser.Single_argumentContext
Interfaces
ICMakeListener
This interface defines a complete listener for a parse tree produced by CMakeParser.
ICMakeVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by CMakeParser.