Packages

t

org.mulesoft.antlrast.proto3

Protobuf3Listener

trait Protobuf3Listener extends ParseTreeListener

This interface defines a complete listener for a parse tree produced by Protobuf3Parser.

Linear Supertypes
ParseTreeListener, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Protobuf3Listener
  2. ParseTreeListener
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def enterBlockLit(ctx: BlockLitContext): Unit

    Enter a parse tree produced by Protobuf3Parser#blockLit.

    Enter a parse tree produced by Protobuf3Parser#blockLit.

    ctx

    the parse tree

  2. abstract def enterBoolLit(ctx: BoolLitContext): Unit

    Enter a parse tree produced by Protobuf3Parser#boolLit.

    Enter a parse tree produced by Protobuf3Parser#boolLit.

    ctx

    the parse tree

  3. abstract def enterConstant(ctx: ConstantContext): Unit

    Enter a parse tree produced by Protobuf3Parser#constant.

    Enter a parse tree produced by Protobuf3Parser#constant.

    ctx

    the parse tree

  4. abstract def enterEmptyStatement(ctx: EmptyStatementContext): Unit

    Enter a parse tree produced by Protobuf3Parser#emptyStatement.

    Enter a parse tree produced by Protobuf3Parser#emptyStatement.

    ctx

    the parse tree

  5. abstract def enterEnumBody(ctx: EnumBodyContext): Unit

    Enter a parse tree produced by Protobuf3Parser#enumBody.

    Enter a parse tree produced by Protobuf3Parser#enumBody.

    ctx

    the parse tree

  6. abstract def enterEnumDef(ctx: EnumDefContext): Unit

    Enter a parse tree produced by Protobuf3Parser#enumDef.

    Enter a parse tree produced by Protobuf3Parser#enumDef.

    ctx

    the parse tree

  7. abstract def enterEnumElement(ctx: EnumElementContext): Unit

    Enter a parse tree produced by Protobuf3Parser#enumElement.

    Enter a parse tree produced by Protobuf3Parser#enumElement.

    ctx

    the parse tree

  8. abstract def enterEnumField(ctx: EnumFieldContext): Unit

    Enter a parse tree produced by Protobuf3Parser#enumField.

    Enter a parse tree produced by Protobuf3Parser#enumField.

    ctx

    the parse tree

  9. abstract def enterEnumName(ctx: EnumNameContext): Unit

    Enter a parse tree produced by Protobuf3Parser#enumName.

    Enter a parse tree produced by Protobuf3Parser#enumName.

    ctx

    the parse tree

  10. abstract def enterEnumType(ctx: EnumTypeContext): Unit

    Enter a parse tree produced by Protobuf3Parser#enumType.

    Enter a parse tree produced by Protobuf3Parser#enumType.

    ctx

    the parse tree

  11. abstract def enterEnumValueOption(ctx: EnumValueOptionContext): Unit

    Enter a parse tree produced by Protobuf3Parser#enumValueOption.

    Enter a parse tree produced by Protobuf3Parser#enumValueOption.

    ctx

    the parse tree

  12. abstract def enterEnumValueOptions(ctx: EnumValueOptionsContext): Unit

    Enter a parse tree produced by Protobuf3Parser#enumValueOptions.

    Enter a parse tree produced by Protobuf3Parser#enumValueOptions.

    ctx

    the parse tree

  13. abstract def enterEveryRule(arg0: ParserRuleContext): Unit
    Definition Classes
    ParseTreeListener
  14. abstract def enterExtendedIdentifier(ctx: ExtendedIdentifierContext): Unit

    Enter a parse tree produced by Protobuf3Parser#extendedIdentifier.

    Enter a parse tree produced by Protobuf3Parser#extendedIdentifier.

    ctx

    the parse tree

  15. abstract def enterExtendsStatement(ctx: ExtendsStatementContext): Unit

    Enter a parse tree produced by Protobuf3Parser#extendsStatement.

    Enter a parse tree produced by Protobuf3Parser#extendsStatement.

    ctx

    the parse tree

  16. abstract def enterField(ctx: FieldContext): Unit

    Enter a parse tree produced by Protobuf3Parser#field.

    Enter a parse tree produced by Protobuf3Parser#field.

    ctx

    the parse tree

  17. abstract def enterFieldName(ctx: FieldNameContext): Unit

    Enter a parse tree produced by Protobuf3Parser#fieldName.

    Enter a parse tree produced by Protobuf3Parser#fieldName.

    ctx

    the parse tree

  18. abstract def enterFieldNumber(ctx: FieldNumberContext): Unit

    Enter a parse tree produced by Protobuf3Parser#fieldNumber.

    Enter a parse tree produced by Protobuf3Parser#fieldNumber.

    ctx

    the parse tree

  19. abstract def enterFieldOption(ctx: FieldOptionContext): Unit

    Enter a parse tree produced by Protobuf3Parser#fieldOption.

    Enter a parse tree produced by Protobuf3Parser#fieldOption.

    ctx

    the parse tree

  20. abstract def enterFieldOptions(ctx: FieldOptionsContext): Unit

    Enter a parse tree produced by Protobuf3Parser#fieldOptions.

    Enter a parse tree produced by Protobuf3Parser#fieldOptions.

    ctx

    the parse tree

  21. abstract def enterFloatLit(ctx: FloatLitContext): Unit

    Enter a parse tree produced by Protobuf3Parser#floatLit.

    Enter a parse tree produced by Protobuf3Parser#floatLit.

    ctx

    the parse tree

  22. abstract def enterFullIdent(ctx: FullIdentContext): Unit

    Enter a parse tree produced by Protobuf3Parser#fullIdent.

    Enter a parse tree produced by Protobuf3Parser#fullIdent.

    ctx

    the parse tree

  23. abstract def enterIdent(ctx: IdentContext): Unit

    Enter a parse tree produced by Protobuf3Parser#ident.

    Enter a parse tree produced by Protobuf3Parser#ident.

    ctx

    the parse tree

  24. abstract def enterImportStatement(ctx: ImportStatementContext): Unit

    Enter a parse tree produced by Protobuf3Parser#importStatement.

    Enter a parse tree produced by Protobuf3Parser#importStatement.

    ctx

    the parse tree

  25. abstract def enterIntLit(ctx: IntLitContext): Unit

    Enter a parse tree produced by Protobuf3Parser#intLit.

    Enter a parse tree produced by Protobuf3Parser#intLit.

    ctx

    the parse tree

  26. abstract def enterKeyType(ctx: KeyTypeContext): Unit

    Enter a parse tree produced by Protobuf3Parser#keyType.

    Enter a parse tree produced by Protobuf3Parser#keyType.

    ctx

    the parse tree

  27. abstract def enterKeywords(ctx: KeywordsContext): Unit

    Enter a parse tree produced by Protobuf3Parser#keywords.

    Enter a parse tree produced by Protobuf3Parser#keywords.

    ctx

    the parse tree

  28. abstract def enterMapField(ctx: MapFieldContext): Unit

    Enter a parse tree produced by Protobuf3Parser#mapField.

    Enter a parse tree produced by Protobuf3Parser#mapField.

    ctx

    the parse tree

  29. abstract def enterMapName(ctx: MapNameContext): Unit

    Enter a parse tree produced by Protobuf3Parser#mapName.

    Enter a parse tree produced by Protobuf3Parser#mapName.

    ctx

    the parse tree

  30. abstract def enterMessageBody(ctx: MessageBodyContext): Unit

    Enter a parse tree produced by Protobuf3Parser#messageBody.

    Enter a parse tree produced by Protobuf3Parser#messageBody.

    ctx

    the parse tree

  31. abstract def enterMessageDef(ctx: MessageDefContext): Unit

    Enter a parse tree produced by Protobuf3Parser#messageDef.

    Enter a parse tree produced by Protobuf3Parser#messageDef.

    ctx

    the parse tree

  32. abstract def enterMessageElement(ctx: MessageElementContext): Unit

    Enter a parse tree produced by Protobuf3Parser#messageElement.

    Enter a parse tree produced by Protobuf3Parser#messageElement.

    ctx

    the parse tree

  33. abstract def enterMessageName(ctx: MessageNameContext): Unit

    Enter a parse tree produced by Protobuf3Parser#messageName.

    Enter a parse tree produced by Protobuf3Parser#messageName.

    ctx

    the parse tree

  34. abstract def enterMessageType(ctx: MessageTypeContext): Unit

    Enter a parse tree produced by Protobuf3Parser#messageType.

    Enter a parse tree produced by Protobuf3Parser#messageType.

    ctx

    the parse tree

  35. abstract def enterOneof(ctx: OneofContext): Unit

    Enter a parse tree produced by Protobuf3Parser#oneof.

    Enter a parse tree produced by Protobuf3Parser#oneof.

    ctx

    the parse tree

  36. abstract def enterOneofField(ctx: OneofFieldContext): Unit

    Enter a parse tree produced by Protobuf3Parser#oneofField.

    Enter a parse tree produced by Protobuf3Parser#oneofField.

    ctx

    the parse tree

  37. abstract def enterOneofName(ctx: OneofNameContext): Unit

    Enter a parse tree produced by Protobuf3Parser#oneofName.

    Enter a parse tree produced by Protobuf3Parser#oneofName.

    ctx

    the parse tree

  38. abstract def enterOptionName(ctx: OptionNameContext): Unit

    Enter a parse tree produced by Protobuf3Parser#optionName.

    Enter a parse tree produced by Protobuf3Parser#optionName.

    ctx

    the parse tree

  39. abstract def enterOptionStatement(ctx: OptionStatementContext): Unit

    Enter a parse tree produced by Protobuf3Parser#optionStatement.

    Enter a parse tree produced by Protobuf3Parser#optionStatement.

    ctx

    the parse tree

  40. abstract def enterPackageStatement(ctx: PackageStatementContext): Unit

    Enter a parse tree produced by Protobuf3Parser#packageStatement.

    Enter a parse tree produced by Protobuf3Parser#packageStatement.

    ctx

    the parse tree

  41. abstract def enterProto(ctx: ProtoContext): Unit

    Enter a parse tree produced by Protobuf3Parser#proto.

    Enter a parse tree produced by Protobuf3Parser#proto.

    ctx

    the parse tree

  42. abstract def enterRange_(ctx: Range_Context): Unit

    Enter a parse tree produced by Protobuf3Parser#range_.

    Enter a parse tree produced by Protobuf3Parser#range_.

    ctx

    the parse tree

  43. abstract def enterRanges(ctx: RangesContext): Unit

    Enter a parse tree produced by Protobuf3Parser#ranges.

    Enter a parse tree produced by Protobuf3Parser#ranges.

    ctx

    the parse tree

  44. abstract def enterReserved(ctx: ReservedContext): Unit

    Enter a parse tree produced by Protobuf3Parser#reserved.

    Enter a parse tree produced by Protobuf3Parser#reserved.

    ctx

    the parse tree

  45. abstract def enterReservedFieldNames(ctx: ReservedFieldNamesContext): Unit

    Enter a parse tree produced by Protobuf3Parser#reservedFieldNames.

    Enter a parse tree produced by Protobuf3Parser#reservedFieldNames.

    ctx

    the parse tree

  46. abstract def enterRpc(ctx: RpcContext): Unit

    Enter a parse tree produced by Protobuf3Parser#rpc.

    Enter a parse tree produced by Protobuf3Parser#rpc.

    ctx

    the parse tree

  47. abstract def enterRpcName(ctx: RpcNameContext): Unit

    Enter a parse tree produced by Protobuf3Parser#rpcName.

    Enter a parse tree produced by Protobuf3Parser#rpcName.

    ctx

    the parse tree

  48. abstract def enterServiceDef(ctx: ServiceDefContext): Unit

    Enter a parse tree produced by Protobuf3Parser#serviceDef.

    Enter a parse tree produced by Protobuf3Parser#serviceDef.

    ctx

    the parse tree

  49. abstract def enterServiceElement(ctx: ServiceElementContext): Unit

    Enter a parse tree produced by Protobuf3Parser#serviceElement.

    Enter a parse tree produced by Protobuf3Parser#serviceElement.

    ctx

    the parse tree

  50. abstract def enterServiceName(ctx: ServiceNameContext): Unit

    Enter a parse tree produced by Protobuf3Parser#serviceName.

    Enter a parse tree produced by Protobuf3Parser#serviceName.

    ctx

    the parse tree

  51. abstract def enterStrLit(ctx: StrLitContext): Unit

    Enter a parse tree produced by Protobuf3Parser#strLit.

    Enter a parse tree produced by Protobuf3Parser#strLit.

    ctx

    the parse tree

  52. abstract def enterSyntax(ctx: SyntaxContext): Unit

    Enter a parse tree produced by Protobuf3Parser#syntax.

    Enter a parse tree produced by Protobuf3Parser#syntax.

    ctx

    the parse tree

  53. abstract def enterTopLevelDef(ctx: TopLevelDefContext): Unit

    Enter a parse tree produced by Protobuf3Parser#topLevelDef.

    Enter a parse tree produced by Protobuf3Parser#topLevelDef.

    ctx

    the parse tree

  54. abstract def enterType_(ctx: Type_Context): Unit

    Enter a parse tree produced by Protobuf3Parser#type_.

    Enter a parse tree produced by Protobuf3Parser#type_.

    ctx

    the parse tree

  55. abstract def exitBlockLit(ctx: BlockLitContext): Unit

    Exit a parse tree produced by Protobuf3Parser#blockLit.

    Exit a parse tree produced by Protobuf3Parser#blockLit.

    ctx

    the parse tree

  56. abstract def exitBoolLit(ctx: BoolLitContext): Unit

    Exit a parse tree produced by Protobuf3Parser#boolLit.

    Exit a parse tree produced by Protobuf3Parser#boolLit.

    ctx

    the parse tree

  57. abstract def exitConstant(ctx: ConstantContext): Unit

    Exit a parse tree produced by Protobuf3Parser#constant.

    Exit a parse tree produced by Protobuf3Parser#constant.

    ctx

    the parse tree

  58. abstract def exitEmptyStatement(ctx: EmptyStatementContext): Unit

    Exit a parse tree produced by Protobuf3Parser#emptyStatement.

    Exit a parse tree produced by Protobuf3Parser#emptyStatement.

    ctx

    the parse tree

  59. abstract def exitEnumBody(ctx: EnumBodyContext): Unit

    Exit a parse tree produced by Protobuf3Parser#enumBody.

    Exit a parse tree produced by Protobuf3Parser#enumBody.

    ctx

    the parse tree

  60. abstract def exitEnumDef(ctx: EnumDefContext): Unit

    Exit a parse tree produced by Protobuf3Parser#enumDef.

    Exit a parse tree produced by Protobuf3Parser#enumDef.

    ctx

    the parse tree

  61. abstract def exitEnumElement(ctx: EnumElementContext): Unit

    Exit a parse tree produced by Protobuf3Parser#enumElement.

    Exit a parse tree produced by Protobuf3Parser#enumElement.

    ctx

    the parse tree

  62. abstract def exitEnumField(ctx: EnumFieldContext): Unit

    Exit a parse tree produced by Protobuf3Parser#enumField.

    Exit a parse tree produced by Protobuf3Parser#enumField.

    ctx

    the parse tree

  63. abstract def exitEnumName(ctx: EnumNameContext): Unit

    Exit a parse tree produced by Protobuf3Parser#enumName.

    Exit a parse tree produced by Protobuf3Parser#enumName.

    ctx

    the parse tree

  64. abstract def exitEnumType(ctx: EnumTypeContext): Unit

    Exit a parse tree produced by Protobuf3Parser#enumType.

    Exit a parse tree produced by Protobuf3Parser#enumType.

    ctx

    the parse tree

  65. abstract def exitEnumValueOption(ctx: EnumValueOptionContext): Unit

    Exit a parse tree produced by Protobuf3Parser#enumValueOption.

    Exit a parse tree produced by Protobuf3Parser#enumValueOption.

    ctx

    the parse tree

  66. abstract def exitEnumValueOptions(ctx: EnumValueOptionsContext): Unit

    Exit a parse tree produced by Protobuf3Parser#enumValueOptions.

    Exit a parse tree produced by Protobuf3Parser#enumValueOptions.

    ctx

    the parse tree

  67. abstract def exitEveryRule(arg0: ParserRuleContext): Unit
    Definition Classes
    ParseTreeListener
  68. abstract def exitExtendedIdentifier(ctx: ExtendedIdentifierContext): Unit

    Exit a parse tree produced by Protobuf3Parser#extendedIdentifier.

    Exit a parse tree produced by Protobuf3Parser#extendedIdentifier.

    ctx

    the parse tree

  69. abstract def exitExtendsStatement(ctx: ExtendsStatementContext): Unit

    Exit a parse tree produced by Protobuf3Parser#extendsStatement.

    Exit a parse tree produced by Protobuf3Parser#extendsStatement.

    ctx

    the parse tree

  70. abstract def exitField(ctx: FieldContext): Unit

    Exit a parse tree produced by Protobuf3Parser#field.

    Exit a parse tree produced by Protobuf3Parser#field.

    ctx

    the parse tree

  71. abstract def exitFieldName(ctx: FieldNameContext): Unit

    Exit a parse tree produced by Protobuf3Parser#fieldName.

    Exit a parse tree produced by Protobuf3Parser#fieldName.

    ctx

    the parse tree

  72. abstract def exitFieldNumber(ctx: FieldNumberContext): Unit

    Exit a parse tree produced by Protobuf3Parser#fieldNumber.

    Exit a parse tree produced by Protobuf3Parser#fieldNumber.

    ctx

    the parse tree

  73. abstract def exitFieldOption(ctx: FieldOptionContext): Unit

    Exit a parse tree produced by Protobuf3Parser#fieldOption.

    Exit a parse tree produced by Protobuf3Parser#fieldOption.

    ctx

    the parse tree

  74. abstract def exitFieldOptions(ctx: FieldOptionsContext): Unit

    Exit a parse tree produced by Protobuf3Parser#fieldOptions.

    Exit a parse tree produced by Protobuf3Parser#fieldOptions.

    ctx

    the parse tree

  75. abstract def exitFloatLit(ctx: FloatLitContext): Unit

    Exit a parse tree produced by Protobuf3Parser#floatLit.

    Exit a parse tree produced by Protobuf3Parser#floatLit.

    ctx

    the parse tree

  76. abstract def exitFullIdent(ctx: FullIdentContext): Unit

    Exit a parse tree produced by Protobuf3Parser#fullIdent.

    Exit a parse tree produced by Protobuf3Parser#fullIdent.

    ctx

    the parse tree

  77. abstract def exitIdent(ctx: IdentContext): Unit

    Exit a parse tree produced by Protobuf3Parser#ident.

    Exit a parse tree produced by Protobuf3Parser#ident.

    ctx

    the parse tree

  78. abstract def exitImportStatement(ctx: ImportStatementContext): Unit

    Exit a parse tree produced by Protobuf3Parser#importStatement.

    Exit a parse tree produced by Protobuf3Parser#importStatement.

    ctx

    the parse tree

  79. abstract def exitIntLit(ctx: IntLitContext): Unit

    Exit a parse tree produced by Protobuf3Parser#intLit.

    Exit a parse tree produced by Protobuf3Parser#intLit.

    ctx

    the parse tree

  80. abstract def exitKeyType(ctx: KeyTypeContext): Unit

    Exit a parse tree produced by Protobuf3Parser#keyType.

    Exit a parse tree produced by Protobuf3Parser#keyType.

    ctx

    the parse tree

  81. abstract def exitKeywords(ctx: KeywordsContext): Unit

    Exit a parse tree produced by Protobuf3Parser#keywords.

    Exit a parse tree produced by Protobuf3Parser#keywords.

    ctx

    the parse tree

  82. abstract def exitMapField(ctx: MapFieldContext): Unit

    Exit a parse tree produced by Protobuf3Parser#mapField.

    Exit a parse tree produced by Protobuf3Parser#mapField.

    ctx

    the parse tree

  83. abstract def exitMapName(ctx: MapNameContext): Unit

    Exit a parse tree produced by Protobuf3Parser#mapName.

    Exit a parse tree produced by Protobuf3Parser#mapName.

    ctx

    the parse tree

  84. abstract def exitMessageBody(ctx: MessageBodyContext): Unit

    Exit a parse tree produced by Protobuf3Parser#messageBody.

    Exit a parse tree produced by Protobuf3Parser#messageBody.

    ctx

    the parse tree

  85. abstract def exitMessageDef(ctx: MessageDefContext): Unit

    Exit a parse tree produced by Protobuf3Parser#messageDef.

    Exit a parse tree produced by Protobuf3Parser#messageDef.

    ctx

    the parse tree

  86. abstract def exitMessageElement(ctx: MessageElementContext): Unit

    Exit a parse tree produced by Protobuf3Parser#messageElement.

    Exit a parse tree produced by Protobuf3Parser#messageElement.

    ctx

    the parse tree

  87. abstract def exitMessageName(ctx: MessageNameContext): Unit

    Exit a parse tree produced by Protobuf3Parser#messageName.

    Exit a parse tree produced by Protobuf3Parser#messageName.

    ctx

    the parse tree

  88. abstract def exitMessageType(ctx: MessageTypeContext): Unit

    Exit a parse tree produced by Protobuf3Parser#messageType.

    Exit a parse tree produced by Protobuf3Parser#messageType.

    ctx

    the parse tree

  89. abstract def exitOneof(ctx: OneofContext): Unit

    Exit a parse tree produced by Protobuf3Parser#oneof.

    Exit a parse tree produced by Protobuf3Parser#oneof.

    ctx

    the parse tree

  90. abstract def exitOneofField(ctx: OneofFieldContext): Unit

    Exit a parse tree produced by Protobuf3Parser#oneofField.

    Exit a parse tree produced by Protobuf3Parser#oneofField.

    ctx

    the parse tree

  91. abstract def exitOneofName(ctx: OneofNameContext): Unit

    Exit a parse tree produced by Protobuf3Parser#oneofName.

    Exit a parse tree produced by Protobuf3Parser#oneofName.

    ctx

    the parse tree

  92. abstract def exitOptionName(ctx: OptionNameContext): Unit

    Exit a parse tree produced by Protobuf3Parser#optionName.

    Exit a parse tree produced by Protobuf3Parser#optionName.

    ctx

    the parse tree

  93. abstract def exitOptionStatement(ctx: OptionStatementContext): Unit

    Exit a parse tree produced by Protobuf3Parser#optionStatement.

    Exit a parse tree produced by Protobuf3Parser#optionStatement.

    ctx

    the parse tree

  94. abstract def exitPackageStatement(ctx: PackageStatementContext): Unit

    Exit a parse tree produced by Protobuf3Parser#packageStatement.

    Exit a parse tree produced by Protobuf3Parser#packageStatement.

    ctx

    the parse tree

  95. abstract def exitProto(ctx: ProtoContext): Unit

    Exit a parse tree produced by Protobuf3Parser#proto.

    Exit a parse tree produced by Protobuf3Parser#proto.

    ctx

    the parse tree

  96. abstract def exitRange_(ctx: Range_Context): Unit

    Exit a parse tree produced by Protobuf3Parser#range_.

    Exit a parse tree produced by Protobuf3Parser#range_.

    ctx

    the parse tree

  97. abstract def exitRanges(ctx: RangesContext): Unit

    Exit a parse tree produced by Protobuf3Parser#ranges.

    Exit a parse tree produced by Protobuf3Parser#ranges.

    ctx

    the parse tree

  98. abstract def exitReserved(ctx: ReservedContext): Unit

    Exit a parse tree produced by Protobuf3Parser#reserved.

    Exit a parse tree produced by Protobuf3Parser#reserved.

    ctx

    the parse tree

  99. abstract def exitReservedFieldNames(ctx: ReservedFieldNamesContext): Unit

    Exit a parse tree produced by Protobuf3Parser#reservedFieldNames.

    Exit a parse tree produced by Protobuf3Parser#reservedFieldNames.

    ctx

    the parse tree

  100. abstract def exitRpc(ctx: RpcContext): Unit

    Exit a parse tree produced by Protobuf3Parser#rpc.

    Exit a parse tree produced by Protobuf3Parser#rpc.

    ctx

    the parse tree

  101. abstract def exitRpcName(ctx: RpcNameContext): Unit

    Exit a parse tree produced by Protobuf3Parser#rpcName.

    Exit a parse tree produced by Protobuf3Parser#rpcName.

    ctx

    the parse tree

  102. abstract def exitServiceDef(ctx: ServiceDefContext): Unit

    Exit a parse tree produced by Protobuf3Parser#serviceDef.

    Exit a parse tree produced by Protobuf3Parser#serviceDef.

    ctx

    the parse tree

  103. abstract def exitServiceElement(ctx: ServiceElementContext): Unit

    Exit a parse tree produced by Protobuf3Parser#serviceElement.

    Exit a parse tree produced by Protobuf3Parser#serviceElement.

    ctx

    the parse tree

  104. abstract def exitServiceName(ctx: ServiceNameContext): Unit

    Exit a parse tree produced by Protobuf3Parser#serviceName.

    Exit a parse tree produced by Protobuf3Parser#serviceName.

    ctx

    the parse tree

  105. abstract def exitStrLit(ctx: StrLitContext): Unit

    Exit a parse tree produced by Protobuf3Parser#strLit.

    Exit a parse tree produced by Protobuf3Parser#strLit.

    ctx

    the parse tree

  106. abstract def exitSyntax(ctx: SyntaxContext): Unit

    Exit a parse tree produced by Protobuf3Parser#syntax.

    Exit a parse tree produced by Protobuf3Parser#syntax.

    ctx

    the parse tree

  107. abstract def exitTopLevelDef(ctx: TopLevelDefContext): Unit

    Exit a parse tree produced by Protobuf3Parser#topLevelDef.

    Exit a parse tree produced by Protobuf3Parser#topLevelDef.

    ctx

    the parse tree

  108. abstract def exitType_(ctx: Type_Context): Unit

    Exit a parse tree produced by Protobuf3Parser#type_.

    Exit a parse tree produced by Protobuf3Parser#type_.

    ctx

    the parse tree

  109. abstract def visitErrorNode(arg0: ErrorNode): Unit
    Definition Classes
    ParseTreeListener
  110. abstract def visitTerminal(arg0: TerminalNode): Unit
    Definition Classes
    ParseTreeListener

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from ParseTreeListener

Inherited from AnyRef

Inherited from Any

Ungrouped