Package io.github.timortel.kmpgrpc.anltr
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 TypeMethodDescriptionvoidenterBlockLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.BlockLitContext ctx) Enter a parse tree produced byProtobuf3Parser.blockLit().voidenterBoolLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.BoolLitContext ctx) Enter a parse tree produced byProtobuf3Parser.boolLit().voidenterConstant(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ConstantContext ctx) Enter a parse tree produced byProtobuf3Parser.constant().voidenterEmptyStatement_(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EmptyStatement_Context ctx) Enter a parse tree produced byProtobuf3Parser.emptyStatement_().voidenterEnumBody(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumBodyContext ctx) Enter a parse tree produced byProtobuf3Parser.enumBody().voidenterEnumDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumDefContext ctx) Enter a parse tree produced byProtobuf3Parser.enumDef().voidenterEnumElement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumElementContext ctx) Enter a parse tree produced byProtobuf3Parser.enumElement().voidenterEnumField(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumFieldContext ctx) Enter a parse tree produced byProtobuf3Parser.enumField().voidenterEnumName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumNameContext ctx) Enter a parse tree produced byProtobuf3Parser.enumName().voidenterEnumType(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumTypeContext ctx) Enter a parse tree produced byProtobuf3Parser.enumType().voidenterEnumValueOption(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumValueOptionContext ctx) Enter a parse tree produced byProtobuf3Parser.enumValueOption().voidenterEnumValueOptions(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumValueOptionsContext ctx) Enter a parse tree produced byProtobuf3Parser.enumValueOptions().voidenterExtendDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ExtendDefContext ctx) Enter a parse tree produced byProtobuf3Parser.extendDef().voidenterField(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldContext ctx) Enter a parse tree produced byProtobuf3Parser.field().voidenterFieldLabel(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldLabelContext ctx) Enter a parse tree produced byProtobuf3Parser.fieldLabel().voidenterFieldName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldNameContext ctx) Enter a parse tree produced byProtobuf3Parser.fieldName().voidenterFieldNumber(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldNumberContext ctx) Enter a parse tree produced byProtobuf3Parser.fieldNumber().voidenterFieldOption(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldOptionContext ctx) Enter a parse tree produced byProtobuf3Parser.fieldOption().voidenterFieldOptions(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldOptionsContext ctx) Enter a parse tree produced byProtobuf3Parser.fieldOptions().voidenterFloatLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FloatLitContext ctx) Enter a parse tree produced byProtobuf3Parser.floatLit().voidenterFullIdent(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FullIdentContext ctx) Enter a parse tree produced byProtobuf3Parser.fullIdent().voidenterIdent(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.IdentContext ctx) Enter a parse tree produced byProtobuf3Parser.ident().voidenterImportStatement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ImportStatementContext ctx) Enter a parse tree produced byProtobuf3Parser.importStatement().voidenterIntLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.IntLitContext ctx) Enter a parse tree produced byProtobuf3Parser.intLit().voidenterKeyType(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.KeyTypeContext ctx) Enter a parse tree produced byProtobuf3Parser.keyType().voidenterKeywords(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.KeywordsContext ctx) Enter a parse tree produced byProtobuf3Parser.keywords().voidenterMapField(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MapFieldContext ctx) Enter a parse tree produced byProtobuf3Parser.mapField().voidenterMapName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MapNameContext ctx) Enter a parse tree produced byProtobuf3Parser.mapName().voidenterMessageBody(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageBodyContext ctx) Enter a parse tree produced byProtobuf3Parser.messageBody().voidenterMessageDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageDefContext ctx) Enter a parse tree produced byProtobuf3Parser.messageDef().voidenterMessageElement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageElementContext ctx) Enter a parse tree produced byProtobuf3Parser.messageElement().voidenterMessageName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageNameContext ctx) Enter a parse tree produced byProtobuf3Parser.messageName().voidenterMessageType(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageTypeContext ctx) Enter a parse tree produced byProtobuf3Parser.messageType().voidenterOneof(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OneofContext ctx) Enter a parse tree produced byProtobuf3Parser.oneof().voidenterOneofField(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OneofFieldContext ctx) Enter a parse tree produced byProtobuf3Parser.oneofField().voidenterOneofName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OneofNameContext ctx) Enter a parse tree produced byProtobuf3Parser.oneofName().voidenterOptionName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OptionNameContext ctx) Enter a parse tree produced byProtobuf3Parser.optionName().voidenterOptionStatement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OptionStatementContext ctx) Enter a parse tree produced byProtobuf3Parser.optionStatement().voidenterPackageStatement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.PackageStatementContext ctx) Enter a parse tree produced byProtobuf3Parser.packageStatement().voidenterProto(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ProtoContext ctx) Enter a parse tree produced byProtobuf3Parser.proto().voidenterRange_(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.Range_Context ctx) Enter a parse tree produced byProtobuf3Parser.range_().voidenterRanges(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.RangesContext ctx) Enter a parse tree produced byProtobuf3Parser.ranges().voidenterReserved(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ReservedContext ctx) Enter a parse tree produced byProtobuf3Parser.reserved().voidenterReservedFieldNames(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ReservedFieldNamesContext ctx) Enter a parse tree produced byProtobuf3Parser.reservedFieldNames().voidenterRpc(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.RpcContext ctx) Enter a parse tree produced byProtobuf3Parser.rpc().voidenterRpcName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.RpcNameContext ctx) Enter a parse tree produced byProtobuf3Parser.rpcName().voidenterServiceDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ServiceDefContext ctx) Enter a parse tree produced byProtobuf3Parser.serviceDef().voidenterServiceElement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ServiceElementContext ctx) Enter a parse tree produced byProtobuf3Parser.serviceElement().voidenterServiceName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ServiceNameContext ctx) Enter a parse tree produced byProtobuf3Parser.serviceName().voidenterStrLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.StrLitContext ctx) Enter a parse tree produced byProtobuf3Parser.strLit().voidenterSyntax(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.SyntaxContext ctx) Enter a parse tree produced byProtobuf3Parser.syntax().voidenterTopLevelDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.TopLevelDefContext ctx) Enter a parse tree produced byProtobuf3Parser.topLevelDef().voidenterType_(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.Type_Context ctx) Enter a parse tree produced byProtobuf3Parser.type_().voidexitBlockLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.BlockLitContext ctx) Exit a parse tree produced byProtobuf3Parser.blockLit().voidexitBoolLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.BoolLitContext ctx) Exit a parse tree produced byProtobuf3Parser.boolLit().voidexitConstant(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ConstantContext ctx) Exit a parse tree produced byProtobuf3Parser.constant().voidexitEmptyStatement_(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EmptyStatement_Context ctx) Exit a parse tree produced byProtobuf3Parser.emptyStatement_().voidexitEnumBody(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumBodyContext ctx) Exit a parse tree produced byProtobuf3Parser.enumBody().voidexitEnumDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumDefContext ctx) Exit a parse tree produced byProtobuf3Parser.enumDef().voidexitEnumElement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumElementContext ctx) Exit a parse tree produced byProtobuf3Parser.enumElement().voidexitEnumField(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumFieldContext ctx) Exit a parse tree produced byProtobuf3Parser.enumField().voidexitEnumName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumNameContext ctx) Exit a parse tree produced byProtobuf3Parser.enumName().voidexitEnumType(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumTypeContext ctx) Exit a parse tree produced byProtobuf3Parser.enumType().voidexitEnumValueOption(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumValueOptionContext ctx) Exit a parse tree produced byProtobuf3Parser.enumValueOption().voidexitEnumValueOptions(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumValueOptionsContext ctx) Exit a parse tree produced byProtobuf3Parser.enumValueOptions().voidexitExtendDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ExtendDefContext ctx) Exit a parse tree produced byProtobuf3Parser.extendDef().voidexitField(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldContext ctx) Exit a parse tree produced byProtobuf3Parser.field().voidexitFieldLabel(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldLabelContext ctx) Exit a parse tree produced byProtobuf3Parser.fieldLabel().voidexitFieldName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldNameContext ctx) Exit a parse tree produced byProtobuf3Parser.fieldName().voidexitFieldNumber(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldNumberContext ctx) Exit a parse tree produced byProtobuf3Parser.fieldNumber().voidexitFieldOption(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldOptionContext ctx) Exit a parse tree produced byProtobuf3Parser.fieldOption().voidexitFieldOptions(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldOptionsContext ctx) Exit a parse tree produced byProtobuf3Parser.fieldOptions().voidexitFloatLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FloatLitContext ctx) Exit a parse tree produced byProtobuf3Parser.floatLit().voidexitFullIdent(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FullIdentContext ctx) Exit a parse tree produced byProtobuf3Parser.fullIdent().voidexitIdent(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.IdentContext ctx) Exit a parse tree produced byProtobuf3Parser.ident().voidexitImportStatement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ImportStatementContext ctx) Exit a parse tree produced byProtobuf3Parser.importStatement().voidexitIntLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.IntLitContext ctx) Exit a parse tree produced byProtobuf3Parser.intLit().voidexitKeyType(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.KeyTypeContext ctx) Exit a parse tree produced byProtobuf3Parser.keyType().voidexitKeywords(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.KeywordsContext ctx) Exit a parse tree produced byProtobuf3Parser.keywords().voidexitMapField(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MapFieldContext ctx) Exit a parse tree produced byProtobuf3Parser.mapField().voidexitMapName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MapNameContext ctx) Exit a parse tree produced byProtobuf3Parser.mapName().voidexitMessageBody(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageBodyContext ctx) Exit a parse tree produced byProtobuf3Parser.messageBody().voidexitMessageDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageDefContext ctx) Exit a parse tree produced byProtobuf3Parser.messageDef().voidexitMessageElement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageElementContext ctx) Exit a parse tree produced byProtobuf3Parser.messageElement().voidexitMessageName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageNameContext ctx) Exit a parse tree produced byProtobuf3Parser.messageName().voidexitMessageType(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageTypeContext ctx) Exit a parse tree produced byProtobuf3Parser.messageType().voidexitOneof(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OneofContext ctx) Exit a parse tree produced byProtobuf3Parser.oneof().voidexitOneofField(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OneofFieldContext ctx) Exit a parse tree produced byProtobuf3Parser.oneofField().voidexitOneofName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OneofNameContext ctx) Exit a parse tree produced byProtobuf3Parser.oneofName().voidexitOptionName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OptionNameContext ctx) Exit a parse tree produced byProtobuf3Parser.optionName().voidexitOptionStatement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OptionStatementContext ctx) Exit a parse tree produced byProtobuf3Parser.optionStatement().voidexitPackageStatement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.PackageStatementContext ctx) Exit a parse tree produced byProtobuf3Parser.packageStatement().voidexitProto(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ProtoContext ctx) Exit a parse tree produced byProtobuf3Parser.proto().voidexitRange_(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.Range_Context ctx) Exit a parse tree produced byProtobuf3Parser.range_().voidexitRanges(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.RangesContext ctx) Exit a parse tree produced byProtobuf3Parser.ranges().voidexitReserved(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ReservedContext ctx) Exit a parse tree produced byProtobuf3Parser.reserved().voidexitReservedFieldNames(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ReservedFieldNamesContext ctx) Exit a parse tree produced byProtobuf3Parser.reservedFieldNames().voidexitRpc(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.RpcContext ctx) Exit a parse tree produced byProtobuf3Parser.rpc().voidexitRpcName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.RpcNameContext ctx) Exit a parse tree produced byProtobuf3Parser.rpcName().voidexitServiceDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ServiceDefContext ctx) Exit a parse tree produced byProtobuf3Parser.serviceDef().voidexitServiceElement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ServiceElementContext ctx) Exit a parse tree produced byProtobuf3Parser.serviceElement().voidexitServiceName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ServiceNameContext ctx) Exit a parse tree produced byProtobuf3Parser.serviceName().voidexitStrLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.StrLitContext ctx) Exit a parse tree produced byProtobuf3Parser.strLit().voidexitSyntax(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.SyntaxContext ctx) Exit a parse tree produced byProtobuf3Parser.syntax().voidexitTopLevelDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.TopLevelDefContext ctx) Exit a parse tree produced byProtobuf3Parser.topLevelDef().voidexitType_(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.Type_Context ctx) Exit a parse tree produced byProtobuf3Parser.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 byProtobuf3Parser.proto().- Parameters:
ctx- the parse tree
-
exitProto
void exitProto(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ProtoContext ctx) Exit a parse tree produced byProtobuf3Parser.proto().- Parameters:
ctx- the parse tree
-
enterSyntax
void enterSyntax(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.SyntaxContext ctx) Enter a parse tree produced byProtobuf3Parser.syntax().- Parameters:
ctx- the parse tree
-
exitSyntax
void exitSyntax(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.SyntaxContext ctx) Exit a parse tree produced byProtobuf3Parser.syntax().- Parameters:
ctx- the parse tree
-
enterImportStatement
void enterImportStatement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ImportStatementContext ctx) Enter a parse tree produced byProtobuf3Parser.importStatement().- Parameters:
ctx- the parse tree
-
exitImportStatement
void exitImportStatement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ImportStatementContext ctx) Exit a parse tree produced byProtobuf3Parser.importStatement().- Parameters:
ctx- the parse tree
-
enterPackageStatement
void enterPackageStatement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.PackageStatementContext ctx) Enter a parse tree produced byProtobuf3Parser.packageStatement().- Parameters:
ctx- the parse tree
-
exitPackageStatement
void exitPackageStatement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.PackageStatementContext ctx) Exit a parse tree produced byProtobuf3Parser.packageStatement().- Parameters:
ctx- the parse tree
-
enterOptionStatement
void enterOptionStatement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OptionStatementContext ctx) Enter a parse tree produced byProtobuf3Parser.optionStatement().- Parameters:
ctx- the parse tree
-
exitOptionStatement
void exitOptionStatement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OptionStatementContext ctx) Exit a parse tree produced byProtobuf3Parser.optionStatement().- Parameters:
ctx- the parse tree
-
enterOptionName
void enterOptionName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OptionNameContext ctx) Enter a parse tree produced byProtobuf3Parser.optionName().- Parameters:
ctx- the parse tree
-
exitOptionName
void exitOptionName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OptionNameContext ctx) Exit a parse tree produced byProtobuf3Parser.optionName().- Parameters:
ctx- the parse tree
-
enterFieldLabel
void enterFieldLabel(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldLabelContext ctx) Enter a parse tree produced byProtobuf3Parser.fieldLabel().- Parameters:
ctx- the parse tree
-
exitFieldLabel
void exitFieldLabel(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldLabelContext ctx) Exit a parse tree produced byProtobuf3Parser.fieldLabel().- Parameters:
ctx- the parse tree
-
enterField
void enterField(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldContext ctx) Enter a parse tree produced byProtobuf3Parser.field().- Parameters:
ctx- the parse tree
-
exitField
void exitField(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldContext ctx) Exit a parse tree produced byProtobuf3Parser.field().- Parameters:
ctx- the parse tree
-
enterFieldOptions
void enterFieldOptions(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldOptionsContext ctx) Enter a parse tree produced byProtobuf3Parser.fieldOptions().- Parameters:
ctx- the parse tree
-
exitFieldOptions
void exitFieldOptions(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldOptionsContext ctx) Exit a parse tree produced byProtobuf3Parser.fieldOptions().- Parameters:
ctx- the parse tree
-
enterFieldOption
void enterFieldOption(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldOptionContext ctx) Enter a parse tree produced byProtobuf3Parser.fieldOption().- Parameters:
ctx- the parse tree
-
exitFieldOption
void exitFieldOption(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldOptionContext ctx) Exit a parse tree produced byProtobuf3Parser.fieldOption().- Parameters:
ctx- the parse tree
-
enterFieldNumber
void enterFieldNumber(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldNumberContext ctx) Enter a parse tree produced byProtobuf3Parser.fieldNumber().- Parameters:
ctx- the parse tree
-
exitFieldNumber
void exitFieldNumber(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldNumberContext ctx) Exit a parse tree produced byProtobuf3Parser.fieldNumber().- Parameters:
ctx- the parse tree
-
enterOneof
void enterOneof(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OneofContext ctx) Enter a parse tree produced byProtobuf3Parser.oneof().- Parameters:
ctx- the parse tree
-
exitOneof
void exitOneof(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OneofContext ctx) Exit a parse tree produced byProtobuf3Parser.oneof().- Parameters:
ctx- the parse tree
-
enterOneofField
void enterOneofField(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OneofFieldContext ctx) Enter a parse tree produced byProtobuf3Parser.oneofField().- Parameters:
ctx- the parse tree
-
exitOneofField
void exitOneofField(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OneofFieldContext ctx) Exit a parse tree produced byProtobuf3Parser.oneofField().- Parameters:
ctx- the parse tree
-
enterMapField
void enterMapField(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MapFieldContext ctx) Enter a parse tree produced byProtobuf3Parser.mapField().- Parameters:
ctx- the parse tree
-
exitMapField
void exitMapField(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MapFieldContext ctx) Exit a parse tree produced byProtobuf3Parser.mapField().- Parameters:
ctx- the parse tree
-
enterKeyType
void enterKeyType(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.KeyTypeContext ctx) Enter a parse tree produced byProtobuf3Parser.keyType().- Parameters:
ctx- the parse tree
-
exitKeyType
void exitKeyType(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.KeyTypeContext ctx) Exit a parse tree produced byProtobuf3Parser.keyType().- Parameters:
ctx- the parse tree
-
enterType_
void enterType_(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.Type_Context ctx) Enter a parse tree produced byProtobuf3Parser.type_().- Parameters:
ctx- the parse tree
-
exitType_
void exitType_(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.Type_Context ctx) Exit a parse tree produced byProtobuf3Parser.type_().- Parameters:
ctx- the parse tree
-
enterReserved
void enterReserved(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ReservedContext ctx) Enter a parse tree produced byProtobuf3Parser.reserved().- Parameters:
ctx- the parse tree
-
exitReserved
void exitReserved(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ReservedContext ctx) Exit a parse tree produced byProtobuf3Parser.reserved().- Parameters:
ctx- the parse tree
-
enterRanges
void enterRanges(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.RangesContext ctx) Enter a parse tree produced byProtobuf3Parser.ranges().- Parameters:
ctx- the parse tree
-
exitRanges
void exitRanges(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.RangesContext ctx) Exit a parse tree produced byProtobuf3Parser.ranges().- Parameters:
ctx- the parse tree
-
enterRange_
void enterRange_(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.Range_Context ctx) Enter a parse tree produced byProtobuf3Parser.range_().- Parameters:
ctx- the parse tree
-
exitRange_
void exitRange_(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.Range_Context ctx) Exit a parse tree produced byProtobuf3Parser.range_().- Parameters:
ctx- the parse tree
-
enterReservedFieldNames
void enterReservedFieldNames(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ReservedFieldNamesContext ctx) Enter a parse tree produced byProtobuf3Parser.reservedFieldNames().- Parameters:
ctx- the parse tree
-
exitReservedFieldNames
void exitReservedFieldNames(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ReservedFieldNamesContext ctx) Exit a parse tree produced byProtobuf3Parser.reservedFieldNames().- Parameters:
ctx- the parse tree
-
enterTopLevelDef
void enterTopLevelDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.TopLevelDefContext ctx) Enter a parse tree produced byProtobuf3Parser.topLevelDef().- Parameters:
ctx- the parse tree
-
exitTopLevelDef
void exitTopLevelDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.TopLevelDefContext ctx) Exit a parse tree produced byProtobuf3Parser.topLevelDef().- Parameters:
ctx- the parse tree
-
enterEnumDef
void enterEnumDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumDefContext ctx) Enter a parse tree produced byProtobuf3Parser.enumDef().- Parameters:
ctx- the parse tree
-
exitEnumDef
void exitEnumDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumDefContext ctx) Exit a parse tree produced byProtobuf3Parser.enumDef().- Parameters:
ctx- the parse tree
-
enterEnumBody
void enterEnumBody(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumBodyContext ctx) Enter a parse tree produced byProtobuf3Parser.enumBody().- Parameters:
ctx- the parse tree
-
exitEnumBody
void exitEnumBody(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumBodyContext ctx) Exit a parse tree produced byProtobuf3Parser.enumBody().- Parameters:
ctx- the parse tree
-
enterEnumElement
void enterEnumElement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumElementContext ctx) Enter a parse tree produced byProtobuf3Parser.enumElement().- Parameters:
ctx- the parse tree
-
exitEnumElement
void exitEnumElement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumElementContext ctx) Exit a parse tree produced byProtobuf3Parser.enumElement().- Parameters:
ctx- the parse tree
-
enterEnumField
void enterEnumField(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumFieldContext ctx) Enter a parse tree produced byProtobuf3Parser.enumField().- Parameters:
ctx- the parse tree
-
exitEnumField
void exitEnumField(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumFieldContext ctx) Exit a parse tree produced byProtobuf3Parser.enumField().- Parameters:
ctx- the parse tree
-
enterEnumValueOptions
void enterEnumValueOptions(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumValueOptionsContext ctx) Enter a parse tree produced byProtobuf3Parser.enumValueOptions().- Parameters:
ctx- the parse tree
-
exitEnumValueOptions
void exitEnumValueOptions(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumValueOptionsContext ctx) Exit a parse tree produced byProtobuf3Parser.enumValueOptions().- Parameters:
ctx- the parse tree
-
enterEnumValueOption
void enterEnumValueOption(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumValueOptionContext ctx) Enter a parse tree produced byProtobuf3Parser.enumValueOption().- Parameters:
ctx- the parse tree
-
exitEnumValueOption
void exitEnumValueOption(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumValueOptionContext ctx) Exit a parse tree produced byProtobuf3Parser.enumValueOption().- Parameters:
ctx- the parse tree
-
enterMessageDef
void enterMessageDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageDefContext ctx) Enter a parse tree produced byProtobuf3Parser.messageDef().- Parameters:
ctx- the parse tree
-
exitMessageDef
void exitMessageDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageDefContext ctx) Exit a parse tree produced byProtobuf3Parser.messageDef().- Parameters:
ctx- the parse tree
-
enterMessageBody
void enterMessageBody(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageBodyContext ctx) Enter a parse tree produced byProtobuf3Parser.messageBody().- Parameters:
ctx- the parse tree
-
exitMessageBody
void exitMessageBody(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageBodyContext ctx) Exit a parse tree produced byProtobuf3Parser.messageBody().- Parameters:
ctx- the parse tree
-
enterMessageElement
void enterMessageElement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageElementContext ctx) Enter a parse tree produced byProtobuf3Parser.messageElement().- Parameters:
ctx- the parse tree
-
exitMessageElement
void exitMessageElement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageElementContext ctx) Exit a parse tree produced byProtobuf3Parser.messageElement().- Parameters:
ctx- the parse tree
-
enterExtendDef
void enterExtendDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ExtendDefContext ctx) Enter a parse tree produced byProtobuf3Parser.extendDef().- Parameters:
ctx- the parse tree
-
exitExtendDef
void exitExtendDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ExtendDefContext ctx) Exit a parse tree produced byProtobuf3Parser.extendDef().- Parameters:
ctx- the parse tree
-
enterServiceDef
void enterServiceDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ServiceDefContext ctx) Enter a parse tree produced byProtobuf3Parser.serviceDef().- Parameters:
ctx- the parse tree
-
exitServiceDef
void exitServiceDef(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ServiceDefContext ctx) Exit a parse tree produced byProtobuf3Parser.serviceDef().- Parameters:
ctx- the parse tree
-
enterServiceElement
void enterServiceElement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ServiceElementContext ctx) Enter a parse tree produced byProtobuf3Parser.serviceElement().- Parameters:
ctx- the parse tree
-
exitServiceElement
void exitServiceElement(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ServiceElementContext ctx) Exit a parse tree produced byProtobuf3Parser.serviceElement().- Parameters:
ctx- the parse tree
-
enterRpc
void enterRpc(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.RpcContext ctx) Enter a parse tree produced byProtobuf3Parser.rpc().- Parameters:
ctx- the parse tree
-
exitRpc
void exitRpc(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.RpcContext ctx) Exit a parse tree produced byProtobuf3Parser.rpc().- Parameters:
ctx- the parse tree
-
enterConstant
void enterConstant(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ConstantContext ctx) Enter a parse tree produced byProtobuf3Parser.constant().- Parameters:
ctx- the parse tree
-
exitConstant
void exitConstant(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ConstantContext ctx) Exit a parse tree produced byProtobuf3Parser.constant().- Parameters:
ctx- the parse tree
-
enterBlockLit
void enterBlockLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.BlockLitContext ctx) Enter a parse tree produced byProtobuf3Parser.blockLit().- Parameters:
ctx- the parse tree
-
exitBlockLit
void exitBlockLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.BlockLitContext ctx) Exit a parse tree produced byProtobuf3Parser.blockLit().- Parameters:
ctx- the parse tree
-
enterEmptyStatement_
void enterEmptyStatement_(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EmptyStatement_Context ctx) Enter a parse tree produced byProtobuf3Parser.emptyStatement_().- Parameters:
ctx- the parse tree
-
exitEmptyStatement_
void exitEmptyStatement_(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EmptyStatement_Context ctx) Exit a parse tree produced byProtobuf3Parser.emptyStatement_().- Parameters:
ctx- the parse tree
-
enterIdent
void enterIdent(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.IdentContext ctx) Enter a parse tree produced byProtobuf3Parser.ident().- Parameters:
ctx- the parse tree
-
exitIdent
void exitIdent(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.IdentContext ctx) Exit a parse tree produced byProtobuf3Parser.ident().- Parameters:
ctx- the parse tree
-
enterFullIdent
void enterFullIdent(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FullIdentContext ctx) Enter a parse tree produced byProtobuf3Parser.fullIdent().- Parameters:
ctx- the parse tree
-
exitFullIdent
void exitFullIdent(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FullIdentContext ctx) Exit a parse tree produced byProtobuf3Parser.fullIdent().- Parameters:
ctx- the parse tree
-
enterMessageName
void enterMessageName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageNameContext ctx) Enter a parse tree produced byProtobuf3Parser.messageName().- Parameters:
ctx- the parse tree
-
exitMessageName
void exitMessageName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageNameContext ctx) Exit a parse tree produced byProtobuf3Parser.messageName().- Parameters:
ctx- the parse tree
-
enterEnumName
void enterEnumName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumNameContext ctx) Enter a parse tree produced byProtobuf3Parser.enumName().- Parameters:
ctx- the parse tree
-
exitEnumName
void exitEnumName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumNameContext ctx) Exit a parse tree produced byProtobuf3Parser.enumName().- Parameters:
ctx- the parse tree
-
enterFieldName
void enterFieldName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldNameContext ctx) Enter a parse tree produced byProtobuf3Parser.fieldName().- Parameters:
ctx- the parse tree
-
exitFieldName
void exitFieldName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FieldNameContext ctx) Exit a parse tree produced byProtobuf3Parser.fieldName().- Parameters:
ctx- the parse tree
-
enterOneofName
void enterOneofName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OneofNameContext ctx) Enter a parse tree produced byProtobuf3Parser.oneofName().- Parameters:
ctx- the parse tree
-
exitOneofName
void exitOneofName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.OneofNameContext ctx) Exit a parse tree produced byProtobuf3Parser.oneofName().- Parameters:
ctx- the parse tree
-
enterMapName
void enterMapName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MapNameContext ctx) Enter a parse tree produced byProtobuf3Parser.mapName().- Parameters:
ctx- the parse tree
-
exitMapName
void exitMapName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MapNameContext ctx) Exit a parse tree produced byProtobuf3Parser.mapName().- Parameters:
ctx- the parse tree
-
enterServiceName
void enterServiceName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ServiceNameContext ctx) Enter a parse tree produced byProtobuf3Parser.serviceName().- Parameters:
ctx- the parse tree
-
exitServiceName
void exitServiceName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.ServiceNameContext ctx) Exit a parse tree produced byProtobuf3Parser.serviceName().- Parameters:
ctx- the parse tree
-
enterRpcName
void enterRpcName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.RpcNameContext ctx) Enter a parse tree produced byProtobuf3Parser.rpcName().- Parameters:
ctx- the parse tree
-
exitRpcName
void exitRpcName(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.RpcNameContext ctx) Exit a parse tree produced byProtobuf3Parser.rpcName().- Parameters:
ctx- the parse tree
-
enterMessageType
void enterMessageType(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageTypeContext ctx) Enter a parse tree produced byProtobuf3Parser.messageType().- Parameters:
ctx- the parse tree
-
exitMessageType
void exitMessageType(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.MessageTypeContext ctx) Exit a parse tree produced byProtobuf3Parser.messageType().- Parameters:
ctx- the parse tree
-
enterEnumType
void enterEnumType(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumTypeContext ctx) Enter a parse tree produced byProtobuf3Parser.enumType().- Parameters:
ctx- the parse tree
-
exitEnumType
void exitEnumType(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.EnumTypeContext ctx) Exit a parse tree produced byProtobuf3Parser.enumType().- Parameters:
ctx- the parse tree
-
enterIntLit
void enterIntLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.IntLitContext ctx) Enter a parse tree produced byProtobuf3Parser.intLit().- Parameters:
ctx- the parse tree
-
exitIntLit
void exitIntLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.IntLitContext ctx) Exit a parse tree produced byProtobuf3Parser.intLit().- Parameters:
ctx- the parse tree
-
enterStrLit
void enterStrLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.StrLitContext ctx) Enter a parse tree produced byProtobuf3Parser.strLit().- Parameters:
ctx- the parse tree
-
exitStrLit
void exitStrLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.StrLitContext ctx) Exit a parse tree produced byProtobuf3Parser.strLit().- Parameters:
ctx- the parse tree
-
enterBoolLit
void enterBoolLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.BoolLitContext ctx) Enter a parse tree produced byProtobuf3Parser.boolLit().- Parameters:
ctx- the parse tree
-
exitBoolLit
void exitBoolLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.BoolLitContext ctx) Exit a parse tree produced byProtobuf3Parser.boolLit().- Parameters:
ctx- the parse tree
-
enterFloatLit
void enterFloatLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FloatLitContext ctx) Enter a parse tree produced byProtobuf3Parser.floatLit().- Parameters:
ctx- the parse tree
-
exitFloatLit
void exitFloatLit(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.FloatLitContext ctx) Exit a parse tree produced byProtobuf3Parser.floatLit().- Parameters:
ctx- the parse tree
-
enterKeywords
void enterKeywords(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.KeywordsContext ctx) Enter a parse tree produced byProtobuf3Parser.keywords().- Parameters:
ctx- the parse tree
-
exitKeywords
void exitKeywords(io.github.timortel.kmpgrpc.anltr.Protobuf3Parser.KeywordsContext ctx) Exit a parse tree produced byProtobuf3Parser.keywords().- Parameters:
ctx- the parse tree
-