Interface IRCSListener
This interface defines a complete listener for a parse tree produced by RCSParser.
Namespace: GCore.Antlr.Grammers.Rcs
Assembly: Rcs.dll
Syntax
public interface IRCSListener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterAccess(RCSParser.AccessContext)
Enter a parse tree produced by access().
Declaration
void EnterAccess(RCSParser.AccessContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.AccessContext | context | The parse tree. |
EnterAdmin(RCSParser.AdminContext)
Enter a parse tree produced by admin().
Declaration
void EnterAdmin(RCSParser.AdminContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.AdminContext | context | The parse tree. |
EnterBranch(RCSParser.BranchContext)
Enter a parse tree produced by branch().
Declaration
void EnterBranch(RCSParser.BranchContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.BranchContext | context | The parse tree. |
EnterComment(RCSParser.CommentContext)
Enter a parse tree produced by comment().
Declaration
void EnterComment(RCSParser.CommentContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.CommentContext | context | The parse tree. |
EnterDelta(RCSParser.DeltaContext)
Enter a parse tree produced by delta().
Declaration
void EnterDelta(RCSParser.DeltaContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.DeltaContext | context | The parse tree. |
EnterDelta_author(RCSParser.Delta_authorContext)
Enter a parse tree produced by delta_author().
Declaration
void EnterDelta_author(RCSParser.Delta_authorContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.Delta_authorContext | context | The parse tree. |
EnterDelta_branches(RCSParser.Delta_branchesContext)
Enter a parse tree produced by delta_branches().
Declaration
void EnterDelta_branches(RCSParser.Delta_branchesContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.Delta_branchesContext | context | The parse tree. |
EnterDelta_date(RCSParser.Delta_dateContext)
Enter a parse tree produced by delta_date().
Declaration
void EnterDelta_date(RCSParser.Delta_dateContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.Delta_dateContext | context | The parse tree. |
EnterDelta_next(RCSParser.Delta_nextContext)
Enter a parse tree produced by delta_next().
Declaration
void EnterDelta_next(RCSParser.Delta_nextContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.Delta_nextContext | context | The parse tree. |
EnterDelta_state(RCSParser.Delta_stateContext)
Enter a parse tree produced by delta_state().
Declaration
void EnterDelta_state(RCSParser.Delta_stateContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.Delta_stateContext | context | The parse tree. |
EnterDeltalist(RCSParser.DeltalistContext)
Enter a parse tree produced by deltalist().
Declaration
void EnterDeltalist(RCSParser.DeltalistContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.DeltalistContext | context | The parse tree. |
EnterDeltatext(RCSParser.DeltatextContext)
Enter a parse tree produced by deltatext().
Declaration
void EnterDeltatext(RCSParser.DeltatextContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.DeltatextContext | context | The parse tree. |
EnterDeltatext_log(RCSParser.Deltatext_logContext)
Enter a parse tree produced by deltatext_log().
Declaration
void EnterDeltatext_log(RCSParser.Deltatext_logContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.Deltatext_logContext | context | The parse tree. |
EnterDeltatext_text(RCSParser.Deltatext_textContext)
Enter a parse tree produced by deltatext_text().
Declaration
void EnterDeltatext_text(RCSParser.Deltatext_textContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.Deltatext_textContext | context | The parse tree. |
EnterDeltatextlist(RCSParser.DeltatextlistContext)
Enter a parse tree produced by deltatextlist().
Declaration
void EnterDeltatextlist(RCSParser.DeltatextlistContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.DeltatextlistContext | context | The parse tree. |
EnterDesc(RCSParser.DescContext)
Enter a parse tree produced by desc().
Declaration
void EnterDesc(RCSParser.DescContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.DescContext | context | The parse tree. |
EnterExpand(RCSParser.ExpandContext)
Enter a parse tree produced by expand().
Declaration
void EnterExpand(RCSParser.ExpandContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.ExpandContext | context | The parse tree. |
EnterHead(RCSParser.HeadContext)
Enter a parse tree produced by head().
Declaration
void EnterHead(RCSParser.HeadContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.HeadContext | context | The parse tree. |
EnterLocks(RCSParser.LocksContext)
Enter a parse tree produced by locks().
Declaration
void EnterLocks(RCSParser.LocksContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.LocksContext | context | The parse tree. |
EnterNewphrase(RCSParser.NewphraseContext)
Enter a parse tree produced by newphrase().
Declaration
void EnterNewphrase(RCSParser.NewphraseContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.NewphraseContext | context | The parse tree. |
EnterRcsheader(RCSParser.RcsheaderContext)
Enter a parse tree produced by rcsheader().
Declaration
void EnterRcsheader(RCSParser.RcsheaderContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.RcsheaderContext | context | The parse tree. |
EnterRcsrevisions(RCSParser.RcsrevisionsContext)
Enter a parse tree produced by rcsrevisions().
Declaration
void EnterRcsrevisions(RCSParser.RcsrevisionsContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.RcsrevisionsContext | context | The parse tree. |
EnterRcstext(RCSParser.RcstextContext)
Enter a parse tree produced by rcstext().
Declaration
void EnterRcstext(RCSParser.RcstextContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.RcstextContext | context | The parse tree. |
EnterStrict(RCSParser.StrictContext)
Enter a parse tree produced by strict().
Declaration
void EnterStrict(RCSParser.StrictContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.StrictContext | context | The parse tree. |
EnterSymbols(RCSParser.SymbolsContext)
Enter a parse tree produced by symbols().
Declaration
void EnterSymbols(RCSParser.SymbolsContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.SymbolsContext | context | The parse tree. |
EnterTags(RCSParser.TagsContext)
Enter a parse tree produced by tags().
Declaration
void EnterTags(RCSParser.TagsContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.TagsContext | context | The parse tree. |
ExitAccess(RCSParser.AccessContext)
Exit a parse tree produced by access().
Declaration
void ExitAccess(RCSParser.AccessContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.AccessContext | context | The parse tree. |
ExitAdmin(RCSParser.AdminContext)
Exit a parse tree produced by admin().
Declaration
void ExitAdmin(RCSParser.AdminContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.AdminContext | context | The parse tree. |
ExitBranch(RCSParser.BranchContext)
Exit a parse tree produced by branch().
Declaration
void ExitBranch(RCSParser.BranchContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.BranchContext | context | The parse tree. |
ExitComment(RCSParser.CommentContext)
Exit a parse tree produced by comment().
Declaration
void ExitComment(RCSParser.CommentContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.CommentContext | context | The parse tree. |
ExitDelta(RCSParser.DeltaContext)
Exit a parse tree produced by delta().
Declaration
void ExitDelta(RCSParser.DeltaContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.DeltaContext | context | The parse tree. |
ExitDelta_author(RCSParser.Delta_authorContext)
Exit a parse tree produced by delta_author().
Declaration
void ExitDelta_author(RCSParser.Delta_authorContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.Delta_authorContext | context | The parse tree. |
ExitDelta_branches(RCSParser.Delta_branchesContext)
Exit a parse tree produced by delta_branches().
Declaration
void ExitDelta_branches(RCSParser.Delta_branchesContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.Delta_branchesContext | context | The parse tree. |
ExitDelta_date(RCSParser.Delta_dateContext)
Exit a parse tree produced by delta_date().
Declaration
void ExitDelta_date(RCSParser.Delta_dateContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.Delta_dateContext | context | The parse tree. |
ExitDelta_next(RCSParser.Delta_nextContext)
Exit a parse tree produced by delta_next().
Declaration
void ExitDelta_next(RCSParser.Delta_nextContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.Delta_nextContext | context | The parse tree. |
ExitDelta_state(RCSParser.Delta_stateContext)
Exit a parse tree produced by delta_state().
Declaration
void ExitDelta_state(RCSParser.Delta_stateContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.Delta_stateContext | context | The parse tree. |
ExitDeltalist(RCSParser.DeltalistContext)
Exit a parse tree produced by deltalist().
Declaration
void ExitDeltalist(RCSParser.DeltalistContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.DeltalistContext | context | The parse tree. |
ExitDeltatext(RCSParser.DeltatextContext)
Exit a parse tree produced by deltatext().
Declaration
void ExitDeltatext(RCSParser.DeltatextContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.DeltatextContext | context | The parse tree. |
ExitDeltatext_log(RCSParser.Deltatext_logContext)
Exit a parse tree produced by deltatext_log().
Declaration
void ExitDeltatext_log(RCSParser.Deltatext_logContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.Deltatext_logContext | context | The parse tree. |
ExitDeltatext_text(RCSParser.Deltatext_textContext)
Exit a parse tree produced by deltatext_text().
Declaration
void ExitDeltatext_text(RCSParser.Deltatext_textContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.Deltatext_textContext | context | The parse tree. |
ExitDeltatextlist(RCSParser.DeltatextlistContext)
Exit a parse tree produced by deltatextlist().
Declaration
void ExitDeltatextlist(RCSParser.DeltatextlistContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.DeltatextlistContext | context | The parse tree. |
ExitDesc(RCSParser.DescContext)
Exit a parse tree produced by desc().
Declaration
void ExitDesc(RCSParser.DescContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.DescContext | context | The parse tree. |
ExitExpand(RCSParser.ExpandContext)
Exit a parse tree produced by expand().
Declaration
void ExitExpand(RCSParser.ExpandContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.ExpandContext | context | The parse tree. |
ExitHead(RCSParser.HeadContext)
Exit a parse tree produced by head().
Declaration
void ExitHead(RCSParser.HeadContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.HeadContext | context | The parse tree. |
ExitLocks(RCSParser.LocksContext)
Exit a parse tree produced by locks().
Declaration
void ExitLocks(RCSParser.LocksContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.LocksContext | context | The parse tree. |
ExitNewphrase(RCSParser.NewphraseContext)
Exit a parse tree produced by newphrase().
Declaration
void ExitNewphrase(RCSParser.NewphraseContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.NewphraseContext | context | The parse tree. |
ExitRcsheader(RCSParser.RcsheaderContext)
Exit a parse tree produced by rcsheader().
Declaration
void ExitRcsheader(RCSParser.RcsheaderContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.RcsheaderContext | context | The parse tree. |
ExitRcsrevisions(RCSParser.RcsrevisionsContext)
Exit a parse tree produced by rcsrevisions().
Declaration
void ExitRcsrevisions(RCSParser.RcsrevisionsContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.RcsrevisionsContext | context | The parse tree. |
ExitRcstext(RCSParser.RcstextContext)
Exit a parse tree produced by rcstext().
Declaration
void ExitRcstext(RCSParser.RcstextContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.RcstextContext | context | The parse tree. |
ExitStrict(RCSParser.StrictContext)
Exit a parse tree produced by strict().
Declaration
void ExitStrict(RCSParser.StrictContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.StrictContext | context | The parse tree. |
ExitSymbols(RCSParser.SymbolsContext)
Exit a parse tree produced by symbols().
Declaration
void ExitSymbols(RCSParser.SymbolsContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.SymbolsContext | context | The parse tree. |
ExitTags(RCSParser.TagsContext)
Exit a parse tree produced by tags().
Declaration
void ExitTags(RCSParser.TagsContext context)
Parameters
Type | Name | Description |
---|---|---|
RCSParser.TagsContext | context | The parse tree. |