public interface ProtoParserListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
ProtoParser.void enterProto(ProtoParser.ProtoContext ctx)
ProtoParser.proto().ctx - the parse treevoid exitProto(ProtoParser.ProtoContext ctx)
ProtoParser.proto().ctx - the parse treevoid enterSyntax(ProtoParser.SyntaxContext ctx)
ProtoParser.syntax().ctx - the parse treevoid exitSyntax(ProtoParser.SyntaxContext ctx)
ProtoParser.syntax().ctx - the parse treevoid enterStatement(ProtoParser.StatementContext ctx)
ProtoParser.statement().ctx - the parse treevoid exitStatement(ProtoParser.StatementContext ctx)
ProtoParser.statement().ctx - the parse treevoid enterPackageStatement(ProtoParser.PackageStatementContext ctx)
ProtoParser.packageStatement().ctx - the parse treevoid exitPackageStatement(ProtoParser.PackageStatementContext ctx)
ProtoParser.packageStatement().ctx - the parse treevoid enterPackageName(ProtoParser.PackageNameContext ctx)
ProtoParser.packageName().ctx - the parse treevoid exitPackageName(ProtoParser.PackageNameContext ctx)
ProtoParser.packageName().ctx - the parse treevoid enterImportStatement(ProtoParser.ImportStatementContext ctx)
ProtoParser.importStatement().ctx - the parse treevoid exitImportStatement(ProtoParser.ImportStatementContext ctx)
ProtoParser.importStatement().ctx - the parse treevoid enterOptionEntry(ProtoParser.OptionEntryContext ctx)
ProtoParser.optionEntry().ctx - the parse treevoid exitOptionEntry(ProtoParser.OptionEntryContext ctx)
ProtoParser.optionEntry().ctx - the parse treevoid enterEnumBlock(ProtoParser.EnumBlockContext ctx)
ProtoParser.enumBlock().ctx - the parse treevoid exitEnumBlock(ProtoParser.EnumBlockContext ctx)
ProtoParser.enumBlock().ctx - the parse treevoid enterEnumBlockEntry(ProtoParser.EnumBlockEntryContext ctx)
ProtoParser.enumBlockEntry().ctx - the parse treevoid exitEnumBlockEntry(ProtoParser.EnumBlockEntryContext ctx)
ProtoParser.enumBlockEntry().ctx - the parse treevoid enterEnumConstant(ProtoParser.EnumConstantContext ctx)
ProtoParser.enumConstant().ctx - the parse treevoid exitEnumConstant(ProtoParser.EnumConstantContext ctx)
ProtoParser.enumConstant().ctx - the parse treevoid enterExtendBlock(ProtoParser.ExtendBlockContext ctx)
ProtoParser.extendBlock().ctx - the parse treevoid exitExtendBlock(ProtoParser.ExtendBlockContext ctx)
ProtoParser.extendBlock().ctx - the parse treevoid enterExtendBlockEntry(ProtoParser.ExtendBlockEntryContext ctx)
ProtoParser.extendBlockEntry().ctx - the parse treevoid exitExtendBlockEntry(ProtoParser.ExtendBlockEntryContext ctx)
ProtoParser.extendBlockEntry().ctx - the parse treevoid enterServiceBlock(ProtoParser.ServiceBlockContext ctx)
ProtoParser.serviceBlock().ctx - the parse treevoid exitServiceBlock(ProtoParser.ServiceBlockContext ctx)
ProtoParser.serviceBlock().ctx - the parse treevoid enterServiceBlockEntry(ProtoParser.ServiceBlockEntryContext ctx)
ProtoParser.serviceBlockEntry().ctx - the parse treevoid exitServiceBlockEntry(ProtoParser.ServiceBlockEntryContext ctx)
ProtoParser.serviceBlockEntry().ctx - the parse treevoid enterRpcMethod(ProtoParser.RpcMethodContext ctx)
ProtoParser.rpcMethod().ctx - the parse treevoid exitRpcMethod(ProtoParser.RpcMethodContext ctx)
ProtoParser.rpcMethod().ctx - the parse treevoid enterRpcMethodOptions(ProtoParser.RpcMethodOptionsContext ctx)
ProtoParser.rpcMethodOptions().ctx - the parse treevoid exitRpcMethodOptions(ProtoParser.RpcMethodOptionsContext ctx)
ProtoParser.rpcMethodOptions().ctx - the parse treevoid enterMessageBlock(ProtoParser.MessageBlockContext ctx)
ProtoParser.messageBlock().ctx - the parse treevoid exitMessageBlock(ProtoParser.MessageBlockContext ctx)
ProtoParser.messageBlock().ctx - the parse treevoid enterMessageBlockEntry(ProtoParser.MessageBlockEntryContext ctx)
ProtoParser.messageBlockEntry().ctx - the parse treevoid exitMessageBlockEntry(ProtoParser.MessageBlockEntryContext ctx)
ProtoParser.messageBlockEntry().ctx - the parse treevoid enterOneof(ProtoParser.OneofContext ctx)
ProtoParser.oneof().ctx - the parse treevoid exitOneof(ProtoParser.OneofContext ctx)
ProtoParser.oneof().ctx - the parse treevoid enterOneofEntry(ProtoParser.OneofEntryContext ctx)
ProtoParser.oneofEntry().ctx - the parse treevoid exitOneofEntry(ProtoParser.OneofEntryContext ctx)
ProtoParser.oneofEntry().ctx - the parse treevoid enterOneofField(ProtoParser.OneofFieldContext ctx)
ProtoParser.oneofField().ctx - the parse treevoid exitOneofField(ProtoParser.OneofFieldContext ctx)
ProtoParser.oneofField().ctx - the parse treevoid enterOneofGroup(ProtoParser.OneofGroupContext ctx)
ProtoParser.oneofGroup().ctx - the parse treevoid exitOneofGroup(ProtoParser.OneofGroupContext ctx)
ProtoParser.oneofGroup().ctx - the parse treevoid enterMap(ProtoParser.MapContext ctx)
ProtoParser.map().ctx - the parse treevoid exitMap(ProtoParser.MapContext ctx)
ProtoParser.map().ctx - the parse treevoid enterMapKey(ProtoParser.MapKeyContext ctx)
ProtoParser.mapKey().ctx - the parse treevoid exitMapKey(ProtoParser.MapKeyContext ctx)
ProtoParser.mapKey().ctx - the parse treevoid enterMapValue(ProtoParser.MapValueContext ctx)
ProtoParser.mapValue().ctx - the parse treevoid exitMapValue(ProtoParser.MapValueContext ctx)
ProtoParser.mapValue().ctx - the parse treevoid enterTag(ProtoParser.TagContext ctx)
ProtoParser.tag().ctx - the parse treevoid exitTag(ProtoParser.TagContext ctx)
ProtoParser.tag().ctx - the parse treevoid enterGroupBlock(ProtoParser.GroupBlockContext ctx)
ProtoParser.groupBlock().ctx - the parse treevoid exitGroupBlock(ProtoParser.GroupBlockContext ctx)
ProtoParser.groupBlock().ctx - the parse treevoid enterGroupBlockEntry(ProtoParser.GroupBlockEntryContext ctx)
ProtoParser.groupBlockEntry().ctx - the parse treevoid exitGroupBlockEntry(ProtoParser.GroupBlockEntryContext ctx)
ProtoParser.groupBlockEntry().ctx - the parse treevoid enterExtensions(ProtoParser.ExtensionsContext ctx)
ProtoParser.extensions().ctx - the parse treevoid exitExtensions(ProtoParser.ExtensionsContext ctx)
ProtoParser.extensions().ctx - the parse treevoid enterFrom(ProtoParser.FromContext ctx)
ProtoParser.from().ctx - the parse treevoid exitFrom(ProtoParser.FromContext ctx)
ProtoParser.from().ctx - the parse treevoid enterTo(ProtoParser.ToContext ctx)
ProtoParser.to().ctx - the parse treevoid exitTo(ProtoParser.ToContext ctx)
ProtoParser.to().ctx - the parse treevoid enterField(ProtoParser.FieldContext ctx)
ProtoParser.field().ctx - the parse treevoid exitField(ProtoParser.FieldContext ctx)
ProtoParser.field().ctx - the parse treevoid enterFieldModifier(ProtoParser.FieldModifierContext ctx)
ProtoParser.fieldModifier().ctx - the parse treevoid exitFieldModifier(ProtoParser.FieldModifierContext ctx)
ProtoParser.fieldModifier().ctx - the parse treevoid enterTypeReference(ProtoParser.TypeReferenceContext ctx)
ProtoParser.typeReference().ctx - the parse treevoid exitTypeReference(ProtoParser.TypeReferenceContext ctx)
ProtoParser.typeReference().ctx - the parse treevoid enterFieldOptions(ProtoParser.FieldOptionsContext ctx)
ProtoParser.fieldOptions().ctx - the parse treevoid exitFieldOptions(ProtoParser.FieldOptionsContext ctx)
ProtoParser.fieldOptions().ctx - the parse treevoid enterOption(ProtoParser.OptionContext ctx)
ProtoParser.option().ctx - the parse treevoid exitOption(ProtoParser.OptionContext ctx)
ProtoParser.option().ctx - the parse treevoid enterOptionName(ProtoParser.OptionNameContext ctx)
ProtoParser.optionName().ctx - the parse treevoid exitOptionName(ProtoParser.OptionNameContext ctx)
ProtoParser.optionName().ctx - the parse treevoid enterOptionValue(ProtoParser.OptionValueContext ctx)
ProtoParser.optionValue().ctx - the parse treevoid exitOptionValue(ProtoParser.OptionValueContext ctx)
ProtoParser.optionValue().ctx - the parse treevoid enterTextFormat(ProtoParser.TextFormatContext ctx)
ProtoParser.textFormat().ctx - the parse treevoid exitTextFormat(ProtoParser.TextFormatContext ctx)
ProtoParser.textFormat().ctx - the parse treevoid enterTextFormatOptionName(ProtoParser.TextFormatOptionNameContext ctx)
ProtoParser.textFormatOptionName().ctx - the parse treevoid exitTextFormatOptionName(ProtoParser.TextFormatOptionNameContext ctx)
ProtoParser.textFormatOptionName().ctx - the parse treevoid enterTextFormatEntry(ProtoParser.TextFormatEntryContext ctx)
ProtoParser.textFormatEntry().ctx - the parse treevoid exitTextFormatEntry(ProtoParser.TextFormatEntryContext ctx)
ProtoParser.textFormatEntry().ctx - the parse treevoid enterTextFormatOptionValue(ProtoParser.TextFormatOptionValueContext ctx)
ProtoParser.textFormatOptionValue().ctx - the parse treevoid exitTextFormatOptionValue(ProtoParser.TextFormatOptionValueContext ctx)
ProtoParser.textFormatOptionValue().ctx - the parse treevoid enterName(ProtoParser.NameContext ctx)
ProtoParser.name().ctx - the parse treevoid exitName(ProtoParser.NameContext ctx)
ProtoParser.name().ctx - the parse treeCopyright © 2015–2016. All rights reserved.