Packages

c

org.mulesoft.antlrast.grammars

Protobuf3ASTBuilder

class Protobuf3ASTBuilder extends Protobuf3BaseListener with ASTBuilder

Linear Supertypes
ASTBuilder, Protobuf3BaseListener, Protobuf3Listener, ParseTreeListener, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Protobuf3ASTBuilder
  2. ASTBuilder
  3. Protobuf3BaseListener
  4. Protobuf3Listener
  5. ParseTreeListener
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Protobuf3ASTBuilder(file: String, parser: Protobuf3Parser)

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 ast(): AST
    Definition Classes
    ASTBuilder
  6. def buildInputContext(): ParserRuleContext
    Definition Classes
    Protobuf3ASTBuilderASTBuilder
  7. val builder: AST
    Definition Classes
    ASTBuilder
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def enterBlockLit(ctx: BlockLitContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  21. def enterEveryRule(ctx: ParserRuleContext): Unit
    Definition Classes
    ASTBuilder → ParseTreeListener
  22. def enterExtendedIdentifier(ctx: ExtendedIdentifierContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  63. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  64. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  65. def exitBlockLit(ctx: BlockLitContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  77. def exitEveryRule(ctx: ParserRuleContext): Unit
    Definition Classes
    ASTBuilder → ParseTreeListener
  78. def exitExtendedIdentifier(ctx: ExtendedIdentifierContext): Unit

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

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

    The default implementation does nothing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    Protobuf3BaseListenerProtobuf3Listener
  119. val file: String
    Definition Classes
    Protobuf3ASTBuilderASTBuilder
  120. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  121. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  122. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  123. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  124. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  125. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  126. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  127. val parser: Protobuf3Parser
    Definition Classes
    Protobuf3ASTBuilderASTBuilder
  128. def sourceLocation(startToken: Token, stopToken: Token): SourceLocation
    Definition Classes
    ASTBuilder
  129. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  130. def toString(): String
    Definition Classes
    AnyRef → Any
  131. def visitErrorNode(error: ErrorNode): Unit
    Definition Classes
    ASTBuilder → ParseTreeListener
  132. def visitTerminal(terminal: TerminalNode): Unit
    Definition Classes
    ASTBuilder → ParseTreeListener
  133. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  134. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  135. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from ASTBuilder

Inherited from Protobuf3BaseListener

Inherited from Protobuf3Listener

Inherited from ParseTreeListener

Inherited from AnyRef

Inherited from Any

Ungrouped