Interface IwlnListener
This interface defines a complete listener for a parse tree produced by wlnParser.
Namespace: GCore.Antlr.Grammers.Wln
Assembly: Wln.dll
Syntax
public interface IwlnListener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterGroup(wlnParser.GroupContext)
Enter a parse tree produced by group().
Declaration
void EnterGroup(wlnParser.GroupContext context)
Parameters
Type | Name | Description |
---|---|---|
wlnParser.GroupContext | context | The parse tree. |
EnterSymbol(wlnParser.SymbolContext)
Enter a parse tree produced by symbol().
Declaration
void EnterSymbol(wlnParser.SymbolContext context)
Parameters
Type | Name | Description |
---|---|---|
wlnParser.SymbolContext | context | The parse tree. |
EnterWln(wlnParser.WlnContext)
Enter a parse tree produced by wln().
Declaration
void EnterWln(wlnParser.WlnContext context)
Parameters
Type | Name | Description |
---|---|---|
wlnParser.WlnContext | context | The parse tree. |
ExitGroup(wlnParser.GroupContext)
Exit a parse tree produced by group().
Declaration
void ExitGroup(wlnParser.GroupContext context)
Parameters
Type | Name | Description |
---|---|---|
wlnParser.GroupContext | context | The parse tree. |
ExitSymbol(wlnParser.SymbolContext)
Exit a parse tree produced by symbol().
Declaration
void ExitSymbol(wlnParser.SymbolContext context)
Parameters
Type | Name | Description |
---|---|---|
wlnParser.SymbolContext | context | The parse tree. |
ExitWln(wlnParser.WlnContext)
Exit a parse tree produced by wln().
Declaration
void ExitWln(wlnParser.WlnContext context)
Parameters
Type | Name | Description |
---|---|---|
wlnParser.WlnContext | context | The parse tree. |