Show / Hide Table of Contents

Class snobolBaseListener

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

Inheritance
System.Object
snobolBaseListener
Implements
IsnobolListener
Antlr4.Runtime.Tree.IParseTreeListener
Namespace: GCore.Antlr.Grammers.Snobol
Assembly: Snobol.dll
Syntax
public class snobolBaseListener : object, IsnobolListener, Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterArray_(snobolParser.Array_Context)

Enter a parse tree produced by array_().

The default implementation does nothing.

Declaration
public virtual void EnterArray_(snobolParser.Array_Context context)
Parameters
Type Name Description
snobolParser.Array_Context context

The parse tree.

| Improve this Doc View Source

EnterAtan(snobolParser.AtanContext)

Enter a parse tree produced by atan().

The default implementation does nothing.

Declaration
public virtual void EnterAtan(snobolParser.AtanContext context)
Parameters
Type Name Description
snobolParser.AtanContext context

The parse tree.

| Improve this Doc View Source

EnterAtom(snobolParser.AtomContext)

Enter a parse tree produced by atom().

The default implementation does nothing.

Declaration
public virtual void EnterAtom(snobolParser.AtomContext context)
Parameters
Type Name Description
snobolParser.AtomContext context

The parse tree.

| Improve this Doc View Source

EnterBreak_(snobolParser.Break_Context)

Enter a parse tree produced by break_().

The default implementation does nothing.

Declaration
public virtual void EnterBreak_(snobolParser.Break_Context context)
Parameters
Type Name Description
snobolParser.Break_Context context

The parse tree.

| Improve this Doc View Source

EnterChop(snobolParser.ChopContext)

Enter a parse tree produced by chop().

The default implementation does nothing.

Declaration
public virtual void EnterChop(snobolParser.ChopContext context)
Parameters
Type Name Description
snobolParser.ChopContext context

The parse tree.

| Improve this Doc View Source

EnterCommand(snobolParser.CommandContext)

Enter a parse tree produced by command().

The default implementation does nothing.

Declaration
public virtual void EnterCommand(snobolParser.CommandContext context)
Parameters
Type Name Description
snobolParser.CommandContext context

The parse tree.

| Improve this Doc View Source

EnterConvert(snobolParser.ConvertContext)

Enter a parse tree produced by convert().

The default implementation does nothing.

Declaration
public virtual void EnterConvert(snobolParser.ConvertContext context)
Parameters
Type Name Description
snobolParser.ConvertContext context

The parse tree.

| Improve this Doc View Source

EnterCos(snobolParser.CosContext)

Enter a parse tree produced by cos().

The default implementation does nothing.

Declaration
public virtual void EnterCos(snobolParser.CosContext context)
Parameters
Type Name Description
snobolParser.CosContext context

The parse tree.

| Improve this Doc View Source

EnterDate(snobolParser.DateContext)

Enter a parse tree produced by date().

The default implementation does nothing.

Declaration
public virtual void EnterDate(snobolParser.DateContext context)
Parameters
Type Name Description
snobolParser.DateContext context

The parse tree.

| Improve this Doc View Source

EnterDiffer(snobolParser.DifferContext)

Enter a parse tree produced by differ().

The default implementation does nothing.

Declaration
public virtual void EnterDiffer(snobolParser.DifferContext context)
Parameters
Type Name Description
snobolParser.DifferContext context

The parse tree.

| Improve this Doc View Source

EnterDupl(snobolParser.DuplContext)

Enter a parse tree produced by dupl().

The default implementation does nothing.

Declaration
public virtual void EnterDupl(snobolParser.DuplContext context)
Parameters
Type Name Description
snobolParser.DuplContext context

The parse tree.

| Improve this Doc View Source

EnterEq(snobolParser.EqContext)

Enter a parse tree produced by eq().

The default implementation does nothing.

Declaration
public virtual void EnterEq(snobolParser.EqContext context)
Parameters
Type Name Description
snobolParser.EqContext 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

EnterExp(snobolParser.ExpContext)

Enter a parse tree produced by exp().

The default implementation does nothing.

Declaration
public virtual void EnterExp(snobolParser.ExpContext context)
Parameters
Type Name Description
snobolParser.ExpContext context

The parse tree.

| Improve this Doc View Source

EnterExpression(snobolParser.ExpressionContext)

Enter a parse tree produced by expression().

The default implementation does nothing.

Declaration
public virtual void EnterExpression(snobolParser.ExpressionContext context)
Parameters
Type Name Description
snobolParser.ExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterGe(snobolParser.GeContext)

Enter a parse tree produced by ge().

The default implementation does nothing.

Declaration
public virtual void EnterGe(snobolParser.GeContext context)
Parameters
Type Name Description
snobolParser.GeContext context

The parse tree.

| Improve this Doc View Source

EnterGt(snobolParser.GtContext)

Enter a parse tree produced by gt().

The default implementation does nothing.

Declaration
public virtual void EnterGt(snobolParser.GtContext context)
Parameters
Type Name Description
snobolParser.GtContext context

The parse tree.

| Improve this Doc View Source

EnterIdent(snobolParser.IdentContext)

Enter a parse tree produced by ident().

The default implementation does nothing.

Declaration
public virtual void EnterIdent(snobolParser.IdentContext context)
Parameters
Type Name Description
snobolParser.IdentContext context

The parse tree.

| Improve this Doc View Source

EnterInteger(snobolParser.IntegerContext)

Enter a parse tree produced by integer().

The default implementation does nothing.

Declaration
public virtual void EnterInteger(snobolParser.IntegerContext context)
Parameters
Type Name Description
snobolParser.IntegerContext context

The parse tree.

| Improve this Doc View Source

EnterLabel(snobolParser.LabelContext)

Enter a parse tree produced by label().

The default implementation does nothing.

Declaration
public virtual void EnterLabel(snobolParser.LabelContext context)
Parameters
Type Name Description
snobolParser.LabelContext context

The parse tree.

| Improve this Doc View Source

EnterLe(snobolParser.LeContext)

Enter a parse tree produced by le().

The default implementation does nothing.

Declaration
public virtual void EnterLe(snobolParser.LeContext context)
Parameters
Type Name Description
snobolParser.LeContext context

The parse tree.

| Improve this Doc View Source

EnterLgt(snobolParser.LgtContext)

Enter a parse tree produced by lgt().

The default implementation does nothing.

Declaration
public virtual void EnterLgt(snobolParser.LgtContext context)
Parameters
Type Name Description
snobolParser.LgtContext context

The parse tree.

| Improve this Doc View Source

EnterLin(snobolParser.LinContext)

Enter a parse tree produced by lin().

The default implementation does nothing.

Declaration
public virtual void EnterLin(snobolParser.LinContext context)
Parameters
Type Name Description
snobolParser.LinContext context

The parse tree.

| Improve this Doc View Source

EnterLine(snobolParser.LineContext)

Enter a parse tree produced by line().

The default implementation does nothing.

Declaration
public virtual void EnterLine(snobolParser.LineContext context)
Parameters
Type Name Description
snobolParser.LineContext context

The parse tree.

| Improve this Doc View Source

EnterLn(snobolParser.LnContext)

Enter a parse tree produced by ln().

The default implementation does nothing.

Declaration
public virtual void EnterLn(snobolParser.LnContext context)
Parameters
Type Name Description
snobolParser.LnContext context

The parse tree.

| Improve this Doc View Source

EnterLt(snobolParser.LtContext)

Enter a parse tree produced by lt().

The default implementation does nothing.

Declaration
public virtual void EnterLt(snobolParser.LtContext context)
Parameters
Type Name Description
snobolParser.LtContext context

The parse tree.

| Improve this Doc View Source

EnterMultiplyingExpression(snobolParser.MultiplyingExpressionContext)

Enter a parse tree produced by multiplyingExpression().

The default implementation does nothing.

Declaration
public virtual void EnterMultiplyingExpression(snobolParser.MultiplyingExpressionContext context)
Parameters
Type Name Description
snobolParser.MultiplyingExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterNe(snobolParser.NeContext)

Enter a parse tree produced by ne().

The default implementation does nothing.

Declaration
public virtual void EnterNe(snobolParser.NeContext context)
Parameters
Type Name Description
snobolParser.NeContext context

The parse tree.

| Improve this Doc View Source

EnterPattern(snobolParser.PatternContext)

Enter a parse tree produced by pattern().

The default implementation does nothing.

Declaration
public virtual void EnterPattern(snobolParser.PatternContext context)
Parameters
Type Name Description
snobolParser.PatternContext context

The parse tree.

| Improve this Doc View Source

EnterPowExpression(snobolParser.PowExpressionContext)

Enter a parse tree produced by powExpression().

The default implementation does nothing.

Declaration
public virtual void EnterPowExpression(snobolParser.PowExpressionContext context)
Parameters
Type Name Description
snobolParser.PowExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterProg(snobolParser.ProgContext)

Enter a parse tree produced by prog().

The default implementation does nothing.

Declaration
public virtual void EnterProg(snobolParser.ProgContext context)
Parameters
Type Name Description
snobolParser.ProgContext context

The parse tree.

| Improve this Doc View Source

EnterRemdr(snobolParser.RemdrContext)

Enter a parse tree produced by remdr().

The default implementation does nothing.

Declaration
public virtual void EnterRemdr(snobolParser.RemdrContext context)
Parameters
Type Name Description
snobolParser.RemdrContext context

The parse tree.

| Improve this Doc View Source

EnterReplace(snobolParser.ReplaceContext)

Enter a parse tree produced by replace().

The default implementation does nothing.

Declaration
public virtual void EnterReplace(snobolParser.ReplaceContext context)
Parameters
Type Name Description
snobolParser.ReplaceContext context

The parse tree.

| Improve this Doc View Source

EnterReverse(snobolParser.ReverseContext)

Enter a parse tree produced by reverse().

The default implementation does nothing.

Declaration
public virtual void EnterReverse(snobolParser.ReverseContext context)
Parameters
Type Name Description
snobolParser.ReverseContext context

The parse tree.

| Improve this Doc View Source

EnterSin(snobolParser.SinContext)

Enter a parse tree produced by sin().

The default implementation does nothing.

Declaration
public virtual void EnterSin(snobolParser.SinContext context)
Parameters
Type Name Description
snobolParser.SinContext context

The parse tree.

| Improve this Doc View Source

EnterSize(snobolParser.SizeContext)

Enter a parse tree produced by size().

The default implementation does nothing.

Declaration
public virtual void EnterSize(snobolParser.SizeContext context)
Parameters
Type Name Description
snobolParser.SizeContext context

The parse tree.

| Improve this Doc View Source

EnterSort(snobolParser.SortContext)

Enter a parse tree produced by sort().

The default implementation does nothing.

Declaration
public virtual void EnterSort(snobolParser.SortContext context)
Parameters
Type Name Description
snobolParser.SortContext context

The parse tree.

| Improve this Doc View Source

EnterSubject(snobolParser.SubjectContext)

Enter a parse tree produced by subject().

The default implementation does nothing.

Declaration
public virtual void EnterSubject(snobolParser.SubjectContext context)
Parameters
Type Name Description
snobolParser.SubjectContext context

The parse tree.

| Improve this Doc View Source

EnterTable(snobolParser.TableContext)

Enter a parse tree produced by table().

The default implementation does nothing.

Declaration
public virtual void EnterTable(snobolParser.TableContext context)
Parameters
Type Name Description
snobolParser.TableContext context

The parse tree.

| Improve this Doc View Source

EnterTan(snobolParser.TanContext)

Enter a parse tree produced by tan().

The default implementation does nothing.

Declaration
public virtual void EnterTan(snobolParser.TanContext context)
Parameters
Type Name Description
snobolParser.TanContext context

The parse tree.

| Improve this Doc View Source

EnterTransfer(snobolParser.TransferContext)

Enter a parse tree produced by transfer().

The default implementation does nothing.

Declaration
public virtual void EnterTransfer(snobolParser.TransferContext context)
Parameters
Type Name Description
snobolParser.TransferContext context

The parse tree.

| Improve this Doc View Source

EnterTransferpre(snobolParser.TransferpreContext)

Enter a parse tree produced by transferpre().

The default implementation does nothing.

Declaration
public virtual void EnterTransferpre(snobolParser.TransferpreContext context)
Parameters
Type Name Description
snobolParser.TransferpreContext context

The parse tree.

| Improve this Doc View Source

EnterTrim(snobolParser.TrimContext)

Enter a parse tree produced by trim().

The default implementation does nothing.

Declaration
public virtual void EnterTrim(snobolParser.TrimContext context)
Parameters
Type Name Description
snobolParser.TrimContext context

The parse tree.

| Improve this Doc View Source

ExitArray_(snobolParser.Array_Context)

Exit a parse tree produced by array_().

The default implementation does nothing.

Declaration
public virtual void ExitArray_(snobolParser.Array_Context context)
Parameters
Type Name Description
snobolParser.Array_Context context

The parse tree.

| Improve this Doc View Source

ExitAtan(snobolParser.AtanContext)

Exit a parse tree produced by atan().

The default implementation does nothing.

Declaration
public virtual void ExitAtan(snobolParser.AtanContext context)
Parameters
Type Name Description
snobolParser.AtanContext context

The parse tree.

| Improve this Doc View Source

ExitAtom(snobolParser.AtomContext)

Exit a parse tree produced by atom().

The default implementation does nothing.

Declaration
public virtual void ExitAtom(snobolParser.AtomContext context)
Parameters
Type Name Description
snobolParser.AtomContext context

The parse tree.

| Improve this Doc View Source

ExitBreak_(snobolParser.Break_Context)

Exit a parse tree produced by break_().

The default implementation does nothing.

Declaration
public virtual void ExitBreak_(snobolParser.Break_Context context)
Parameters
Type Name Description
snobolParser.Break_Context context

The parse tree.

| Improve this Doc View Source

ExitChop(snobolParser.ChopContext)

Exit a parse tree produced by chop().

The default implementation does nothing.

Declaration
public virtual void ExitChop(snobolParser.ChopContext context)
Parameters
Type Name Description
snobolParser.ChopContext context

The parse tree.

| Improve this Doc View Source

ExitCommand(snobolParser.CommandContext)

Exit a parse tree produced by command().

The default implementation does nothing.

Declaration
public virtual void ExitCommand(snobolParser.CommandContext context)
Parameters
Type Name Description
snobolParser.CommandContext context

The parse tree.

| Improve this Doc View Source

ExitConvert(snobolParser.ConvertContext)

Exit a parse tree produced by convert().

The default implementation does nothing.

Declaration
public virtual void ExitConvert(snobolParser.ConvertContext context)
Parameters
Type Name Description
snobolParser.ConvertContext context

The parse tree.

| Improve this Doc View Source

ExitCos(snobolParser.CosContext)

Exit a parse tree produced by cos().

The default implementation does nothing.

Declaration
public virtual void ExitCos(snobolParser.CosContext context)
Parameters
Type Name Description
snobolParser.CosContext context

The parse tree.

| Improve this Doc View Source

ExitDate(snobolParser.DateContext)

Exit a parse tree produced by date().

The default implementation does nothing.

Declaration
public virtual void ExitDate(snobolParser.DateContext context)
Parameters
Type Name Description
snobolParser.DateContext context

The parse tree.

| Improve this Doc View Source

ExitDiffer(snobolParser.DifferContext)

Exit a parse tree produced by differ().

The default implementation does nothing.

Declaration
public virtual void ExitDiffer(snobolParser.DifferContext context)
Parameters
Type Name Description
snobolParser.DifferContext context

The parse tree.

| Improve this Doc View Source

ExitDupl(snobolParser.DuplContext)

Exit a parse tree produced by dupl().

The default implementation does nothing.

Declaration
public virtual void ExitDupl(snobolParser.DuplContext context)
Parameters
Type Name Description
snobolParser.DuplContext context

The parse tree.

| Improve this Doc View Source

ExitEq(snobolParser.EqContext)

Exit a parse tree produced by eq().

The default implementation does nothing.

Declaration
public virtual void ExitEq(snobolParser.EqContext context)
Parameters
Type Name Description
snobolParser.EqContext 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

ExitExp(snobolParser.ExpContext)

Exit a parse tree produced by exp().

The default implementation does nothing.

Declaration
public virtual void ExitExp(snobolParser.ExpContext context)
Parameters
Type Name Description
snobolParser.ExpContext context

The parse tree.

| Improve this Doc View Source

ExitExpression(snobolParser.ExpressionContext)

Exit a parse tree produced by expression().

The default implementation does nothing.

Declaration
public virtual void ExitExpression(snobolParser.ExpressionContext context)
Parameters
Type Name Description
snobolParser.ExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitGe(snobolParser.GeContext)

Exit a parse tree produced by ge().

The default implementation does nothing.

Declaration
public virtual void ExitGe(snobolParser.GeContext context)
Parameters
Type Name Description
snobolParser.GeContext context

The parse tree.

| Improve this Doc View Source

ExitGt(snobolParser.GtContext)

Exit a parse tree produced by gt().

The default implementation does nothing.

Declaration
public virtual void ExitGt(snobolParser.GtContext context)
Parameters
Type Name Description
snobolParser.GtContext context

The parse tree.

| Improve this Doc View Source

ExitIdent(snobolParser.IdentContext)

Exit a parse tree produced by ident().

The default implementation does nothing.

Declaration
public virtual void ExitIdent(snobolParser.IdentContext context)
Parameters
Type Name Description
snobolParser.IdentContext context

The parse tree.

| Improve this Doc View Source

ExitInteger(snobolParser.IntegerContext)

Exit a parse tree produced by integer().

The default implementation does nothing.

Declaration
public virtual void ExitInteger(snobolParser.IntegerContext context)
Parameters
Type Name Description
snobolParser.IntegerContext context

The parse tree.

| Improve this Doc View Source

ExitLabel(snobolParser.LabelContext)

Exit a parse tree produced by label().

The default implementation does nothing.

Declaration
public virtual void ExitLabel(snobolParser.LabelContext context)
Parameters
Type Name Description
snobolParser.LabelContext context

The parse tree.

| Improve this Doc View Source

ExitLe(snobolParser.LeContext)

Exit a parse tree produced by le().

The default implementation does nothing.

Declaration
public virtual void ExitLe(snobolParser.LeContext context)
Parameters
Type Name Description
snobolParser.LeContext context

The parse tree.

| Improve this Doc View Source

ExitLgt(snobolParser.LgtContext)

Exit a parse tree produced by lgt().

The default implementation does nothing.

Declaration
public virtual void ExitLgt(snobolParser.LgtContext context)
Parameters
Type Name Description
snobolParser.LgtContext context

The parse tree.

| Improve this Doc View Source

ExitLin(snobolParser.LinContext)

Exit a parse tree produced by lin().

The default implementation does nothing.

Declaration
public virtual void ExitLin(snobolParser.LinContext context)
Parameters
Type Name Description
snobolParser.LinContext context

The parse tree.

| Improve this Doc View Source

ExitLine(snobolParser.LineContext)

Exit a parse tree produced by line().

The default implementation does nothing.

Declaration
public virtual void ExitLine(snobolParser.LineContext context)
Parameters
Type Name Description
snobolParser.LineContext context

The parse tree.

| Improve this Doc View Source

ExitLn(snobolParser.LnContext)

Exit a parse tree produced by ln().

The default implementation does nothing.

Declaration
public virtual void ExitLn(snobolParser.LnContext context)
Parameters
Type Name Description
snobolParser.LnContext context

The parse tree.

| Improve this Doc View Source

ExitLt(snobolParser.LtContext)

Exit a parse tree produced by lt().

The default implementation does nothing.

Declaration
public virtual void ExitLt(snobolParser.LtContext context)
Parameters
Type Name Description
snobolParser.LtContext context

The parse tree.

| Improve this Doc View Source

ExitMultiplyingExpression(snobolParser.MultiplyingExpressionContext)

Exit a parse tree produced by multiplyingExpression().

The default implementation does nothing.

Declaration
public virtual void ExitMultiplyingExpression(snobolParser.MultiplyingExpressionContext context)
Parameters
Type Name Description
snobolParser.MultiplyingExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitNe(snobolParser.NeContext)

Exit a parse tree produced by ne().

The default implementation does nothing.

Declaration
public virtual void ExitNe(snobolParser.NeContext context)
Parameters
Type Name Description
snobolParser.NeContext context

The parse tree.

| Improve this Doc View Source

ExitPattern(snobolParser.PatternContext)

Exit a parse tree produced by pattern().

The default implementation does nothing.

Declaration
public virtual void ExitPattern(snobolParser.PatternContext context)
Parameters
Type Name Description
snobolParser.PatternContext context

The parse tree.

| Improve this Doc View Source

ExitPowExpression(snobolParser.PowExpressionContext)

Exit a parse tree produced by powExpression().

The default implementation does nothing.

Declaration
public virtual void ExitPowExpression(snobolParser.PowExpressionContext context)
Parameters
Type Name Description
snobolParser.PowExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitProg(snobolParser.ProgContext)

Exit a parse tree produced by prog().

The default implementation does nothing.

Declaration
public virtual void ExitProg(snobolParser.ProgContext context)
Parameters
Type Name Description
snobolParser.ProgContext context

The parse tree.

| Improve this Doc View Source

ExitRemdr(snobolParser.RemdrContext)

Exit a parse tree produced by remdr().

The default implementation does nothing.

Declaration
public virtual void ExitRemdr(snobolParser.RemdrContext context)
Parameters
Type Name Description
snobolParser.RemdrContext context

The parse tree.

| Improve this Doc View Source

ExitReplace(snobolParser.ReplaceContext)

Exit a parse tree produced by replace().

The default implementation does nothing.

Declaration
public virtual void ExitReplace(snobolParser.ReplaceContext context)
Parameters
Type Name Description
snobolParser.ReplaceContext context

The parse tree.

| Improve this Doc View Source

ExitReverse(snobolParser.ReverseContext)

Exit a parse tree produced by reverse().

The default implementation does nothing.

Declaration
public virtual void ExitReverse(snobolParser.ReverseContext context)
Parameters
Type Name Description
snobolParser.ReverseContext context

The parse tree.

| Improve this Doc View Source

ExitSin(snobolParser.SinContext)

Exit a parse tree produced by sin().

The default implementation does nothing.

Declaration
public virtual void ExitSin(snobolParser.SinContext context)
Parameters
Type Name Description
snobolParser.SinContext context

The parse tree.

| Improve this Doc View Source

ExitSize(snobolParser.SizeContext)

Exit a parse tree produced by size().

The default implementation does nothing.

Declaration
public virtual void ExitSize(snobolParser.SizeContext context)
Parameters
Type Name Description
snobolParser.SizeContext context

The parse tree.

| Improve this Doc View Source

ExitSort(snobolParser.SortContext)

Exit a parse tree produced by sort().

The default implementation does nothing.

Declaration
public virtual void ExitSort(snobolParser.SortContext context)
Parameters
Type Name Description
snobolParser.SortContext context

The parse tree.

| Improve this Doc View Source

ExitSubject(snobolParser.SubjectContext)

Exit a parse tree produced by subject().

The default implementation does nothing.

Declaration
public virtual void ExitSubject(snobolParser.SubjectContext context)
Parameters
Type Name Description
snobolParser.SubjectContext context

The parse tree.

| Improve this Doc View Source

ExitTable(snobolParser.TableContext)

Exit a parse tree produced by table().

The default implementation does nothing.

Declaration
public virtual void ExitTable(snobolParser.TableContext context)
Parameters
Type Name Description
snobolParser.TableContext context

The parse tree.

| Improve this Doc View Source

ExitTan(snobolParser.TanContext)

Exit a parse tree produced by tan().

The default implementation does nothing.

Declaration
public virtual void ExitTan(snobolParser.TanContext context)
Parameters
Type Name Description
snobolParser.TanContext context

The parse tree.

| Improve this Doc View Source

ExitTransfer(snobolParser.TransferContext)

Exit a parse tree produced by transfer().

The default implementation does nothing.

Declaration
public virtual void ExitTransfer(snobolParser.TransferContext context)
Parameters
Type Name Description
snobolParser.TransferContext context

The parse tree.

| Improve this Doc View Source

ExitTransferpre(snobolParser.TransferpreContext)

Exit a parse tree produced by transferpre().

The default implementation does nothing.

Declaration
public virtual void ExitTransferpre(snobolParser.TransferpreContext context)
Parameters
Type Name Description
snobolParser.TransferpreContext context

The parse tree.

| Improve this Doc View Source

ExitTrim(snobolParser.TrimContext)

Exit a parse tree produced by trim().

The default implementation does nothing.

Declaration
public virtual void ExitTrim(snobolParser.TrimContext context)
Parameters
Type Name Description
snobolParser.TrimContext 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

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