Namespace GCore.Antlr.Grammers.Callable
Classes
callable_BaseListener
This class provides an empty implementation of Icallable_Listener, which can be extended to create a listener which only needs to handle a subset of the available methods.
callable_BaseVisitor<Result>
This class provides an empty implementation of Icallable_Visitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
callable_Lexer
callable_Parser
callable_Parser.F_argContext
callable_Parser.F_innerContext
callable_Parser.LineContext
callable_Parser.ProgramContext
Interfaces
Icallable_Listener
This interface defines a complete listener for a parse tree produced by callable_Parser.
Icallable_Visitor<Result>
This interface defines a complete generic visitor for a parse tree produced by callable_Parser.