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
  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. 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. def enterBlockLit(ctx: BlockLitContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  7. def enterBoolLit(ctx: BoolLitContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  8. def enterConstant(ctx: ConstantContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  9. def enterEmptyStatement(ctx: EmptyStatementContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  10. def enterEnumBody(ctx: EnumBodyContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  11. def enterEnumDef(ctx: EnumDefContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  12. def enterEnumElement(ctx: EnumElementContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  13. def enterEnumField(ctx: EnumFieldContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  14. def enterEnumName(ctx: EnumNameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  15. def enterEnumType(ctx: EnumTypeContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  16. def enterEnumValueOption(ctx: EnumValueOptionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  17. def enterEnumValueOptions(ctx: EnumValueOptionsContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  18. def enterEveryRule(ctx: ParserRuleContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    Definition Classes
    Protobuf3BaseListener → ParseTreeListener
  19. def enterExtendedIdentifier(ctx: ExtendedIdentifierContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  20. def enterExtendsStatement(ctx: ExtendsStatementContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  21. def enterField(ctx: FieldContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  22. def enterFieldName(ctx: FieldNameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  23. def enterFieldNumber(ctx: FieldNumberContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  24. def enterFieldOption(ctx: FieldOptionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  25. def enterFieldOptions(ctx: FieldOptionsContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  26. def enterFloatLit(ctx: FloatLitContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  27. def enterFullIdent(ctx: FullIdentContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  28. def enterIdent(ctx: IdentContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  29. def enterImportStatement(ctx: ImportStatementContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  30. def enterIntLit(ctx: IntLitContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  31. def enterKeyType(ctx: KeyTypeContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  32. def enterKeywords(ctx: KeywordsContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  33. def enterMapField(ctx: MapFieldContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  34. def enterMapName(ctx: MapNameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  35. def enterMessageBody(ctx: MessageBodyContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  36. def enterMessageDef(ctx: MessageDefContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  37. def enterMessageElement(ctx: MessageElementContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  38. def enterMessageName(ctx: MessageNameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  39. def enterMessageType(ctx: MessageTypeContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  40. def enterOneof(ctx: OneofContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  41. def enterOneofField(ctx: OneofFieldContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  42. def enterOneofName(ctx: OneofNameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  43. def enterOptionName(ctx: OptionNameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  44. def enterOptionStatement(ctx: OptionStatementContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  45. def enterPackageStatement(ctx: PackageStatementContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  46. def enterProto(ctx: ProtoContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  47. def enterRange_(ctx: Range_Context): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  48. def enterRanges(ctx: RangesContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  49. def enterReserved(ctx: ReservedContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  50. def enterReservedFieldNames(ctx: ReservedFieldNamesContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  51. def enterRpc(ctx: RpcContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  52. def enterRpcName(ctx: RpcNameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  53. def enterServiceDef(ctx: ServiceDefContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  54. def enterServiceElement(ctx: ServiceElementContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  55. def enterServiceName(ctx: ServiceNameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  56. def enterStrLit(ctx: StrLitContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  57. def enterSyntax(ctx: SyntaxContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  58. def enterTopLevelDef(ctx: TopLevelDefContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  59. def enterType_(ctx: Type_Context): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  60. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  61. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  62. def exitBlockLit(ctx: BlockLitContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  63. def exitBoolLit(ctx: BoolLitContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  64. def exitConstant(ctx: ConstantContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  65. def exitEmptyStatement(ctx: EmptyStatementContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  66. def exitEnumBody(ctx: EnumBodyContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  67. def exitEnumDef(ctx: EnumDefContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  68. def exitEnumElement(ctx: EnumElementContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  69. def exitEnumField(ctx: EnumFieldContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  70. def exitEnumName(ctx: EnumNameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  71. def exitEnumType(ctx: EnumTypeContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  72. def exitEnumValueOption(ctx: EnumValueOptionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  73. def exitEnumValueOptions(ctx: EnumValueOptionsContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  74. def exitEveryRule(ctx: ParserRuleContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    Definition Classes
    Protobuf3BaseListener → ParseTreeListener
  75. def exitExtendedIdentifier(ctx: ExtendedIdentifierContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  76. def exitExtendsStatement(ctx: ExtendsStatementContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  77. def exitField(ctx: FieldContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  78. def exitFieldName(ctx: FieldNameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  79. def exitFieldNumber(ctx: FieldNumberContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  80. def exitFieldOption(ctx: FieldOptionContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  81. def exitFieldOptions(ctx: FieldOptionsContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  82. def exitFloatLit(ctx: FloatLitContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  83. def exitFullIdent(ctx: FullIdentContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  84. def exitIdent(ctx: IdentContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  85. def exitImportStatement(ctx: ImportStatementContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  86. def exitIntLit(ctx: IntLitContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  87. def exitKeyType(ctx: KeyTypeContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  88. def exitKeywords(ctx: KeywordsContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  89. def exitMapField(ctx: MapFieldContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  90. def exitMapName(ctx: MapNameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  91. def exitMessageBody(ctx: MessageBodyContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  92. def exitMessageDef(ctx: MessageDefContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  93. def exitMessageElement(ctx: MessageElementContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  94. def exitMessageName(ctx: MessageNameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  95. def exitMessageType(ctx: MessageTypeContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  96. def exitOneof(ctx: OneofContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  97. def exitOneofField(ctx: OneofFieldContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  98. def exitOneofName(ctx: OneofNameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  99. def exitOptionName(ctx: OptionNameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  100. def exitOptionStatement(ctx: OptionStatementContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  101. def exitPackageStatement(ctx: PackageStatementContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  102. def exitProto(ctx: ProtoContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  103. def exitRange_(ctx: Range_Context): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  104. def exitRanges(ctx: RangesContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  105. def exitReserved(ctx: ReservedContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  106. def exitReservedFieldNames(ctx: ReservedFieldNamesContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  107. def exitRpc(ctx: RpcContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  108. def exitRpcName(ctx: RpcNameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  109. def exitServiceDef(ctx: ServiceDefContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  110. def exitServiceElement(ctx: ServiceElementContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  111. def exitServiceName(ctx: ServiceNameContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  112. def exitStrLit(ctx: StrLitContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  113. def exitSyntax(ctx: SyntaxContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  114. def exitTopLevelDef(ctx: TopLevelDefContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  115. def exitType_(ctx: Type_Context): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  116. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  117. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  118. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  119. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  120. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  121. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  122. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  123. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  124. def toString(): String
    Definition Classes
    AnyRef → Any
  125. def visitErrorNode(node: ErrorNode): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    Definition Classes
    Protobuf3BaseListener → ParseTreeListener
  126. def visitTerminal(node: TerminalNode): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    Definition Classes
    Protobuf3BaseListener → ParseTreeListener
  127. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  128. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  129. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Protobuf3Listener

Inherited from ParseTreeListener

Inherited from AnyRef

Inherited from Any

Ungrouped