Class ProtoParserBaseListener
- java.lang.Object
-
- io.protostuff.compiler.parser.ProtoParserBaseListener
-
- All Implemented Interfaces:
ProtoParserListener,org.antlr.v4.runtime.tree.ParseTreeListener
- Direct Known Subclasses:
AbstractProtoParserListener
public class ProtoParserBaseListener extends Object implements ProtoParserListener
This class provides an empty implementation ofProtoParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description ProtoParserBaseListener()
-
Method Summary
-
-
-
Method Detail
-
enterProto
public void enterProto(ProtoParser.ProtoContext ctx)
Enter a parse tree produced byProtoParser.proto().The default implementation does nothing.
- Specified by:
enterProtoin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitProto
public void exitProto(ProtoParser.ProtoContext ctx)
Exit a parse tree produced byProtoParser.proto().The default implementation does nothing.
- Specified by:
exitProtoin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterSyntaxStatement
public void enterSyntaxStatement(ProtoParser.SyntaxStatementContext ctx)
Enter a parse tree produced byProtoParser.syntaxStatement().The default implementation does nothing.
- Specified by:
enterSyntaxStatementin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitSyntaxStatement
public void exitSyntaxStatement(ProtoParser.SyntaxStatementContext ctx)
Exit a parse tree produced byProtoParser.syntaxStatement().The default implementation does nothing.
- Specified by:
exitSyntaxStatementin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterSyntaxName
public void enterSyntaxName(ProtoParser.SyntaxNameContext ctx)
Enter a parse tree produced byProtoParser.syntaxName().The default implementation does nothing.
- Specified by:
enterSyntaxNamein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitSyntaxName
public void exitSyntaxName(ProtoParser.SyntaxNameContext ctx)
Exit a parse tree produced byProtoParser.syntaxName().The default implementation does nothing.
- Specified by:
exitSyntaxNamein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterPackageStatement
public void enterPackageStatement(ProtoParser.PackageStatementContext ctx)
Enter a parse tree produced byProtoParser.packageStatement().The default implementation does nothing.
- Specified by:
enterPackageStatementin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitPackageStatement
public void exitPackageStatement(ProtoParser.PackageStatementContext ctx)
Exit a parse tree produced byProtoParser.packageStatement().The default implementation does nothing.
- Specified by:
exitPackageStatementin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterPackageName
public void enterPackageName(ProtoParser.PackageNameContext ctx)
Enter a parse tree produced byProtoParser.packageName().The default implementation does nothing.
- Specified by:
enterPackageNamein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitPackageName
public void exitPackageName(ProtoParser.PackageNameContext ctx)
Exit a parse tree produced byProtoParser.packageName().The default implementation does nothing.
- Specified by:
exitPackageNamein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterImportStatement
public void enterImportStatement(ProtoParser.ImportStatementContext ctx)
Enter a parse tree produced byProtoParser.importStatement().The default implementation does nothing.
- Specified by:
enterImportStatementin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitImportStatement
public void exitImportStatement(ProtoParser.ImportStatementContext ctx)
Exit a parse tree produced byProtoParser.importStatement().The default implementation does nothing.
- Specified by:
exitImportStatementin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterFileReference
public void enterFileReference(ProtoParser.FileReferenceContext ctx)
Enter a parse tree produced byProtoParser.fileReference().The default implementation does nothing.
- Specified by:
enterFileReferencein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitFileReference
public void exitFileReference(ProtoParser.FileReferenceContext ctx)
Exit a parse tree produced byProtoParser.fileReference().The default implementation does nothing.
- Specified by:
exitFileReferencein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterOptionEntry
public void enterOptionEntry(ProtoParser.OptionEntryContext ctx)
Enter a parse tree produced byProtoParser.optionEntry().The default implementation does nothing.
- Specified by:
enterOptionEntryin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitOptionEntry
public void exitOptionEntry(ProtoParser.OptionEntryContext ctx)
Exit a parse tree produced byProtoParser.optionEntry().The default implementation does nothing.
- Specified by:
exitOptionEntryin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterEnumBlock
public void enterEnumBlock(ProtoParser.EnumBlockContext ctx)
Enter a parse tree produced byProtoParser.enumBlock().The default implementation does nothing.
- Specified by:
enterEnumBlockin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitEnumBlock
public void exitEnumBlock(ProtoParser.EnumBlockContext ctx)
Exit a parse tree produced byProtoParser.enumBlock().The default implementation does nothing.
- Specified by:
exitEnumBlockin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterEnumName
public void enterEnumName(ProtoParser.EnumNameContext ctx)
Enter a parse tree produced byProtoParser.enumName().The default implementation does nothing.
- Specified by:
enterEnumNamein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitEnumName
public void exitEnumName(ProtoParser.EnumNameContext ctx)
Exit a parse tree produced byProtoParser.enumName().The default implementation does nothing.
- Specified by:
exitEnumNamein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterEnumField
public void enterEnumField(ProtoParser.EnumFieldContext ctx)
Enter a parse tree produced byProtoParser.enumField().The default implementation does nothing.
- Specified by:
enterEnumFieldin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitEnumField
public void exitEnumField(ProtoParser.EnumFieldContext ctx)
Exit a parse tree produced byProtoParser.enumField().The default implementation does nothing.
- Specified by:
exitEnumFieldin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterEnumFieldName
public void enterEnumFieldName(ProtoParser.EnumFieldNameContext ctx)
Enter a parse tree produced byProtoParser.enumFieldName().The default implementation does nothing.
- Specified by:
enterEnumFieldNamein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitEnumFieldName
public void exitEnumFieldName(ProtoParser.EnumFieldNameContext ctx)
Exit a parse tree produced byProtoParser.enumFieldName().The default implementation does nothing.
- Specified by:
exitEnumFieldNamein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterEnumFieldValue
public void enterEnumFieldValue(ProtoParser.EnumFieldValueContext ctx)
Enter a parse tree produced byProtoParser.enumFieldValue().The default implementation does nothing.
- Specified by:
enterEnumFieldValuein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitEnumFieldValue
public void exitEnumFieldValue(ProtoParser.EnumFieldValueContext ctx)
Exit a parse tree produced byProtoParser.enumFieldValue().The default implementation does nothing.
- Specified by:
exitEnumFieldValuein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterExtendBlock
public void enterExtendBlock(ProtoParser.ExtendBlockContext ctx)
Enter a parse tree produced byProtoParser.extendBlock().The default implementation does nothing.
- Specified by:
enterExtendBlockin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitExtendBlock
public void exitExtendBlock(ProtoParser.ExtendBlockContext ctx)
Exit a parse tree produced byProtoParser.extendBlock().The default implementation does nothing.
- Specified by:
exitExtendBlockin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterExtendBlockEntry
public void enterExtendBlockEntry(ProtoParser.ExtendBlockEntryContext ctx)
Enter a parse tree produced byProtoParser.extendBlockEntry().The default implementation does nothing.
- Specified by:
enterExtendBlockEntryin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitExtendBlockEntry
public void exitExtendBlockEntry(ProtoParser.ExtendBlockEntryContext ctx)
Exit a parse tree produced byProtoParser.extendBlockEntry().The default implementation does nothing.
- Specified by:
exitExtendBlockEntryin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterServiceBlock
public void enterServiceBlock(ProtoParser.ServiceBlockContext ctx)
Enter a parse tree produced byProtoParser.serviceBlock().The default implementation does nothing.
- Specified by:
enterServiceBlockin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitServiceBlock
public void exitServiceBlock(ProtoParser.ServiceBlockContext ctx)
Exit a parse tree produced byProtoParser.serviceBlock().The default implementation does nothing.
- Specified by:
exitServiceBlockin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterServiceName
public void enterServiceName(ProtoParser.ServiceNameContext ctx)
Enter a parse tree produced byProtoParser.serviceName().The default implementation does nothing.
- Specified by:
enterServiceNamein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitServiceName
public void exitServiceName(ProtoParser.ServiceNameContext ctx)
Exit a parse tree produced byProtoParser.serviceName().The default implementation does nothing.
- Specified by:
exitServiceNamein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterRpcMethod
public void enterRpcMethod(ProtoParser.RpcMethodContext ctx)
Enter a parse tree produced byProtoParser.rpcMethod().The default implementation does nothing.
- Specified by:
enterRpcMethodin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitRpcMethod
public void exitRpcMethod(ProtoParser.RpcMethodContext ctx)
Exit a parse tree produced byProtoParser.rpcMethod().The default implementation does nothing.
- Specified by:
exitRpcMethodin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterRpcName
public void enterRpcName(ProtoParser.RpcNameContext ctx)
Enter a parse tree produced byProtoParser.rpcName().The default implementation does nothing.
- Specified by:
enterRpcNamein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitRpcName
public void exitRpcName(ProtoParser.RpcNameContext ctx)
Exit a parse tree produced byProtoParser.rpcName().The default implementation does nothing.
- Specified by:
exitRpcNamein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterRpcType
public void enterRpcType(ProtoParser.RpcTypeContext ctx)
Enter a parse tree produced byProtoParser.rpcType().The default implementation does nothing.
- Specified by:
enterRpcTypein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitRpcType
public void exitRpcType(ProtoParser.RpcTypeContext ctx)
Exit a parse tree produced byProtoParser.rpcType().The default implementation does nothing.
- Specified by:
exitRpcTypein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterMessageBlock
public void enterMessageBlock(ProtoParser.MessageBlockContext ctx)
Enter a parse tree produced byProtoParser.messageBlock().The default implementation does nothing.
- Specified by:
enterMessageBlockin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitMessageBlock
public void exitMessageBlock(ProtoParser.MessageBlockContext ctx)
Exit a parse tree produced byProtoParser.messageBlock().The default implementation does nothing.
- Specified by:
exitMessageBlockin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterMessageName
public void enterMessageName(ProtoParser.MessageNameContext ctx)
Enter a parse tree produced byProtoParser.messageName().The default implementation does nothing.
- Specified by:
enterMessageNamein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitMessageName
public void exitMessageName(ProtoParser.MessageNameContext ctx)
Exit a parse tree produced byProtoParser.messageName().The default implementation does nothing.
- Specified by:
exitMessageNamein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterOneof
public void enterOneof(ProtoParser.OneofContext ctx)
Enter a parse tree produced byProtoParser.oneof().The default implementation does nothing.
- Specified by:
enterOneofin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitOneof
public void exitOneof(ProtoParser.OneofContext ctx)
Exit a parse tree produced byProtoParser.oneof().The default implementation does nothing.
- Specified by:
exitOneofin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterOneofName
public void enterOneofName(ProtoParser.OneofNameContext ctx)
Enter a parse tree produced byProtoParser.oneofName().The default implementation does nothing.
- Specified by:
enterOneofNamein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitOneofName
public void exitOneofName(ProtoParser.OneofNameContext ctx)
Exit a parse tree produced byProtoParser.oneofName().The default implementation does nothing.
- Specified by:
exitOneofNamein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterMap
public void enterMap(ProtoParser.MapContext ctx)
Enter a parse tree produced byProtoParser.map().The default implementation does nothing.
- Specified by:
enterMapin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitMap
public void exitMap(ProtoParser.MapContext ctx)
Exit a parse tree produced byProtoParser.map().The default implementation does nothing.
- Specified by:
exitMapin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterMapKey
public void enterMapKey(ProtoParser.MapKeyContext ctx)
Enter a parse tree produced byProtoParser.mapKey().The default implementation does nothing.
- Specified by:
enterMapKeyin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitMapKey
public void exitMapKey(ProtoParser.MapKeyContext ctx)
Exit a parse tree produced byProtoParser.mapKey().The default implementation does nothing.
- Specified by:
exitMapKeyin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterMapValue
public void enterMapValue(ProtoParser.MapValueContext ctx)
Enter a parse tree produced byProtoParser.mapValue().The default implementation does nothing.
- Specified by:
enterMapValuein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitMapValue
public void exitMapValue(ProtoParser.MapValueContext ctx)
Exit a parse tree produced byProtoParser.mapValue().The default implementation does nothing.
- Specified by:
exitMapValuein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterTag
public void enterTag(ProtoParser.TagContext ctx)
Enter a parse tree produced byProtoParser.tag().The default implementation does nothing.
- Specified by:
enterTagin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitTag
public void exitTag(ProtoParser.TagContext ctx)
Exit a parse tree produced byProtoParser.tag().The default implementation does nothing.
- Specified by:
exitTagin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterGroupBlock
public void enterGroupBlock(ProtoParser.GroupBlockContext ctx)
Enter a parse tree produced byProtoParser.groupBlock().The default implementation does nothing.
- Specified by:
enterGroupBlockin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitGroupBlock
public void exitGroupBlock(ProtoParser.GroupBlockContext ctx)
Exit a parse tree produced byProtoParser.groupBlock().The default implementation does nothing.
- Specified by:
exitGroupBlockin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterGroupName
public void enterGroupName(ProtoParser.GroupNameContext ctx)
Enter a parse tree produced byProtoParser.groupName().The default implementation does nothing.
- Specified by:
enterGroupNamein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitGroupName
public void exitGroupName(ProtoParser.GroupNameContext ctx)
Exit a parse tree produced byProtoParser.groupName().The default implementation does nothing.
- Specified by:
exitGroupNamein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterExtensions
public void enterExtensions(ProtoParser.ExtensionsContext ctx)
Enter a parse tree produced byProtoParser.extensions().The default implementation does nothing.
- Specified by:
enterExtensionsin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitExtensions
public void exitExtensions(ProtoParser.ExtensionsContext ctx)
Exit a parse tree produced byProtoParser.extensions().The default implementation does nothing.
- Specified by:
exitExtensionsin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterRange
public void enterRange(ProtoParser.RangeContext ctx)
Enter a parse tree produced byProtoParser.range().The default implementation does nothing.
- Specified by:
enterRangein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitRange
public void exitRange(ProtoParser.RangeContext ctx)
Exit a parse tree produced byProtoParser.range().The default implementation does nothing.
- Specified by:
exitRangein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterRangeFrom
public void enterRangeFrom(ProtoParser.RangeFromContext ctx)
Enter a parse tree produced byProtoParser.rangeFrom().The default implementation does nothing.
- Specified by:
enterRangeFromin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitRangeFrom
public void exitRangeFrom(ProtoParser.RangeFromContext ctx)
Exit a parse tree produced byProtoParser.rangeFrom().The default implementation does nothing.
- Specified by:
exitRangeFromin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterRangeTo
public void enterRangeTo(ProtoParser.RangeToContext ctx)
Enter a parse tree produced byProtoParser.rangeTo().The default implementation does nothing.
- Specified by:
enterRangeToin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitRangeTo
public void exitRangeTo(ProtoParser.RangeToContext ctx)
Exit a parse tree produced byProtoParser.rangeTo().The default implementation does nothing.
- Specified by:
exitRangeToin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterReservedFieldRanges
public void enterReservedFieldRanges(ProtoParser.ReservedFieldRangesContext ctx)
Enter a parse tree produced byProtoParser.reservedFieldRanges().The default implementation does nothing.
- Specified by:
enterReservedFieldRangesin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitReservedFieldRanges
public void exitReservedFieldRanges(ProtoParser.ReservedFieldRangesContext ctx)
Exit a parse tree produced byProtoParser.reservedFieldRanges().The default implementation does nothing.
- Specified by:
exitReservedFieldRangesin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterReservedFieldNames
public void enterReservedFieldNames(ProtoParser.ReservedFieldNamesContext ctx)
Enter a parse tree produced byProtoParser.reservedFieldNames().The default implementation does nothing.
- Specified by:
enterReservedFieldNamesin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitReservedFieldNames
public void exitReservedFieldNames(ProtoParser.ReservedFieldNamesContext ctx)
Exit a parse tree produced byProtoParser.reservedFieldNames().The default implementation does nothing.
- Specified by:
exitReservedFieldNamesin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterReservedFieldName
public void enterReservedFieldName(ProtoParser.ReservedFieldNameContext ctx)
Enter a parse tree produced byProtoParser.reservedFieldName().The default implementation does nothing.
- Specified by:
enterReservedFieldNamein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitReservedFieldName
public void exitReservedFieldName(ProtoParser.ReservedFieldNameContext ctx)
Exit a parse tree produced byProtoParser.reservedFieldName().The default implementation does nothing.
- Specified by:
exitReservedFieldNamein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterField
public void enterField(ProtoParser.FieldContext ctx)
Enter a parse tree produced byProtoParser.field().The default implementation does nothing.
- Specified by:
enterFieldin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitField
public void exitField(ProtoParser.FieldContext ctx)
Exit a parse tree produced byProtoParser.field().The default implementation does nothing.
- Specified by:
exitFieldin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterFieldName
public void enterFieldName(ProtoParser.FieldNameContext ctx)
Enter a parse tree produced byProtoParser.fieldName().The default implementation does nothing.
- Specified by:
enterFieldNamein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitFieldName
public void exitFieldName(ProtoParser.FieldNameContext ctx)
Exit a parse tree produced byProtoParser.fieldName().The default implementation does nothing.
- Specified by:
exitFieldNamein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterFieldModifier
public void enterFieldModifier(ProtoParser.FieldModifierContext ctx)
Enter a parse tree produced byProtoParser.fieldModifier().The default implementation does nothing.
- Specified by:
enterFieldModifierin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitFieldModifier
public void exitFieldModifier(ProtoParser.FieldModifierContext ctx)
Exit a parse tree produced byProtoParser.fieldModifier().The default implementation does nothing.
- Specified by:
exitFieldModifierin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterTypeReference
public void enterTypeReference(ProtoParser.TypeReferenceContext ctx)
Enter a parse tree produced byProtoParser.typeReference().The default implementation does nothing.
- Specified by:
enterTypeReferencein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitTypeReference
public void exitTypeReference(ProtoParser.TypeReferenceContext ctx)
Exit a parse tree produced byProtoParser.typeReference().The default implementation does nothing.
- Specified by:
exitTypeReferencein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterFieldOptions
public void enterFieldOptions(ProtoParser.FieldOptionsContext ctx)
Enter a parse tree produced byProtoParser.fieldOptions().The default implementation does nothing.
- Specified by:
enterFieldOptionsin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitFieldOptions
public void exitFieldOptions(ProtoParser.FieldOptionsContext ctx)
Exit a parse tree produced byProtoParser.fieldOptions().The default implementation does nothing.
- Specified by:
exitFieldOptionsin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterOption
public void enterOption(ProtoParser.OptionContext ctx)
Enter a parse tree produced byProtoParser.option().The default implementation does nothing.
- Specified by:
enterOptionin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitOption
public void exitOption(ProtoParser.OptionContext ctx)
Exit a parse tree produced byProtoParser.option().The default implementation does nothing.
- Specified by:
exitOptionin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterFieldRerefence
public void enterFieldRerefence(ProtoParser.FieldRerefenceContext ctx)
Enter a parse tree produced byProtoParser.fieldRerefence().The default implementation does nothing.
- Specified by:
enterFieldRerefencein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitFieldRerefence
public void exitFieldRerefence(ProtoParser.FieldRerefenceContext ctx)
Exit a parse tree produced byProtoParser.fieldRerefence().The default implementation does nothing.
- Specified by:
exitFieldRerefencein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterStandardFieldRerefence
public void enterStandardFieldRerefence(ProtoParser.StandardFieldRerefenceContext ctx)
Enter a parse tree produced byProtoParser.standardFieldRerefence().The default implementation does nothing.
- Specified by:
enterStandardFieldRerefencein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitStandardFieldRerefence
public void exitStandardFieldRerefence(ProtoParser.StandardFieldRerefenceContext ctx)
Exit a parse tree produced byProtoParser.standardFieldRerefence().The default implementation does nothing.
- Specified by:
exitStandardFieldRerefencein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterCustomFieldReference
public void enterCustomFieldReference(ProtoParser.CustomFieldReferenceContext ctx)
Enter a parse tree produced byProtoParser.customFieldReference().The default implementation does nothing.
- Specified by:
enterCustomFieldReferencein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitCustomFieldReference
public void exitCustomFieldReference(ProtoParser.CustomFieldReferenceContext ctx)
Exit a parse tree produced byProtoParser.customFieldReference().The default implementation does nothing.
- Specified by:
exitCustomFieldReferencein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterOptionValue
public void enterOptionValue(ProtoParser.OptionValueContext ctx)
Enter a parse tree produced byProtoParser.optionValue().The default implementation does nothing.
- Specified by:
enterOptionValuein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitOptionValue
public void exitOptionValue(ProtoParser.OptionValueContext ctx)
Exit a parse tree produced byProtoParser.optionValue().The default implementation does nothing.
- Specified by:
exitOptionValuein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterTextFormat
public void enterTextFormat(ProtoParser.TextFormatContext ctx)
Enter a parse tree produced byProtoParser.textFormat().The default implementation does nothing.
- Specified by:
enterTextFormatin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitTextFormat
public void exitTextFormat(ProtoParser.TextFormatContext ctx)
Exit a parse tree produced byProtoParser.textFormat().The default implementation does nothing.
- Specified by:
exitTextFormatin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterTextFormatOptionName
public void enterTextFormatOptionName(ProtoParser.TextFormatOptionNameContext ctx)
Enter a parse tree produced byProtoParser.textFormatOptionName().The default implementation does nothing.
- Specified by:
enterTextFormatOptionNamein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitTextFormatOptionName
public void exitTextFormatOptionName(ProtoParser.TextFormatOptionNameContext ctx)
Exit a parse tree produced byProtoParser.textFormatOptionName().The default implementation does nothing.
- Specified by:
exitTextFormatOptionNamein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterTextFormatEntry
public void enterTextFormatEntry(ProtoParser.TextFormatEntryContext ctx)
Enter a parse tree produced byProtoParser.textFormatEntry().The default implementation does nothing.
- Specified by:
enterTextFormatEntryin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitTextFormatEntry
public void exitTextFormatEntry(ProtoParser.TextFormatEntryContext ctx)
Exit a parse tree produced byProtoParser.textFormatEntry().The default implementation does nothing.
- Specified by:
exitTextFormatEntryin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterTextFormatOptionValue
public void enterTextFormatOptionValue(ProtoParser.TextFormatOptionValueContext ctx)
Enter a parse tree produced byProtoParser.textFormatOptionValue().The default implementation does nothing.
- Specified by:
enterTextFormatOptionValuein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitTextFormatOptionValue
public void exitTextFormatOptionValue(ProtoParser.TextFormatOptionValueContext ctx)
Exit a parse tree produced byProtoParser.textFormatOptionValue().The default implementation does nothing.
- Specified by:
exitTextFormatOptionValuein interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterFullIdent
public void enterFullIdent(ProtoParser.FullIdentContext ctx)
Enter a parse tree produced byProtoParser.fullIdent().The default implementation does nothing.
- Specified by:
enterFullIdentin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitFullIdent
public void exitFullIdent(ProtoParser.FullIdentContext ctx)
Exit a parse tree produced byProtoParser.fullIdent().The default implementation does nothing.
- Specified by:
exitFullIdentin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterIdent
public void enterIdent(ProtoParser.IdentContext ctx)
Enter a parse tree produced byProtoParser.ident().The default implementation does nothing.
- Specified by:
enterIdentin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
exitIdent
public void exitIdent(ProtoParser.IdentContext ctx)
Exit a parse tree produced byProtoParser.ident().The default implementation does nothing.
- Specified by:
exitIdentin interfaceProtoParserListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
-