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 SourceEnterAdditionalOption(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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |