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
Namespace: GCore.Antlr.Grammers.Apt
Assembly: Apt.dll
Syntax
public class aptBaseListener : object, IaptListener, Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterAdditionalOption(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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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.
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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.
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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.
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.