Show / Hide Table of Contents

Class aptBaseListener

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

Inheritance
System.Object
aptBaseListener
Implements
IaptListener
Antlr4.Runtime.Tree.IParseTreeListener
Namespace: GCore.Antlr.Grammers.Apt
Assembly: Apt.dll
Syntax
public class aptBaseListener : object, IaptListener, Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAdditionalOption(aptParser.AdditionalOptionContext)

Enter a parse tree produced by additionalOption().

The default implementation does nothing.

Declaration
public virtual void EnterAdditionalOption(aptParser.AdditionalOptionContext context)
Parameters
Type Name Description
aptParser.AdditionalOptionContext context

The parse tree.

| Improve this Doc View Source

EnterAdditionalOptions(aptParser.AdditionalOptionsContext)

Enter a parse tree produced by additionalOptions().

The default implementation does nothing.

Declaration
public virtual void EnterAdditionalOptions(aptParser.AdditionalOptionsContext context)
Parameters
Type Name Description
aptParser.AdditionalOptionsContext context

The parse tree.

| Improve this Doc View Source

EnterCdromURI(aptParser.CdromURIContext)

Enter a parse tree produced by cdromURI().

The default implementation does nothing.

Declaration
public virtual void EnterCdromURI(aptParser.CdromURIContext context)
Parameters
Type Name Description
aptParser.CdromURIContext context

The parse tree.

| Improve this Doc View Source

EnterCommenterR(aptParser.CommenterRContext)

Enter a parse tree produced by commenterR().

The default implementation does nothing.

Declaration
public virtual void EnterCommenterR(aptParser.CommenterRContext context)
Parameters
Type Name Description
aptParser.CommenterRContext context

The parse tree.

| Improve this Doc View Source

EnterComponent(aptParser.ComponentContext)

Enter a parse tree produced by component().

The default implementation does nothing.

Declaration
public virtual void EnterComponent(aptParser.ComponentContext context)
Parameters
Type Name Description
aptParser.ComponentContext context

The parse tree.

| Improve this Doc View Source

EnterComponentsR(aptParser.ComponentsRContext)

Enter a parse tree produced by componentsR().

The default implementation does nothing.

Declaration
public virtual void EnterComponentsR(aptParser.ComponentsRContext context)
Parameters
Type Name Description
aptParser.ComponentsRContext context

The parse tree.

| Improve this Doc View Source

EnterDoubleTickEnclosedString(aptParser.DoubleTickEnclosedStringContext)

Enter a parse tree produced by doubleTickEnclosedString().

The default implementation does nothing.

Declaration
public virtual void EnterDoubleTickEnclosedString(aptParser.DoubleTickEnclosedStringContext context)
Parameters
Type Name Description
aptParser.DoubleTickEnclosedStringContext context

The parse tree.

| Improve this Doc View Source

EnterEnclosedString(aptParser.EnclosedStringContext)

Enter a parse tree produced by enclosedString().

The default implementation does nothing.

Declaration
public virtual void EnterEnclosedString(aptParser.EnclosedStringContext context)
Parameters
Type Name Description
aptParser.EnclosedStringContext 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

EnterGenericURI(aptParser.GenericURIContext)

Enter a parse tree produced by genericURI().

The default implementation does nothing.

Declaration
public virtual void EnterGenericURI(aptParser.GenericURIContext context)
Parameters
Type Name Description
aptParser.GenericURIContext context

The parse tree.

| Improve this Doc View Source

EnterNonSpaceString(aptParser.NonSpaceStringContext)

Enter a parse tree produced by nonSpaceString().

The default implementation does nothing.

Declaration
public virtual void EnterNonSpaceString(aptParser.NonSpaceStringContext context)
Parameters
Type Name Description
aptParser.NonSpaceStringContext context

The parse tree.

| Improve this Doc View Source

EnterNonSpaceStringSegment(aptParser.NonSpaceStringSegmentContext)

Enter a parse tree produced by nonSpaceStringSegment().

The default implementation does nothing.

Declaration
public virtual void EnterNonSpaceStringSegment(aptParser.NonSpaceStringSegmentContext context)
Parameters
Type Name Description
aptParser.NonSpaceStringSegmentContext context

The parse tree.

| Improve this Doc View Source

EnterNonSquareBracketString(aptParser.NonSquareBracketStringContext)

Enter a parse tree produced by nonSquareBracketString().

The default implementation does nothing.

Declaration
public virtual void EnterNonSquareBracketString(aptParser.NonSquareBracketStringContext context)
Parameters
Type Name Description
aptParser.NonSquareBracketStringContext context

The parse tree.

| Improve this Doc View Source

EnterNonSquareBracketStringSegment(aptParser.NonSquareBracketStringSegmentContext)

Enter a parse tree produced by nonSquareBracketStringSegment().

The default implementation does nothing.

Declaration
public virtual void EnterNonSquareBracketStringSegment(aptParser.NonSquareBracketStringSegmentContext context)
Parameters
Type Name Description
aptParser.NonSquareBracketStringSegmentContext context

The parse tree.

| Improve this Doc View Source

EnterOptionR(aptParser.OptionRContext)

Enter a parse tree produced by optionR().

The default implementation does nothing.

Declaration
public virtual void EnterOptionR(aptParser.OptionRContext context)
Parameters
Type Name Description
aptParser.OptionRContext context

The parse tree.

| Improve this Doc View Source

EnterOptionsList(aptParser.OptionsListContext)

Enter a parse tree produced by optionsList().

The default implementation does nothing.

Declaration
public virtual void EnterOptionsList(aptParser.OptionsListContext context)
Parameters
Type Name Description
aptParser.OptionsListContext context

The parse tree.

| Improve this Doc View Source

EnterOptionsR(aptParser.OptionsRContext)

Enter a parse tree produced by optionsR().

The default implementation does nothing.

Declaration
public virtual void EnterOptionsR(aptParser.OptionsRContext context)
Parameters
Type Name Description
aptParser.OptionsRContext context

The parse tree.

| Improve this Doc View Source

EnterOptionValue(aptParser.OptionValueContext)

Enter a parse tree produced by optionValue().

The default implementation does nothing.

Declaration
public virtual void EnterOptionValue(aptParser.OptionValueContext context)
Parameters
Type Name Description
aptParser.OptionValueContext context

The parse tree.

| Improve this Doc View Source

EnterOptionValueSegment(aptParser.OptionValueSegmentContext)

Enter a parse tree produced by optionValueSegment().

The default implementation does nothing.

Declaration
public virtual void EnterOptionValueSegment(aptParser.OptionValueSegmentContext context)
Parameters
Type Name Description
aptParser.OptionValueSegmentContext context

The parse tree.

| Improve this Doc View Source

EnterRecord(aptParser.RecordContext)

Enter a parse tree produced by record().

The default implementation does nothing.

Declaration
public virtual void EnterRecord(aptParser.RecordContext context)
Parameters
Type Name Description
aptParser.RecordContext context

The parse tree.

| Improve this Doc View Source

EnterRestSchemaWords(aptParser.RestSchemaWordsContext)

Enter a parse tree produced by restSchemaWords().

The default implementation does nothing.

Declaration
public virtual void EnterRestSchemaWords(aptParser.RestSchemaWordsContext context)
Parameters
Type Name Description
aptParser.RestSchemaWordsContext context

The parse tree.

| Improve this Doc View Source

EnterSingleTickEnclosedString(aptParser.SingleTickEnclosedStringContext)

Enter a parse tree produced by singleTickEnclosedString().

The default implementation does nothing.

Declaration
public virtual void EnterSingleTickEnclosedString(aptParser.SingleTickEnclosedStringContext context)
Parameters
Type Name Description
aptParser.SingleTickEnclosedStringContext context

The parse tree.

| Improve this Doc View Source

EnterTickEnclosedString(aptParser.TickEnclosedStringContext)

Enter a parse tree produced by tickEnclosedString().

The default implementation does nothing.

Declaration
public virtual void EnterTickEnclosedString(aptParser.TickEnclosedStringContext context)
Parameters
Type Name Description
aptParser.TickEnclosedStringContext context

The parse tree.

| Improve this Doc View Source

EnterUriR(aptParser.UriRContext)

Enter a parse tree produced by uriR().

The default implementation does nothing.

Declaration
public virtual void EnterUriR(aptParser.UriRContext context)
Parameters
Type Name Description
aptParser.UriRContext context

The parse tree.

| Improve this Doc View Source

EnterUriSchema(aptParser.UriSchemaContext)

Enter a parse tree produced by uriSchema().

The default implementation does nothing.

Declaration
public virtual void EnterUriSchema(aptParser.UriSchemaContext context)
Parameters
Type Name Description
aptParser.UriSchemaContext context

The parse tree.

| Improve this Doc View Source

EnterWordWithDash(aptParser.WordWithDashContext)

Enter a parse tree produced by wordWithDash().

The default implementation does nothing.

Declaration
public virtual void EnterWordWithDash(aptParser.WordWithDashContext context)
Parameters
Type Name Description
aptParser.WordWithDashContext context

The parse tree.

| Improve this Doc View Source

EnterWordWithDashSegment(aptParser.WordWithDashSegmentContext)

Enter a parse tree produced by wordWithDashSegment().

The default implementation does nothing.

Declaration
public virtual void EnterWordWithDashSegment(aptParser.WordWithDashSegmentContext context)
Parameters
Type Name Description
aptParser.WordWithDashSegmentContext context

The parse tree.

| Improve this Doc View Source

EnterWordWithPlus(aptParser.WordWithPlusContext)

Enter a parse tree produced by wordWithPlus().

The default implementation does nothing.

Declaration
public virtual void EnterWordWithPlus(aptParser.WordWithPlusContext context)
Parameters
Type Name Description
aptParser.WordWithPlusContext context

The parse tree.

| Improve this Doc View Source

ExitAdditionalOption(aptParser.AdditionalOptionContext)

Exit a parse tree produced by additionalOption().

The default implementation does nothing.

Declaration
public virtual void ExitAdditionalOption(aptParser.AdditionalOptionContext context)
Parameters
Type Name Description
aptParser.AdditionalOptionContext context

The parse tree.

| Improve this Doc View Source

ExitAdditionalOptions(aptParser.AdditionalOptionsContext)

Exit a parse tree produced by additionalOptions().

The default implementation does nothing.

Declaration
public virtual void ExitAdditionalOptions(aptParser.AdditionalOptionsContext context)
Parameters
Type Name Description
aptParser.AdditionalOptionsContext context

The parse tree.

| Improve this Doc View Source

ExitCdromURI(aptParser.CdromURIContext)

Exit a parse tree produced by cdromURI().

The default implementation does nothing.

Declaration
public virtual void ExitCdromURI(aptParser.CdromURIContext context)
Parameters
Type Name Description
aptParser.CdromURIContext context

The parse tree.

| Improve this Doc View Source

ExitCommenterR(aptParser.CommenterRContext)

Exit a parse tree produced by commenterR().

The default implementation does nothing.

Declaration
public virtual void ExitCommenterR(aptParser.CommenterRContext context)
Parameters
Type Name Description
aptParser.CommenterRContext context

The parse tree.

| Improve this Doc View Source

ExitComponent(aptParser.ComponentContext)

Exit a parse tree produced by component().

The default implementation does nothing.

Declaration
public virtual void ExitComponent(aptParser.ComponentContext context)
Parameters
Type Name Description
aptParser.ComponentContext context

The parse tree.

| Improve this Doc View Source

ExitComponentsR(aptParser.ComponentsRContext)

Exit a parse tree produced by componentsR().

The default implementation does nothing.

Declaration
public virtual void ExitComponentsR(aptParser.ComponentsRContext context)
Parameters
Type Name Description
aptParser.ComponentsRContext context

The parse tree.

| Improve this Doc View Source

ExitDoubleTickEnclosedString(aptParser.DoubleTickEnclosedStringContext)

Exit a parse tree produced by doubleTickEnclosedString().

The default implementation does nothing.

Declaration
public virtual void ExitDoubleTickEnclosedString(aptParser.DoubleTickEnclosedStringContext context)
Parameters
Type Name Description
aptParser.DoubleTickEnclosedStringContext context

The parse tree.

| Improve this Doc View Source

ExitEnclosedString(aptParser.EnclosedStringContext)

Exit a parse tree produced by enclosedString().

The default implementation does nothing.

Declaration
public virtual void ExitEnclosedString(aptParser.EnclosedStringContext context)
Parameters
Type Name Description
aptParser.EnclosedStringContext 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

ExitGenericURI(aptParser.GenericURIContext)

Exit a parse tree produced by genericURI().

The default implementation does nothing.

Declaration
public virtual void ExitGenericURI(aptParser.GenericURIContext context)
Parameters
Type Name Description
aptParser.GenericURIContext context

The parse tree.

| Improve this Doc View Source

ExitNonSpaceString(aptParser.NonSpaceStringContext)

Exit a parse tree produced by nonSpaceString().

The default implementation does nothing.

Declaration
public virtual void ExitNonSpaceString(aptParser.NonSpaceStringContext context)
Parameters
Type Name Description
aptParser.NonSpaceStringContext context

The parse tree.

| Improve this Doc View Source

ExitNonSpaceStringSegment(aptParser.NonSpaceStringSegmentContext)

Exit a parse tree produced by nonSpaceStringSegment().

The default implementation does nothing.

Declaration
public virtual void ExitNonSpaceStringSegment(aptParser.NonSpaceStringSegmentContext context)
Parameters
Type Name Description
aptParser.NonSpaceStringSegmentContext context

The parse tree.

| Improve this Doc View Source

ExitNonSquareBracketString(aptParser.NonSquareBracketStringContext)

Exit a parse tree produced by nonSquareBracketString().

The default implementation does nothing.

Declaration
public virtual void ExitNonSquareBracketString(aptParser.NonSquareBracketStringContext context)
Parameters
Type Name Description
aptParser.NonSquareBracketStringContext context

The parse tree.

| Improve this Doc View Source

ExitNonSquareBracketStringSegment(aptParser.NonSquareBracketStringSegmentContext)

Exit a parse tree produced by nonSquareBracketStringSegment().

The default implementation does nothing.

Declaration
public virtual void ExitNonSquareBracketStringSegment(aptParser.NonSquareBracketStringSegmentContext context)
Parameters
Type Name Description
aptParser.NonSquareBracketStringSegmentContext context

The parse tree.

| Improve this Doc View Source

ExitOptionR(aptParser.OptionRContext)

Exit a parse tree produced by optionR().

The default implementation does nothing.

Declaration
public virtual void ExitOptionR(aptParser.OptionRContext context)
Parameters
Type Name Description
aptParser.OptionRContext context

The parse tree.

| Improve this Doc View Source

ExitOptionsList(aptParser.OptionsListContext)

Exit a parse tree produced by optionsList().

The default implementation does nothing.

Declaration
public virtual void ExitOptionsList(aptParser.OptionsListContext context)
Parameters
Type Name Description
aptParser.OptionsListContext context

The parse tree.

| Improve this Doc View Source

ExitOptionsR(aptParser.OptionsRContext)

Exit a parse tree produced by optionsR().

The default implementation does nothing.

Declaration
public virtual void ExitOptionsR(aptParser.OptionsRContext context)
Parameters
Type Name Description
aptParser.OptionsRContext context

The parse tree.

| Improve this Doc View Source

ExitOptionValue(aptParser.OptionValueContext)

Exit a parse tree produced by optionValue().

The default implementation does nothing.

Declaration
public virtual void ExitOptionValue(aptParser.OptionValueContext context)
Parameters
Type Name Description
aptParser.OptionValueContext context

The parse tree.

| Improve this Doc View Source

ExitOptionValueSegment(aptParser.OptionValueSegmentContext)

Exit a parse tree produced by optionValueSegment().

The default implementation does nothing.

Declaration
public virtual void ExitOptionValueSegment(aptParser.OptionValueSegmentContext context)
Parameters
Type Name Description
aptParser.OptionValueSegmentContext context

The parse tree.

| Improve this Doc View Source

ExitRecord(aptParser.RecordContext)

Exit a parse tree produced by record().

The default implementation does nothing.

Declaration
public virtual void ExitRecord(aptParser.RecordContext context)
Parameters
Type Name Description
aptParser.RecordContext context

The parse tree.

| Improve this Doc View Source

ExitRestSchemaWords(aptParser.RestSchemaWordsContext)

Exit a parse tree produced by restSchemaWords().

The default implementation does nothing.

Declaration
public virtual void ExitRestSchemaWords(aptParser.RestSchemaWordsContext context)
Parameters
Type Name Description
aptParser.RestSchemaWordsContext context

The parse tree.

| Improve this Doc View Source

ExitSingleTickEnclosedString(aptParser.SingleTickEnclosedStringContext)

Exit a parse tree produced by singleTickEnclosedString().

The default implementation does nothing.

Declaration
public virtual void ExitSingleTickEnclosedString(aptParser.SingleTickEnclosedStringContext context)
Parameters
Type Name Description
aptParser.SingleTickEnclosedStringContext context

The parse tree.

| Improve this Doc View Source

ExitTickEnclosedString(aptParser.TickEnclosedStringContext)

Exit a parse tree produced by tickEnclosedString().

The default implementation does nothing.

Declaration
public virtual void ExitTickEnclosedString(aptParser.TickEnclosedStringContext context)
Parameters
Type Name Description
aptParser.TickEnclosedStringContext context

The parse tree.

| Improve this Doc View Source

ExitUriR(aptParser.UriRContext)

Exit a parse tree produced by uriR().

The default implementation does nothing.

Declaration
public virtual void ExitUriR(aptParser.UriRContext context)
Parameters
Type Name Description
aptParser.UriRContext context

The parse tree.

| Improve this Doc View Source

ExitUriSchema(aptParser.UriSchemaContext)

Exit a parse tree produced by uriSchema().

The default implementation does nothing.

Declaration
public virtual void ExitUriSchema(aptParser.UriSchemaContext context)
Parameters
Type Name Description
aptParser.UriSchemaContext context

The parse tree.

| Improve this Doc View Source

ExitWordWithDash(aptParser.WordWithDashContext)

Exit a parse tree produced by wordWithDash().

The default implementation does nothing.

Declaration
public virtual void ExitWordWithDash(aptParser.WordWithDashContext context)
Parameters
Type Name Description
aptParser.WordWithDashContext context

The parse tree.

| Improve this Doc View Source

ExitWordWithDashSegment(aptParser.WordWithDashSegmentContext)

Exit a parse tree produced by wordWithDashSegment().

The default implementation does nothing.

Declaration
public virtual void ExitWordWithDashSegment(aptParser.WordWithDashSegmentContext context)
Parameters
Type Name Description
aptParser.WordWithDashSegmentContext context

The parse tree.

| Improve this Doc View Source

ExitWordWithPlus(aptParser.WordWithPlusContext)

Exit a parse tree produced by wordWithPlus().

The default implementation does nothing.

Declaration
public virtual void ExitWordWithPlus(aptParser.WordWithPlusContext context)
Parameters
Type Name Description
aptParser.WordWithPlusContext 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

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