Packages

c

org.mulesoft.antlrast.proto3

Protobuf3BaseListener

class Protobuf3BaseListener extends Protobuf3Listener

This class provides an empty implementation of Protobuf3Listener, which can be extended to create a listener which only needs to handle a subset of the available methods.

Linear Supertypes
Protobuf3Listener, ParseTreeListener, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Protobuf3BaseListener
  2. Protobuf3Listener
  3. ParseTreeListener
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Protobuf3BaseListener()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Protobuf3BaseListener to any2stringadd[Protobuf3BaseListener] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Protobuf3BaseListener, B)
    Implicit
    This member is added by an implicit conversion from Protobuf3BaseListener to ArrowAssoc[Protobuf3BaseListener] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. def ensuring(cond: (Protobuf3BaseListener) ⇒ Boolean, msg: ⇒ Any): Protobuf3BaseListener
    Implicit
    This member is added by an implicit conversion from Protobuf3BaseListener to Ensuring[Protobuf3BaseListener] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (Protobuf3BaseListener) ⇒ Boolean): Protobuf3BaseListener
    Implicit
    This member is added by an implicit conversion from Protobuf3BaseListener to Ensuring[Protobuf3BaseListener] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: ⇒ Any): Protobuf3BaseListener
    Implicit
    This member is added by an implicit conversion from Protobuf3BaseListener to Ensuring[Protobuf3BaseListener] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): Protobuf3BaseListener
    Implicit
    This member is added by an implicit conversion from Protobuf3BaseListener to Ensuring[Protobuf3BaseListener] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def enterBlockLit(ctx: BlockLitContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  13. def enterBoolLit(ctx: BoolLitContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  14. def enterConstant(ctx: ConstantContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  15. def enterEmptyStatement(ctx: EmptyStatementContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  16. def enterEnumBody(ctx: EnumBodyContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  17. def enterEnumDef(ctx: EnumDefContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  18. def enterEnumElement(ctx: EnumElementContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  19. def enterEnumField(ctx: EnumFieldContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  20. def enterEnumName(ctx: EnumNameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  21. def enterEnumType(ctx: EnumTypeContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  22. def enterEnumValueOption(ctx: EnumValueOptionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  23. def enterEnumValueOptions(ctx: EnumValueOptionsContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  24. def enterEveryRule(ctx: ParserRuleContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    Definition Classes
    Protobuf3BaseListener → ParseTreeListener
    Annotations
    @Override()
  25. def enterExtendedIdentifier(ctx: ExtendedIdentifierContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  26. def enterExtendsStatement(ctx: ExtendsStatementContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  27. def enterField(ctx: FieldContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  28. def enterFieldName(ctx: FieldNameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  29. def enterFieldNumber(ctx: FieldNumberContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  30. def enterFieldOption(ctx: FieldOptionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  31. def enterFieldOptions(ctx: FieldOptionsContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  32. def enterFloatLit(ctx: FloatLitContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  33. def enterFullIdent(ctx: FullIdentContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  34. def enterIdent(ctx: IdentContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  35. def enterImportStatement(ctx: ImportStatementContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  36. def enterIntLit(ctx: IntLitContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  37. def enterKeyType(ctx: KeyTypeContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  38. def enterKeywords(ctx: KeywordsContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  39. def enterMapField(ctx: MapFieldContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  40. def enterMapName(ctx: MapNameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  41. def enterMessageBody(ctx: MessageBodyContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  42. def enterMessageDef(ctx: MessageDefContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  43. def enterMessageElement(ctx: MessageElementContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  44. def enterMessageName(ctx: MessageNameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  45. def enterMessageType(ctx: MessageTypeContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  46. def enterOneof(ctx: OneofContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  47. def enterOneofField(ctx: OneofFieldContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  48. def enterOneofName(ctx: OneofNameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  49. def enterOptionName(ctx: OptionNameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  50. def enterOptionStatement(ctx: OptionStatementContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  51. def enterPackageStatement(ctx: PackageStatementContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  52. def enterProto(ctx: ProtoContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  53. def enterRange_(ctx: Range_Context): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  54. def enterRanges(ctx: RangesContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  55. def enterReserved(ctx: ReservedContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  56. def enterReservedFieldNames(ctx: ReservedFieldNamesContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  57. def enterRpc(ctx: RpcContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  58. def enterRpcName(ctx: RpcNameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  59. def enterServiceDef(ctx: ServiceDefContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  60. def enterServiceElement(ctx: ServiceElementContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  61. def enterServiceName(ctx: ServiceNameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  62. def enterStrLit(ctx: StrLitContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  63. def enterSyntax(ctx: SyntaxContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  64. def enterTopLevelDef(ctx: TopLevelDefContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  65. def enterType_(ctx: Type_Context): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  66. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  67. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  68. def exitBlockLit(ctx: BlockLitContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  69. def exitBoolLit(ctx: BoolLitContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  70. def exitConstant(ctx: ConstantContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  71. def exitEmptyStatement(ctx: EmptyStatementContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  72. def exitEnumBody(ctx: EnumBodyContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  73. def exitEnumDef(ctx: EnumDefContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  74. def exitEnumElement(ctx: EnumElementContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  75. def exitEnumField(ctx: EnumFieldContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  76. def exitEnumName(ctx: EnumNameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  77. def exitEnumType(ctx: EnumTypeContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  78. def exitEnumValueOption(ctx: EnumValueOptionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  79. def exitEnumValueOptions(ctx: EnumValueOptionsContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  80. def exitEveryRule(ctx: ParserRuleContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    Definition Classes
    Protobuf3BaseListener → ParseTreeListener
    Annotations
    @Override()
  81. def exitExtendedIdentifier(ctx: ExtendedIdentifierContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  82. def exitExtendsStatement(ctx: ExtendsStatementContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  83. def exitField(ctx: FieldContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  84. def exitFieldName(ctx: FieldNameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  85. def exitFieldNumber(ctx: FieldNumberContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  86. def exitFieldOption(ctx: FieldOptionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  87. def exitFieldOptions(ctx: FieldOptionsContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  88. def exitFloatLit(ctx: FloatLitContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  89. def exitFullIdent(ctx: FullIdentContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  90. def exitIdent(ctx: IdentContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  91. def exitImportStatement(ctx: ImportStatementContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  92. def exitIntLit(ctx: IntLitContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  93. def exitKeyType(ctx: KeyTypeContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  94. def exitKeywords(ctx: KeywordsContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  95. def exitMapField(ctx: MapFieldContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  96. def exitMapName(ctx: MapNameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  97. def exitMessageBody(ctx: MessageBodyContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  98. def exitMessageDef(ctx: MessageDefContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  99. def exitMessageElement(ctx: MessageElementContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  100. def exitMessageName(ctx: MessageNameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  101. def exitMessageType(ctx: MessageTypeContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  102. def exitOneof(ctx: OneofContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  103. def exitOneofField(ctx: OneofFieldContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  104. def exitOneofName(ctx: OneofNameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  105. def exitOptionName(ctx: OptionNameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  106. def exitOptionStatement(ctx: OptionStatementContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  107. def exitPackageStatement(ctx: PackageStatementContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  108. def exitProto(ctx: ProtoContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  109. def exitRange_(ctx: Range_Context): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  110. def exitRanges(ctx: RangesContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  111. def exitReserved(ctx: ReservedContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  112. def exitReservedFieldNames(ctx: ReservedFieldNamesContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  113. def exitRpc(ctx: RpcContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  114. def exitRpcName(ctx: RpcNameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  115. def exitServiceDef(ctx: ServiceDefContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  116. def exitServiceElement(ctx: ServiceElementContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  117. def exitServiceName(ctx: ServiceNameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  118. def exitStrLit(ctx: StrLitContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  119. def exitSyntax(ctx: SyntaxContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  120. def exitTopLevelDef(ctx: TopLevelDefContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  121. def exitType_(ctx: Type_Context): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
    Annotations
    @Override()
  122. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Protobuf3BaseListener to StringFormat[Protobuf3BaseListener] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  123. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  124. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  125. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  126. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  127. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  128. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  129. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  130. def toString(): String
    Definition Classes
    AnyRef → Any
  131. def visitErrorNode(node: ErrorNode): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    Definition Classes
    Protobuf3BaseListener → ParseTreeListener
    Annotations
    @Override()
  132. def visitTerminal(node: TerminalNode): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    Definition Classes
    Protobuf3BaseListener → ParseTreeListener
    Annotations
    @Override()
  133. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  134. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  135. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  136. def [B](y: B): (Protobuf3BaseListener, B)
    Implicit
    This member is added by an implicit conversion from Protobuf3BaseListener to ArrowAssoc[Protobuf3BaseListener] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Protobuf3Listener

Inherited from ParseTreeListener

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Protobuf3BaseListener to any2stringadd[Protobuf3BaseListener]

Inherited by implicit conversion StringFormat from Protobuf3BaseListener to StringFormat[Protobuf3BaseListener]

Inherited by implicit conversion Ensuring from Protobuf3BaseListener to Ensuring[Protobuf3BaseListener]

Inherited by implicit conversion ArrowAssoc from Protobuf3BaseListener to ArrowAssoc[Protobuf3BaseListener]

Ungrouped