Show / Hide Table of Contents

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 Source

EnterAccess(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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX