Show / Hide Table of Contents

Interface IaptListener

This interface defines a complete listener for a parse tree produced by aptParser.

Namespace: GCore.Antlr.Grammers.Apt
Assembly: Apt.dll
Syntax
public interface IaptListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAdditionalOption(aptParser.AdditionalOptionContext)

Enter a parse tree produced by additionalOption().

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

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

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

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

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

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

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

Declaration
void EnterEnclosedString(aptParser.EnclosedStringContext context)
Parameters
Type Name Description
aptParser.EnclosedStringContext context

The parse tree.

| Improve this Doc View Source

EnterGenericURI(aptParser.GenericURIContext)

Enter a parse tree produced by genericURI().

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Declaration
void ExitEnclosedString(aptParser.EnclosedStringContext context)
Parameters
Type Name Description
aptParser.EnclosedStringContext context

The parse tree.

| Improve this Doc View Source

ExitGenericURI(aptParser.GenericURIContext)

Exit a parse tree produced by genericURI().

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Declaration
void ExitWordWithPlus(aptParser.WordWithPlusContext context)
Parameters
Type Name Description
aptParser.WordWithPlusContext context

The parse tree.

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