Interface Protobuf3Listener

All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener

public interface Protobuf3Listener extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by Protobuf3Parser.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    enterBlockLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.BlockLitContext ctx)
    Enter a parse tree produced by Protobuf3Parser.blockLit().
    void
    enterBoolLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.BoolLitContext ctx)
    Enter a parse tree produced by Protobuf3Parser.boolLit().
    void
    enterConstant(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ConstantContext ctx)
    Enter a parse tree produced by Protobuf3Parser.constant().
    void
    enterEmptyStatement_(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EmptyStatement_Context ctx)
    Enter a parse tree produced by Protobuf3Parser.emptyStatement_().
    void
    enterEnumBody(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumBodyContext ctx)
    Enter a parse tree produced by Protobuf3Parser.enumBody().
    void
    enterEnumDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumDefContext ctx)
    Enter a parse tree produced by Protobuf3Parser.enumDef().
    void
    enterEnumElement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumElementContext ctx)
    Enter a parse tree produced by Protobuf3Parser.enumElement().
    void
    enterEnumField(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumFieldContext ctx)
    Enter a parse tree produced by Protobuf3Parser.enumField().
    void
    enterEnumName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumNameContext ctx)
    Enter a parse tree produced by Protobuf3Parser.enumName().
    void
    enterEnumType(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumTypeContext ctx)
    Enter a parse tree produced by Protobuf3Parser.enumType().
    void
    enterEnumValueOption(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumValueOptionContext ctx)
    Enter a parse tree produced by Protobuf3Parser.enumValueOption().
    void
    enterEnumValueOptions(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumValueOptionsContext ctx)
    Enter a parse tree produced by Protobuf3Parser.enumValueOptions().
    void
    enterExtendDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ExtendDefContext ctx)
    Enter a parse tree produced by Protobuf3Parser.extendDef().
    void
    enterField(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldContext ctx)
    Enter a parse tree produced by Protobuf3Parser.field().
    void
    enterFieldLabel(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldLabelContext ctx)
    Enter a parse tree produced by Protobuf3Parser.fieldLabel().
    void
    enterFieldName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldNameContext ctx)
    Enter a parse tree produced by Protobuf3Parser.fieldName().
    void
    enterFieldNumber(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldNumberContext ctx)
    Enter a parse tree produced by Protobuf3Parser.fieldNumber().
    void
    enterFieldOption(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldOptionContext ctx)
    Enter a parse tree produced by Protobuf3Parser.fieldOption().
    void
    enterFieldOptions(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldOptionsContext ctx)
    Enter a parse tree produced by Protobuf3Parser.fieldOptions().
    void
    enterFloatLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FloatLitContext ctx)
    Enter a parse tree produced by Protobuf3Parser.floatLit().
    void
    enterFullIdent(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FullIdentContext ctx)
    Enter a parse tree produced by Protobuf3Parser.fullIdent().
    void
    enterIdent(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.IdentContext ctx)
    Enter a parse tree produced by Protobuf3Parser.ident().
    void
    enterImportStatement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ImportStatementContext ctx)
    Enter a parse tree produced by Protobuf3Parser.importStatement().
    void
    enterIntLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.IntLitContext ctx)
    Enter a parse tree produced by Protobuf3Parser.intLit().
    void
    enterKeyType(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.KeyTypeContext ctx)
    Enter a parse tree produced by Protobuf3Parser.keyType().
    void
    enterKeywords(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.KeywordsContext ctx)
    Enter a parse tree produced by Protobuf3Parser.keywords().
    void
    enterMapField(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MapFieldContext ctx)
    Enter a parse tree produced by Protobuf3Parser.mapField().
    void
    enterMapName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MapNameContext ctx)
    Enter a parse tree produced by Protobuf3Parser.mapName().
    void
    enterMessageBody(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageBodyContext ctx)
    Enter a parse tree produced by Protobuf3Parser.messageBody().
    void
    enterMessageDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageDefContext ctx)
    Enter a parse tree produced by Protobuf3Parser.messageDef().
    void
    enterMessageElement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageElementContext ctx)
    Enter a parse tree produced by Protobuf3Parser.messageElement().
    void
    enterMessageName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageNameContext ctx)
    Enter a parse tree produced by Protobuf3Parser.messageName().
    void
    enterMessageType(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageTypeContext ctx)
    Enter a parse tree produced by Protobuf3Parser.messageType().
    void
    enterOneof(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OneofContext ctx)
    Enter a parse tree produced by Protobuf3Parser.oneof().
    void
    enterOneofField(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OneofFieldContext ctx)
    Enter a parse tree produced by Protobuf3Parser.oneofField().
    void
    enterOneofName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OneofNameContext ctx)
    Enter a parse tree produced by Protobuf3Parser.oneofName().
    void
    enterOptionName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OptionNameContext ctx)
    Enter a parse tree produced by Protobuf3Parser.optionName().
    void
    enterOptionStatement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OptionStatementContext ctx)
    Enter a parse tree produced by Protobuf3Parser.optionStatement().
    void
    enterPackageStatement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.PackageStatementContext ctx)
    Enter a parse tree produced by Protobuf3Parser.packageStatement().
    void
    enterProto(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ProtoContext ctx)
    Enter a parse tree produced by Protobuf3Parser.proto().
    void
    enterRange_(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.Range_Context ctx)
    Enter a parse tree produced by Protobuf3Parser.range_().
    void
    enterRanges(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.RangesContext ctx)
    Enter a parse tree produced by Protobuf3Parser.ranges().
    void
    enterReserved(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ReservedContext ctx)
    Enter a parse tree produced by Protobuf3Parser.reserved().
    void
    enterReservedFieldNames(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ReservedFieldNamesContext ctx)
    Enter a parse tree produced by Protobuf3Parser.reservedFieldNames().
    void
    enterRpc(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.RpcContext ctx)
    Enter a parse tree produced by Protobuf3Parser.rpc().
    void
    enterRpcName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.RpcNameContext ctx)
    Enter a parse tree produced by Protobuf3Parser.rpcName().
    void
    enterServiceDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ServiceDefContext ctx)
    Enter a parse tree produced by Protobuf3Parser.serviceDef().
    void
    enterServiceElement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ServiceElementContext ctx)
    Enter a parse tree produced by Protobuf3Parser.serviceElement().
    void
    enterServiceName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ServiceNameContext ctx)
    Enter a parse tree produced by Protobuf3Parser.serviceName().
    void
    enterStrLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.StrLitContext ctx)
    Enter a parse tree produced by Protobuf3Parser.strLit().
    void
    enterSyntax(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.SyntaxContext ctx)
    Enter a parse tree produced by Protobuf3Parser.syntax().
    void
    enterTopLevelDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.TopLevelDefContext ctx)
    Enter a parse tree produced by Protobuf3Parser.topLevelDef().
    void
    enterType_(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.Type_Context ctx)
    Enter a parse tree produced by Protobuf3Parser.type_().
    void
    exitBlockLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.BlockLitContext ctx)
    Exit a parse tree produced by Protobuf3Parser.blockLit().
    void
    exitBoolLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.BoolLitContext ctx)
    Exit a parse tree produced by Protobuf3Parser.boolLit().
    void
    exitConstant(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ConstantContext ctx)
    Exit a parse tree produced by Protobuf3Parser.constant().
    void
    exitEmptyStatement_(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EmptyStatement_Context ctx)
    Exit a parse tree produced by Protobuf3Parser.emptyStatement_().
    void
    exitEnumBody(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumBodyContext ctx)
    Exit a parse tree produced by Protobuf3Parser.enumBody().
    void
    exitEnumDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumDefContext ctx)
    Exit a parse tree produced by Protobuf3Parser.enumDef().
    void
    exitEnumElement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumElementContext ctx)
    Exit a parse tree produced by Protobuf3Parser.enumElement().
    void
    exitEnumField(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumFieldContext ctx)
    Exit a parse tree produced by Protobuf3Parser.enumField().
    void
    exitEnumName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumNameContext ctx)
    Exit a parse tree produced by Protobuf3Parser.enumName().
    void
    exitEnumType(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumTypeContext ctx)
    Exit a parse tree produced by Protobuf3Parser.enumType().
    void
    exitEnumValueOption(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumValueOptionContext ctx)
    Exit a parse tree produced by Protobuf3Parser.enumValueOption().
    void
    exitEnumValueOptions(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumValueOptionsContext ctx)
    Exit a parse tree produced by Protobuf3Parser.enumValueOptions().
    void
    exitExtendDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ExtendDefContext ctx)
    Exit a parse tree produced by Protobuf3Parser.extendDef().
    void
    exitField(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldContext ctx)
    Exit a parse tree produced by Protobuf3Parser.field().
    void
    exitFieldLabel(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldLabelContext ctx)
    Exit a parse tree produced by Protobuf3Parser.fieldLabel().
    void
    exitFieldName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldNameContext ctx)
    Exit a parse tree produced by Protobuf3Parser.fieldName().
    void
    exitFieldNumber(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldNumberContext ctx)
    Exit a parse tree produced by Protobuf3Parser.fieldNumber().
    void
    exitFieldOption(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldOptionContext ctx)
    Exit a parse tree produced by Protobuf3Parser.fieldOption().
    void
    exitFieldOptions(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldOptionsContext ctx)
    Exit a parse tree produced by Protobuf3Parser.fieldOptions().
    void
    exitFloatLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FloatLitContext ctx)
    Exit a parse tree produced by Protobuf3Parser.floatLit().
    void
    exitFullIdent(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FullIdentContext ctx)
    Exit a parse tree produced by Protobuf3Parser.fullIdent().
    void
    exitIdent(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.IdentContext ctx)
    Exit a parse tree produced by Protobuf3Parser.ident().
    void
    exitImportStatement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ImportStatementContext ctx)
    Exit a parse tree produced by Protobuf3Parser.importStatement().
    void
    exitIntLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.IntLitContext ctx)
    Exit a parse tree produced by Protobuf3Parser.intLit().
    void
    exitKeyType(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.KeyTypeContext ctx)
    Exit a parse tree produced by Protobuf3Parser.keyType().
    void
    exitKeywords(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.KeywordsContext ctx)
    Exit a parse tree produced by Protobuf3Parser.keywords().
    void
    exitMapField(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MapFieldContext ctx)
    Exit a parse tree produced by Protobuf3Parser.mapField().
    void
    exitMapName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MapNameContext ctx)
    Exit a parse tree produced by Protobuf3Parser.mapName().
    void
    exitMessageBody(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageBodyContext ctx)
    Exit a parse tree produced by Protobuf3Parser.messageBody().
    void
    exitMessageDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageDefContext ctx)
    Exit a parse tree produced by Protobuf3Parser.messageDef().
    void
    exitMessageElement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageElementContext ctx)
    Exit a parse tree produced by Protobuf3Parser.messageElement().
    void
    exitMessageName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageNameContext ctx)
    Exit a parse tree produced by Protobuf3Parser.messageName().
    void
    exitMessageType(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageTypeContext ctx)
    Exit a parse tree produced by Protobuf3Parser.messageType().
    void
    exitOneof(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OneofContext ctx)
    Exit a parse tree produced by Protobuf3Parser.oneof().
    void
    exitOneofField(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OneofFieldContext ctx)
    Exit a parse tree produced by Protobuf3Parser.oneofField().
    void
    exitOneofName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OneofNameContext ctx)
    Exit a parse tree produced by Protobuf3Parser.oneofName().
    void
    exitOptionName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OptionNameContext ctx)
    Exit a parse tree produced by Protobuf3Parser.optionName().
    void
    exitOptionStatement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OptionStatementContext ctx)
    Exit a parse tree produced by Protobuf3Parser.optionStatement().
    void
    exitPackageStatement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.PackageStatementContext ctx)
    Exit a parse tree produced by Protobuf3Parser.packageStatement().
    void
    exitProto(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ProtoContext ctx)
    Exit a parse tree produced by Protobuf3Parser.proto().
    void
    exitRange_(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.Range_Context ctx)
    Exit a parse tree produced by Protobuf3Parser.range_().
    void
    exitRanges(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.RangesContext ctx)
    Exit a parse tree produced by Protobuf3Parser.ranges().
    void
    exitReserved(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ReservedContext ctx)
    Exit a parse tree produced by Protobuf3Parser.reserved().
    void
    exitReservedFieldNames(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ReservedFieldNamesContext ctx)
    Exit a parse tree produced by Protobuf3Parser.reservedFieldNames().
    void
    exitRpc(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.RpcContext ctx)
    Exit a parse tree produced by Protobuf3Parser.rpc().
    void
    exitRpcName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.RpcNameContext ctx)
    Exit a parse tree produced by Protobuf3Parser.rpcName().
    void
    exitServiceDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ServiceDefContext ctx)
    Exit a parse tree produced by Protobuf3Parser.serviceDef().
    void
    exitServiceElement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ServiceElementContext ctx)
    Exit a parse tree produced by Protobuf3Parser.serviceElement().
    void
    exitServiceName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ServiceNameContext ctx)
    Exit a parse tree produced by Protobuf3Parser.serviceName().
    void
    exitStrLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.StrLitContext ctx)
    Exit a parse tree produced by Protobuf3Parser.strLit().
    void
    exitSyntax(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.SyntaxContext ctx)
    Exit a parse tree produced by Protobuf3Parser.syntax().
    void
    exitTopLevelDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.TopLevelDefContext ctx)
    Exit a parse tree produced by Protobuf3Parser.topLevelDef().
    void
    exitType_(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.Type_Context ctx)
    Exit a parse tree produced by Protobuf3Parser.type_().

    Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener

    enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
  • Method Details

    • enterProto

      void enterProto(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ProtoContext ctx)
      Enter a parse tree produced by Protobuf3Parser.proto().
      Parameters:
      ctx - the parse tree
    • exitProto

      void exitProto(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ProtoContext ctx)
      Exit a parse tree produced by Protobuf3Parser.proto().
      Parameters:
      ctx - the parse tree
    • enterSyntax

      void enterSyntax(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.SyntaxContext ctx)
      Enter a parse tree produced by Protobuf3Parser.syntax().
      Parameters:
      ctx - the parse tree
    • exitSyntax

      void exitSyntax(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.SyntaxContext ctx)
      Exit a parse tree produced by Protobuf3Parser.syntax().
      Parameters:
      ctx - the parse tree
    • enterImportStatement

      void enterImportStatement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ImportStatementContext ctx)
      Enter a parse tree produced by Protobuf3Parser.importStatement().
      Parameters:
      ctx - the parse tree
    • exitImportStatement

      void exitImportStatement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ImportStatementContext ctx)
      Exit a parse tree produced by Protobuf3Parser.importStatement().
      Parameters:
      ctx - the parse tree
    • enterPackageStatement

      void enterPackageStatement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.PackageStatementContext ctx)
      Enter a parse tree produced by Protobuf3Parser.packageStatement().
      Parameters:
      ctx - the parse tree
    • exitPackageStatement

      void exitPackageStatement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.PackageStatementContext ctx)
      Exit a parse tree produced by Protobuf3Parser.packageStatement().
      Parameters:
      ctx - the parse tree
    • enterOptionStatement

      void enterOptionStatement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OptionStatementContext ctx)
      Enter a parse tree produced by Protobuf3Parser.optionStatement().
      Parameters:
      ctx - the parse tree
    • exitOptionStatement

      void exitOptionStatement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OptionStatementContext ctx)
      Exit a parse tree produced by Protobuf3Parser.optionStatement().
      Parameters:
      ctx - the parse tree
    • enterOptionName

      void enterOptionName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OptionNameContext ctx)
      Enter a parse tree produced by Protobuf3Parser.optionName().
      Parameters:
      ctx - the parse tree
    • exitOptionName

      void exitOptionName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OptionNameContext ctx)
      Exit a parse tree produced by Protobuf3Parser.optionName().
      Parameters:
      ctx - the parse tree
    • enterFieldLabel

      void enterFieldLabel(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldLabelContext ctx)
      Enter a parse tree produced by Protobuf3Parser.fieldLabel().
      Parameters:
      ctx - the parse tree
    • exitFieldLabel

      void exitFieldLabel(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldLabelContext ctx)
      Exit a parse tree produced by Protobuf3Parser.fieldLabel().
      Parameters:
      ctx - the parse tree
    • enterField

      void enterField(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldContext ctx)
      Enter a parse tree produced by Protobuf3Parser.field().
      Parameters:
      ctx - the parse tree
    • exitField

      void exitField(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldContext ctx)
      Exit a parse tree produced by Protobuf3Parser.field().
      Parameters:
      ctx - the parse tree
    • enterFieldOptions

      void enterFieldOptions(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldOptionsContext ctx)
      Enter a parse tree produced by Protobuf3Parser.fieldOptions().
      Parameters:
      ctx - the parse tree
    • exitFieldOptions

      void exitFieldOptions(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldOptionsContext ctx)
      Exit a parse tree produced by Protobuf3Parser.fieldOptions().
      Parameters:
      ctx - the parse tree
    • enterFieldOption

      void enterFieldOption(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldOptionContext ctx)
      Enter a parse tree produced by Protobuf3Parser.fieldOption().
      Parameters:
      ctx - the parse tree
    • exitFieldOption

      void exitFieldOption(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldOptionContext ctx)
      Exit a parse tree produced by Protobuf3Parser.fieldOption().
      Parameters:
      ctx - the parse tree
    • enterFieldNumber

      void enterFieldNumber(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldNumberContext ctx)
      Enter a parse tree produced by Protobuf3Parser.fieldNumber().
      Parameters:
      ctx - the parse tree
    • exitFieldNumber

      void exitFieldNumber(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldNumberContext ctx)
      Exit a parse tree produced by Protobuf3Parser.fieldNumber().
      Parameters:
      ctx - the parse tree
    • enterOneof

      void enterOneof(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OneofContext ctx)
      Enter a parse tree produced by Protobuf3Parser.oneof().
      Parameters:
      ctx - the parse tree
    • exitOneof

      void exitOneof(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OneofContext ctx)
      Exit a parse tree produced by Protobuf3Parser.oneof().
      Parameters:
      ctx - the parse tree
    • enterOneofField

      void enterOneofField(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OneofFieldContext ctx)
      Enter a parse tree produced by Protobuf3Parser.oneofField().
      Parameters:
      ctx - the parse tree
    • exitOneofField

      void exitOneofField(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OneofFieldContext ctx)
      Exit a parse tree produced by Protobuf3Parser.oneofField().
      Parameters:
      ctx - the parse tree
    • enterMapField

      void enterMapField(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MapFieldContext ctx)
      Enter a parse tree produced by Protobuf3Parser.mapField().
      Parameters:
      ctx - the parse tree
    • exitMapField

      void exitMapField(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MapFieldContext ctx)
      Exit a parse tree produced by Protobuf3Parser.mapField().
      Parameters:
      ctx - the parse tree
    • enterKeyType

      void enterKeyType(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.KeyTypeContext ctx)
      Enter a parse tree produced by Protobuf3Parser.keyType().
      Parameters:
      ctx - the parse tree
    • exitKeyType

      void exitKeyType(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.KeyTypeContext ctx)
      Exit a parse tree produced by Protobuf3Parser.keyType().
      Parameters:
      ctx - the parse tree
    • enterType_

      void enterType_(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.Type_Context ctx)
      Enter a parse tree produced by Protobuf3Parser.type_().
      Parameters:
      ctx - the parse tree
    • exitType_

      void exitType_(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.Type_Context ctx)
      Exit a parse tree produced by Protobuf3Parser.type_().
      Parameters:
      ctx - the parse tree
    • enterReserved

      void enterReserved(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ReservedContext ctx)
      Enter a parse tree produced by Protobuf3Parser.reserved().
      Parameters:
      ctx - the parse tree
    • exitReserved

      void exitReserved(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ReservedContext ctx)
      Exit a parse tree produced by Protobuf3Parser.reserved().
      Parameters:
      ctx - the parse tree
    • enterRanges

      void enterRanges(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.RangesContext ctx)
      Enter a parse tree produced by Protobuf3Parser.ranges().
      Parameters:
      ctx - the parse tree
    • exitRanges

      void exitRanges(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.RangesContext ctx)
      Exit a parse tree produced by Protobuf3Parser.ranges().
      Parameters:
      ctx - the parse tree
    • enterRange_

      void enterRange_(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.Range_Context ctx)
      Enter a parse tree produced by Protobuf3Parser.range_().
      Parameters:
      ctx - the parse tree
    • exitRange_

      void exitRange_(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.Range_Context ctx)
      Exit a parse tree produced by Protobuf3Parser.range_().
      Parameters:
      ctx - the parse tree
    • enterReservedFieldNames

      void enterReservedFieldNames(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ReservedFieldNamesContext ctx)
      Enter a parse tree produced by Protobuf3Parser.reservedFieldNames().
      Parameters:
      ctx - the parse tree
    • exitReservedFieldNames

      void exitReservedFieldNames(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ReservedFieldNamesContext ctx)
      Exit a parse tree produced by Protobuf3Parser.reservedFieldNames().
      Parameters:
      ctx - the parse tree
    • enterTopLevelDef

      void enterTopLevelDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.TopLevelDefContext ctx)
      Enter a parse tree produced by Protobuf3Parser.topLevelDef().
      Parameters:
      ctx - the parse tree
    • exitTopLevelDef

      void exitTopLevelDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.TopLevelDefContext ctx)
      Exit a parse tree produced by Protobuf3Parser.topLevelDef().
      Parameters:
      ctx - the parse tree
    • enterEnumDef

      void enterEnumDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumDefContext ctx)
      Enter a parse tree produced by Protobuf3Parser.enumDef().
      Parameters:
      ctx - the parse tree
    • exitEnumDef

      void exitEnumDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumDefContext ctx)
      Exit a parse tree produced by Protobuf3Parser.enumDef().
      Parameters:
      ctx - the parse tree
    • enterEnumBody

      void enterEnumBody(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumBodyContext ctx)
      Enter a parse tree produced by Protobuf3Parser.enumBody().
      Parameters:
      ctx - the parse tree
    • exitEnumBody

      void exitEnumBody(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumBodyContext ctx)
      Exit a parse tree produced by Protobuf3Parser.enumBody().
      Parameters:
      ctx - the parse tree
    • enterEnumElement

      void enterEnumElement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumElementContext ctx)
      Enter a parse tree produced by Protobuf3Parser.enumElement().
      Parameters:
      ctx - the parse tree
    • exitEnumElement

      void exitEnumElement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumElementContext ctx)
      Exit a parse tree produced by Protobuf3Parser.enumElement().
      Parameters:
      ctx - the parse tree
    • enterEnumField

      void enterEnumField(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumFieldContext ctx)
      Enter a parse tree produced by Protobuf3Parser.enumField().
      Parameters:
      ctx - the parse tree
    • exitEnumField

      void exitEnumField(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumFieldContext ctx)
      Exit a parse tree produced by Protobuf3Parser.enumField().
      Parameters:
      ctx - the parse tree
    • enterEnumValueOptions

      void enterEnumValueOptions(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumValueOptionsContext ctx)
      Enter a parse tree produced by Protobuf3Parser.enumValueOptions().
      Parameters:
      ctx - the parse tree
    • exitEnumValueOptions

      void exitEnumValueOptions(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumValueOptionsContext ctx)
      Exit a parse tree produced by Protobuf3Parser.enumValueOptions().
      Parameters:
      ctx - the parse tree
    • enterEnumValueOption

      void enterEnumValueOption(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumValueOptionContext ctx)
      Enter a parse tree produced by Protobuf3Parser.enumValueOption().
      Parameters:
      ctx - the parse tree
    • exitEnumValueOption

      void exitEnumValueOption(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumValueOptionContext ctx)
      Exit a parse tree produced by Protobuf3Parser.enumValueOption().
      Parameters:
      ctx - the parse tree
    • enterMessageDef

      void enterMessageDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageDefContext ctx)
      Enter a parse tree produced by Protobuf3Parser.messageDef().
      Parameters:
      ctx - the parse tree
    • exitMessageDef

      void exitMessageDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageDefContext ctx)
      Exit a parse tree produced by Protobuf3Parser.messageDef().
      Parameters:
      ctx - the parse tree
    • enterMessageBody

      void enterMessageBody(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageBodyContext ctx)
      Enter a parse tree produced by Protobuf3Parser.messageBody().
      Parameters:
      ctx - the parse tree
    • exitMessageBody

      void exitMessageBody(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageBodyContext ctx)
      Exit a parse tree produced by Protobuf3Parser.messageBody().
      Parameters:
      ctx - the parse tree
    • enterMessageElement

      void enterMessageElement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageElementContext ctx)
      Enter a parse tree produced by Protobuf3Parser.messageElement().
      Parameters:
      ctx - the parse tree
    • exitMessageElement

      void exitMessageElement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageElementContext ctx)
      Exit a parse tree produced by Protobuf3Parser.messageElement().
      Parameters:
      ctx - the parse tree
    • enterExtendDef

      void enterExtendDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ExtendDefContext ctx)
      Enter a parse tree produced by Protobuf3Parser.extendDef().
      Parameters:
      ctx - the parse tree
    • exitExtendDef

      void exitExtendDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ExtendDefContext ctx)
      Exit a parse tree produced by Protobuf3Parser.extendDef().
      Parameters:
      ctx - the parse tree
    • enterServiceDef

      void enterServiceDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ServiceDefContext ctx)
      Enter a parse tree produced by Protobuf3Parser.serviceDef().
      Parameters:
      ctx - the parse tree
    • exitServiceDef

      void exitServiceDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ServiceDefContext ctx)
      Exit a parse tree produced by Protobuf3Parser.serviceDef().
      Parameters:
      ctx - the parse tree
    • enterServiceElement

      void enterServiceElement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ServiceElementContext ctx)
      Enter a parse tree produced by Protobuf3Parser.serviceElement().
      Parameters:
      ctx - the parse tree
    • exitServiceElement

      void exitServiceElement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ServiceElementContext ctx)
      Exit a parse tree produced by Protobuf3Parser.serviceElement().
      Parameters:
      ctx - the parse tree
    • enterRpc

      void enterRpc(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.RpcContext ctx)
      Enter a parse tree produced by Protobuf3Parser.rpc().
      Parameters:
      ctx - the parse tree
    • exitRpc

      void exitRpc(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.RpcContext ctx)
      Exit a parse tree produced by Protobuf3Parser.rpc().
      Parameters:
      ctx - the parse tree
    • enterConstant

      void enterConstant(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ConstantContext ctx)
      Enter a parse tree produced by Protobuf3Parser.constant().
      Parameters:
      ctx - the parse tree
    • exitConstant

      void exitConstant(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ConstantContext ctx)
      Exit a parse tree produced by Protobuf3Parser.constant().
      Parameters:
      ctx - the parse tree
    • enterBlockLit

      void enterBlockLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.BlockLitContext ctx)
      Enter a parse tree produced by Protobuf3Parser.blockLit().
      Parameters:
      ctx - the parse tree
    • exitBlockLit

      void exitBlockLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.BlockLitContext ctx)
      Exit a parse tree produced by Protobuf3Parser.blockLit().
      Parameters:
      ctx - the parse tree
    • enterEmptyStatement_

      void enterEmptyStatement_(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EmptyStatement_Context ctx)
      Enter a parse tree produced by Protobuf3Parser.emptyStatement_().
      Parameters:
      ctx - the parse tree
    • exitEmptyStatement_

      void exitEmptyStatement_(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EmptyStatement_Context ctx)
      Exit a parse tree produced by Protobuf3Parser.emptyStatement_().
      Parameters:
      ctx - the parse tree
    • enterIdent

      void enterIdent(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.IdentContext ctx)
      Enter a parse tree produced by Protobuf3Parser.ident().
      Parameters:
      ctx - the parse tree
    • exitIdent

      void exitIdent(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.IdentContext ctx)
      Exit a parse tree produced by Protobuf3Parser.ident().
      Parameters:
      ctx - the parse tree
    • enterFullIdent

      void enterFullIdent(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FullIdentContext ctx)
      Enter a parse tree produced by Protobuf3Parser.fullIdent().
      Parameters:
      ctx - the parse tree
    • exitFullIdent

      void exitFullIdent(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FullIdentContext ctx)
      Exit a parse tree produced by Protobuf3Parser.fullIdent().
      Parameters:
      ctx - the parse tree
    • enterMessageName

      void enterMessageName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageNameContext ctx)
      Enter a parse tree produced by Protobuf3Parser.messageName().
      Parameters:
      ctx - the parse tree
    • exitMessageName

      void exitMessageName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageNameContext ctx)
      Exit a parse tree produced by Protobuf3Parser.messageName().
      Parameters:
      ctx - the parse tree
    • enterEnumName

      void enterEnumName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumNameContext ctx)
      Enter a parse tree produced by Protobuf3Parser.enumName().
      Parameters:
      ctx - the parse tree
    • exitEnumName

      void exitEnumName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumNameContext ctx)
      Exit a parse tree produced by Protobuf3Parser.enumName().
      Parameters:
      ctx - the parse tree
    • enterFieldName

      void enterFieldName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldNameContext ctx)
      Enter a parse tree produced by Protobuf3Parser.fieldName().
      Parameters:
      ctx - the parse tree
    • exitFieldName

      void exitFieldName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldNameContext ctx)
      Exit a parse tree produced by Protobuf3Parser.fieldName().
      Parameters:
      ctx - the parse tree
    • enterOneofName

      void enterOneofName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OneofNameContext ctx)
      Enter a parse tree produced by Protobuf3Parser.oneofName().
      Parameters:
      ctx - the parse tree
    • exitOneofName

      void exitOneofName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OneofNameContext ctx)
      Exit a parse tree produced by Protobuf3Parser.oneofName().
      Parameters:
      ctx - the parse tree
    • enterMapName

      void enterMapName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MapNameContext ctx)
      Enter a parse tree produced by Protobuf3Parser.mapName().
      Parameters:
      ctx - the parse tree
    • exitMapName

      void exitMapName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MapNameContext ctx)
      Exit a parse tree produced by Protobuf3Parser.mapName().
      Parameters:
      ctx - the parse tree
    • enterServiceName

      void enterServiceName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ServiceNameContext ctx)
      Enter a parse tree produced by Protobuf3Parser.serviceName().
      Parameters:
      ctx - the parse tree
    • exitServiceName

      void exitServiceName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ServiceNameContext ctx)
      Exit a parse tree produced by Protobuf3Parser.serviceName().
      Parameters:
      ctx - the parse tree
    • enterRpcName

      void enterRpcName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.RpcNameContext ctx)
      Enter a parse tree produced by Protobuf3Parser.rpcName().
      Parameters:
      ctx - the parse tree
    • exitRpcName

      void exitRpcName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.RpcNameContext ctx)
      Exit a parse tree produced by Protobuf3Parser.rpcName().
      Parameters:
      ctx - the parse tree
    • enterMessageType

      void enterMessageType(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageTypeContext ctx)
      Enter a parse tree produced by Protobuf3Parser.messageType().
      Parameters:
      ctx - the parse tree
    • exitMessageType

      void exitMessageType(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageTypeContext ctx)
      Exit a parse tree produced by Protobuf3Parser.messageType().
      Parameters:
      ctx - the parse tree
    • enterEnumType

      void enterEnumType(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumTypeContext ctx)
      Enter a parse tree produced by Protobuf3Parser.enumType().
      Parameters:
      ctx - the parse tree
    • exitEnumType

      void exitEnumType(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumTypeContext ctx)
      Exit a parse tree produced by Protobuf3Parser.enumType().
      Parameters:
      ctx - the parse tree
    • enterIntLit

      void enterIntLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.IntLitContext ctx)
      Enter a parse tree produced by Protobuf3Parser.intLit().
      Parameters:
      ctx - the parse tree
    • exitIntLit

      void exitIntLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.IntLitContext ctx)
      Exit a parse tree produced by Protobuf3Parser.intLit().
      Parameters:
      ctx - the parse tree
    • enterStrLit

      void enterStrLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.StrLitContext ctx)
      Enter a parse tree produced by Protobuf3Parser.strLit().
      Parameters:
      ctx - the parse tree
    • exitStrLit

      void exitStrLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.StrLitContext ctx)
      Exit a parse tree produced by Protobuf3Parser.strLit().
      Parameters:
      ctx - the parse tree
    • enterBoolLit

      void enterBoolLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.BoolLitContext ctx)
      Enter a parse tree produced by Protobuf3Parser.boolLit().
      Parameters:
      ctx - the parse tree
    • exitBoolLit

      void exitBoolLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.BoolLitContext ctx)
      Exit a parse tree produced by Protobuf3Parser.boolLit().
      Parameters:
      ctx - the parse tree
    • enterFloatLit

      void enterFloatLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FloatLitContext ctx)
      Enter a parse tree produced by Protobuf3Parser.floatLit().
      Parameters:
      ctx - the parse tree
    • exitFloatLit

      void exitFloatLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FloatLitContext ctx)
      Exit a parse tree produced by Protobuf3Parser.floatLit().
      Parameters:
      ctx - the parse tree
    • enterKeywords

      void enterKeywords(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.KeywordsContext ctx)
      Enter a parse tree produced by Protobuf3Parser.keywords().
      Parameters:
      ctx - the parse tree
    • exitKeywords

      void exitKeywords(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.KeywordsContext ctx)
      Exit a parse tree produced by Protobuf3Parser.keywords().
      Parameters:
      ctx - the parse tree