Show / Hide Table of Contents

Class RCSBaseListener

This class provides an empty implementation of IRCSListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

Inheritance
System.Object
RCSBaseListener
Implements
IRCSListener
Antlr4.Runtime.Tree.IParseTreeListener
Namespace: GCore.Antlr.Grammers.Rcs
Assembly: Rcs.dll
Syntax
public class RCSBaseListener : object, IRCSListener, Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAccess(RCSParser.AccessContext)

Enter a parse tree produced by access().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual void EnterDesc(RCSParser.DescContext context)
Parameters
Type Name Description
RCSParser.DescContext context

The parse tree.

| Improve this Doc View Source

EnterEveryRule(Antlr4.Runtime.ParserRuleContext)

Declaration
public virtual void EnterEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type Name Description
Antlr4.Runtime.ParserRuleContext context
Remarks

The default implementation does nothing.

| Improve this Doc View Source

EnterExpand(RCSParser.ExpandContext)

Enter a parse tree produced by expand().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual void ExitDesc(RCSParser.DescContext context)
Parameters
Type Name Description
RCSParser.DescContext context

The parse tree.

| Improve this Doc View Source

ExitEveryRule(Antlr4.Runtime.ParserRuleContext)

Declaration
public virtual void ExitEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type Name Description
Antlr4.Runtime.ParserRuleContext context
Remarks

The default implementation does nothing.

| Improve this Doc View Source

ExitExpand(RCSParser.ExpandContext)

Exit a parse tree produced by expand().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual void ExitTags(RCSParser.TagsContext context)
Parameters
Type Name Description
RCSParser.TagsContext context

The parse tree.

| Improve this Doc View Source

VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)

Declaration
public virtual void VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode node)
Parameters
Type Name Description
Antlr4.Runtime.Tree.IErrorNode node
Remarks

The default implementation does nothing.

| Improve this Doc View Source

VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)

Declaration
public virtual void VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode node)
Parameters
Type Name Description
Antlr4.Runtime.Tree.ITerminalNode node
Remarks

The default implementation does nothing.

Implements

IRCSListener
Antlr4.Runtime.Tree.IParseTreeListener
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX