trait Protobuf3Listener extends ParseTreeListener
This interface defines a complete listener for a parse tree produced by
Protobuf3Parser.
- Alphabetic
- By Inheritance
- Protobuf3Listener
- ParseTreeListener
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
enterBlockLit(ctx: BlockLitContext): Unit
Enter a parse tree produced by
Protobuf3Parser#blockLit.Enter a parse tree produced by
Protobuf3Parser#blockLit.- ctx
the parse tree
-
abstract
def
enterBoolLit(ctx: BoolLitContext): Unit
Enter a parse tree produced by
Protobuf3Parser#boolLit.Enter a parse tree produced by
Protobuf3Parser#boolLit.- ctx
the parse tree
-
abstract
def
enterConstant(ctx: ConstantContext): Unit
Enter a parse tree produced by
Protobuf3Parser#constant.Enter a parse tree produced by
Protobuf3Parser#constant.- ctx
the parse tree
-
abstract
def
enterEmptyStatement(ctx: EmptyStatementContext): Unit
Enter a parse tree produced by
Protobuf3Parser#emptyStatement.Enter a parse tree produced by
Protobuf3Parser#emptyStatement.- ctx
the parse tree
-
abstract
def
enterEnumBody(ctx: EnumBodyContext): Unit
Enter a parse tree produced by
Protobuf3Parser#enumBody.Enter a parse tree produced by
Protobuf3Parser#enumBody.- ctx
the parse tree
-
abstract
def
enterEnumDef(ctx: EnumDefContext): Unit
Enter a parse tree produced by
Protobuf3Parser#enumDef.Enter a parse tree produced by
Protobuf3Parser#enumDef.- ctx
the parse tree
-
abstract
def
enterEnumElement(ctx: EnumElementContext): Unit
Enter a parse tree produced by
Protobuf3Parser#enumElement.Enter a parse tree produced by
Protobuf3Parser#enumElement.- ctx
the parse tree
-
abstract
def
enterEnumField(ctx: EnumFieldContext): Unit
Enter a parse tree produced by
Protobuf3Parser#enumField.Enter a parse tree produced by
Protobuf3Parser#enumField.- ctx
the parse tree
-
abstract
def
enterEnumName(ctx: EnumNameContext): Unit
Enter a parse tree produced by
Protobuf3Parser#enumName.Enter a parse tree produced by
Protobuf3Parser#enumName.- ctx
the parse tree
-
abstract
def
enterEnumType(ctx: EnumTypeContext): Unit
Enter a parse tree produced by
Protobuf3Parser#enumType.Enter a parse tree produced by
Protobuf3Parser#enumType.- ctx
the parse tree
-
abstract
def
enterEnumValueOption(ctx: EnumValueOptionContext): Unit
Enter a parse tree produced by
Protobuf3Parser#enumValueOption.Enter a parse tree produced by
Protobuf3Parser#enumValueOption.- ctx
the parse tree
-
abstract
def
enterEnumValueOptions(ctx: EnumValueOptionsContext): Unit
Enter a parse tree produced by
Protobuf3Parser#enumValueOptions.Enter a parse tree produced by
Protobuf3Parser#enumValueOptions.- ctx
the parse tree
-
abstract
def
enterEveryRule(arg0: ParserRuleContext): Unit
- Definition Classes
- ParseTreeListener
-
abstract
def
enterExtendedIdentifier(ctx: ExtendedIdentifierContext): Unit
Enter a parse tree produced by
Protobuf3Parser#extendedIdentifier.Enter a parse tree produced by
Protobuf3Parser#extendedIdentifier.- ctx
the parse tree
-
abstract
def
enterExtendsStatement(ctx: ExtendsStatementContext): Unit
Enter a parse tree produced by
Protobuf3Parser#extendsStatement.Enter a parse tree produced by
Protobuf3Parser#extendsStatement.- ctx
the parse tree
-
abstract
def
enterField(ctx: FieldContext): Unit
Enter a parse tree produced by
Protobuf3Parser#field.Enter a parse tree produced by
Protobuf3Parser#field.- ctx
the parse tree
-
abstract
def
enterFieldName(ctx: FieldNameContext): Unit
Enter a parse tree produced by
Protobuf3Parser#fieldName.Enter a parse tree produced by
Protobuf3Parser#fieldName.- ctx
the parse tree
-
abstract
def
enterFieldNumber(ctx: FieldNumberContext): Unit
Enter a parse tree produced by
Protobuf3Parser#fieldNumber.Enter a parse tree produced by
Protobuf3Parser#fieldNumber.- ctx
the parse tree
-
abstract
def
enterFieldOption(ctx: FieldOptionContext): Unit
Enter a parse tree produced by
Protobuf3Parser#fieldOption.Enter a parse tree produced by
Protobuf3Parser#fieldOption.- ctx
the parse tree
-
abstract
def
enterFieldOptions(ctx: FieldOptionsContext): Unit
Enter a parse tree produced by
Protobuf3Parser#fieldOptions.Enter a parse tree produced by
Protobuf3Parser#fieldOptions.- ctx
the parse tree
-
abstract
def
enterFloatLit(ctx: FloatLitContext): Unit
Enter a parse tree produced by
Protobuf3Parser#floatLit.Enter a parse tree produced by
Protobuf3Parser#floatLit.- ctx
the parse tree
-
abstract
def
enterFullIdent(ctx: FullIdentContext): Unit
Enter a parse tree produced by
Protobuf3Parser#fullIdent.Enter a parse tree produced by
Protobuf3Parser#fullIdent.- ctx
the parse tree
-
abstract
def
enterIdent(ctx: IdentContext): Unit
Enter a parse tree produced by
Protobuf3Parser#ident.Enter a parse tree produced by
Protobuf3Parser#ident.- ctx
the parse tree
-
abstract
def
enterImportStatement(ctx: ImportStatementContext): Unit
Enter a parse tree produced by
Protobuf3Parser#importStatement.Enter a parse tree produced by
Protobuf3Parser#importStatement.- ctx
the parse tree
-
abstract
def
enterIntLit(ctx: IntLitContext): Unit
Enter a parse tree produced by
Protobuf3Parser#intLit.Enter a parse tree produced by
Protobuf3Parser#intLit.- ctx
the parse tree
-
abstract
def
enterKeyType(ctx: KeyTypeContext): Unit
Enter a parse tree produced by
Protobuf3Parser#keyType.Enter a parse tree produced by
Protobuf3Parser#keyType.- ctx
the parse tree
-
abstract
def
enterKeywords(ctx: KeywordsContext): Unit
Enter a parse tree produced by
Protobuf3Parser#keywords.Enter a parse tree produced by
Protobuf3Parser#keywords.- ctx
the parse tree
-
abstract
def
enterMapField(ctx: MapFieldContext): Unit
Enter a parse tree produced by
Protobuf3Parser#mapField.Enter a parse tree produced by
Protobuf3Parser#mapField.- ctx
the parse tree
-
abstract
def
enterMapName(ctx: MapNameContext): Unit
Enter a parse tree produced by
Protobuf3Parser#mapName.Enter a parse tree produced by
Protobuf3Parser#mapName.- ctx
the parse tree
-
abstract
def
enterMessageBody(ctx: MessageBodyContext): Unit
Enter a parse tree produced by
Protobuf3Parser#messageBody.Enter a parse tree produced by
Protobuf3Parser#messageBody.- ctx
the parse tree
-
abstract
def
enterMessageDef(ctx: MessageDefContext): Unit
Enter a parse tree produced by
Protobuf3Parser#messageDef.Enter a parse tree produced by
Protobuf3Parser#messageDef.- ctx
the parse tree
-
abstract
def
enterMessageElement(ctx: MessageElementContext): Unit
Enter a parse tree produced by
Protobuf3Parser#messageElement.Enter a parse tree produced by
Protobuf3Parser#messageElement.- ctx
the parse tree
-
abstract
def
enterMessageName(ctx: MessageNameContext): Unit
Enter a parse tree produced by
Protobuf3Parser#messageName.Enter a parse tree produced by
Protobuf3Parser#messageName.- ctx
the parse tree
-
abstract
def
enterMessageType(ctx: MessageTypeContext): Unit
Enter a parse tree produced by
Protobuf3Parser#messageType.Enter a parse tree produced by
Protobuf3Parser#messageType.- ctx
the parse tree
-
abstract
def
enterOneof(ctx: OneofContext): Unit
Enter a parse tree produced by
Protobuf3Parser#oneof.Enter a parse tree produced by
Protobuf3Parser#oneof.- ctx
the parse tree
-
abstract
def
enterOneofField(ctx: OneofFieldContext): Unit
Enter a parse tree produced by
Protobuf3Parser#oneofField.Enter a parse tree produced by
Protobuf3Parser#oneofField.- ctx
the parse tree
-
abstract
def
enterOneofName(ctx: OneofNameContext): Unit
Enter a parse tree produced by
Protobuf3Parser#oneofName.Enter a parse tree produced by
Protobuf3Parser#oneofName.- ctx
the parse tree
-
abstract
def
enterOptionName(ctx: OptionNameContext): Unit
Enter a parse tree produced by
Protobuf3Parser#optionName.Enter a parse tree produced by
Protobuf3Parser#optionName.- ctx
the parse tree
-
abstract
def
enterOptionStatement(ctx: OptionStatementContext): Unit
Enter a parse tree produced by
Protobuf3Parser#optionStatement.Enter a parse tree produced by
Protobuf3Parser#optionStatement.- ctx
the parse tree
-
abstract
def
enterPackageStatement(ctx: PackageStatementContext): Unit
Enter a parse tree produced by
Protobuf3Parser#packageStatement.Enter a parse tree produced by
Protobuf3Parser#packageStatement.- ctx
the parse tree
-
abstract
def
enterProto(ctx: ProtoContext): Unit
Enter a parse tree produced by
Protobuf3Parser#proto.Enter a parse tree produced by
Protobuf3Parser#proto.- ctx
the parse tree
-
abstract
def
enterRange_(ctx: Range_Context): Unit
Enter a parse tree produced by
Protobuf3Parser#range_.Enter a parse tree produced by
Protobuf3Parser#range_.- ctx
the parse tree
-
abstract
def
enterRanges(ctx: RangesContext): Unit
Enter a parse tree produced by
Protobuf3Parser#ranges.Enter a parse tree produced by
Protobuf3Parser#ranges.- ctx
the parse tree
-
abstract
def
enterReserved(ctx: ReservedContext): Unit
Enter a parse tree produced by
Protobuf3Parser#reserved.Enter a parse tree produced by
Protobuf3Parser#reserved.- ctx
the parse tree
-
abstract
def
enterReservedFieldNames(ctx: ReservedFieldNamesContext): Unit
Enter a parse tree produced by
Protobuf3Parser#reservedFieldNames.Enter a parse tree produced by
Protobuf3Parser#reservedFieldNames.- ctx
the parse tree
-
abstract
def
enterRpc(ctx: RpcContext): Unit
Enter a parse tree produced by
Protobuf3Parser#rpc.Enter a parse tree produced by
Protobuf3Parser#rpc.- ctx
the parse tree
-
abstract
def
enterRpcName(ctx: RpcNameContext): Unit
Enter a parse tree produced by
Protobuf3Parser#rpcName.Enter a parse tree produced by
Protobuf3Parser#rpcName.- ctx
the parse tree
-
abstract
def
enterServiceDef(ctx: ServiceDefContext): Unit
Enter a parse tree produced by
Protobuf3Parser#serviceDef.Enter a parse tree produced by
Protobuf3Parser#serviceDef.- ctx
the parse tree
-
abstract
def
enterServiceElement(ctx: ServiceElementContext): Unit
Enter a parse tree produced by
Protobuf3Parser#serviceElement.Enter a parse tree produced by
Protobuf3Parser#serviceElement.- ctx
the parse tree
-
abstract
def
enterServiceName(ctx: ServiceNameContext): Unit
Enter a parse tree produced by
Protobuf3Parser#serviceName.Enter a parse tree produced by
Protobuf3Parser#serviceName.- ctx
the parse tree
-
abstract
def
enterStrLit(ctx: StrLitContext): Unit
Enter a parse tree produced by
Protobuf3Parser#strLit.Enter a parse tree produced by
Protobuf3Parser#strLit.- ctx
the parse tree
-
abstract
def
enterSyntax(ctx: SyntaxContext): Unit
Enter a parse tree produced by
Protobuf3Parser#syntax.Enter a parse tree produced by
Protobuf3Parser#syntax.- ctx
the parse tree
-
abstract
def
enterTopLevelDef(ctx: TopLevelDefContext): Unit
Enter a parse tree produced by
Protobuf3Parser#topLevelDef.Enter a parse tree produced by
Protobuf3Parser#topLevelDef.- ctx
the parse tree
-
abstract
def
enterType_(ctx: Type_Context): Unit
Enter a parse tree produced by
Protobuf3Parser#type_.Enter a parse tree produced by
Protobuf3Parser#type_.- ctx
the parse tree
-
abstract
def
exitBlockLit(ctx: BlockLitContext): Unit
Exit a parse tree produced by
Protobuf3Parser#blockLit.Exit a parse tree produced by
Protobuf3Parser#blockLit.- ctx
the parse tree
-
abstract
def
exitBoolLit(ctx: BoolLitContext): Unit
Exit a parse tree produced by
Protobuf3Parser#boolLit.Exit a parse tree produced by
Protobuf3Parser#boolLit.- ctx
the parse tree
-
abstract
def
exitConstant(ctx: ConstantContext): Unit
Exit a parse tree produced by
Protobuf3Parser#constant.Exit a parse tree produced by
Protobuf3Parser#constant.- ctx
the parse tree
-
abstract
def
exitEmptyStatement(ctx: EmptyStatementContext): Unit
Exit a parse tree produced by
Protobuf3Parser#emptyStatement.Exit a parse tree produced by
Protobuf3Parser#emptyStatement.- ctx
the parse tree
-
abstract
def
exitEnumBody(ctx: EnumBodyContext): Unit
Exit a parse tree produced by
Protobuf3Parser#enumBody.Exit a parse tree produced by
Protobuf3Parser#enumBody.- ctx
the parse tree
-
abstract
def
exitEnumDef(ctx: EnumDefContext): Unit
Exit a parse tree produced by
Protobuf3Parser#enumDef.Exit a parse tree produced by
Protobuf3Parser#enumDef.- ctx
the parse tree
-
abstract
def
exitEnumElement(ctx: EnumElementContext): Unit
Exit a parse tree produced by
Protobuf3Parser#enumElement.Exit a parse tree produced by
Protobuf3Parser#enumElement.- ctx
the parse tree
-
abstract
def
exitEnumField(ctx: EnumFieldContext): Unit
Exit a parse tree produced by
Protobuf3Parser#enumField.Exit a parse tree produced by
Protobuf3Parser#enumField.- ctx
the parse tree
-
abstract
def
exitEnumName(ctx: EnumNameContext): Unit
Exit a parse tree produced by
Protobuf3Parser#enumName.Exit a parse tree produced by
Protobuf3Parser#enumName.- ctx
the parse tree
-
abstract
def
exitEnumType(ctx: EnumTypeContext): Unit
Exit a parse tree produced by
Protobuf3Parser#enumType.Exit a parse tree produced by
Protobuf3Parser#enumType.- ctx
the parse tree
-
abstract
def
exitEnumValueOption(ctx: EnumValueOptionContext): Unit
Exit a parse tree produced by
Protobuf3Parser#enumValueOption.Exit a parse tree produced by
Protobuf3Parser#enumValueOption.- ctx
the parse tree
-
abstract
def
exitEnumValueOptions(ctx: EnumValueOptionsContext): Unit
Exit a parse tree produced by
Protobuf3Parser#enumValueOptions.Exit a parse tree produced by
Protobuf3Parser#enumValueOptions.- ctx
the parse tree
-
abstract
def
exitEveryRule(arg0: ParserRuleContext): Unit
- Definition Classes
- ParseTreeListener
-
abstract
def
exitExtendedIdentifier(ctx: ExtendedIdentifierContext): Unit
Exit a parse tree produced by
Protobuf3Parser#extendedIdentifier.Exit a parse tree produced by
Protobuf3Parser#extendedIdentifier.- ctx
the parse tree
-
abstract
def
exitExtendsStatement(ctx: ExtendsStatementContext): Unit
Exit a parse tree produced by
Protobuf3Parser#extendsStatement.Exit a parse tree produced by
Protobuf3Parser#extendsStatement.- ctx
the parse tree
-
abstract
def
exitField(ctx: FieldContext): Unit
Exit a parse tree produced by
Protobuf3Parser#field.Exit a parse tree produced by
Protobuf3Parser#field.- ctx
the parse tree
-
abstract
def
exitFieldName(ctx: FieldNameContext): Unit
Exit a parse tree produced by
Protobuf3Parser#fieldName.Exit a parse tree produced by
Protobuf3Parser#fieldName.- ctx
the parse tree
-
abstract
def
exitFieldNumber(ctx: FieldNumberContext): Unit
Exit a parse tree produced by
Protobuf3Parser#fieldNumber.Exit a parse tree produced by
Protobuf3Parser#fieldNumber.- ctx
the parse tree
-
abstract
def
exitFieldOption(ctx: FieldOptionContext): Unit
Exit a parse tree produced by
Protobuf3Parser#fieldOption.Exit a parse tree produced by
Protobuf3Parser#fieldOption.- ctx
the parse tree
-
abstract
def
exitFieldOptions(ctx: FieldOptionsContext): Unit
Exit a parse tree produced by
Protobuf3Parser#fieldOptions.Exit a parse tree produced by
Protobuf3Parser#fieldOptions.- ctx
the parse tree
-
abstract
def
exitFloatLit(ctx: FloatLitContext): Unit
Exit a parse tree produced by
Protobuf3Parser#floatLit.Exit a parse tree produced by
Protobuf3Parser#floatLit.- ctx
the parse tree
-
abstract
def
exitFullIdent(ctx: FullIdentContext): Unit
Exit a parse tree produced by
Protobuf3Parser#fullIdent.Exit a parse tree produced by
Protobuf3Parser#fullIdent.- ctx
the parse tree
-
abstract
def
exitIdent(ctx: IdentContext): Unit
Exit a parse tree produced by
Protobuf3Parser#ident.Exit a parse tree produced by
Protobuf3Parser#ident.- ctx
the parse tree
-
abstract
def
exitImportStatement(ctx: ImportStatementContext): Unit
Exit a parse tree produced by
Protobuf3Parser#importStatement.Exit a parse tree produced by
Protobuf3Parser#importStatement.- ctx
the parse tree
-
abstract
def
exitIntLit(ctx: IntLitContext): Unit
Exit a parse tree produced by
Protobuf3Parser#intLit.Exit a parse tree produced by
Protobuf3Parser#intLit.- ctx
the parse tree
-
abstract
def
exitKeyType(ctx: KeyTypeContext): Unit
Exit a parse tree produced by
Protobuf3Parser#keyType.Exit a parse tree produced by
Protobuf3Parser#keyType.- ctx
the parse tree
-
abstract
def
exitKeywords(ctx: KeywordsContext): Unit
Exit a parse tree produced by
Protobuf3Parser#keywords.Exit a parse tree produced by
Protobuf3Parser#keywords.- ctx
the parse tree
-
abstract
def
exitMapField(ctx: MapFieldContext): Unit
Exit a parse tree produced by
Protobuf3Parser#mapField.Exit a parse tree produced by
Protobuf3Parser#mapField.- ctx
the parse tree
-
abstract
def
exitMapName(ctx: MapNameContext): Unit
Exit a parse tree produced by
Protobuf3Parser#mapName.Exit a parse tree produced by
Protobuf3Parser#mapName.- ctx
the parse tree
-
abstract
def
exitMessageBody(ctx: MessageBodyContext): Unit
Exit a parse tree produced by
Protobuf3Parser#messageBody.Exit a parse tree produced by
Protobuf3Parser#messageBody.- ctx
the parse tree
-
abstract
def
exitMessageDef(ctx: MessageDefContext): Unit
Exit a parse tree produced by
Protobuf3Parser#messageDef.Exit a parse tree produced by
Protobuf3Parser#messageDef.- ctx
the parse tree
-
abstract
def
exitMessageElement(ctx: MessageElementContext): Unit
Exit a parse tree produced by
Protobuf3Parser#messageElement.Exit a parse tree produced by
Protobuf3Parser#messageElement.- ctx
the parse tree
-
abstract
def
exitMessageName(ctx: MessageNameContext): Unit
Exit a parse tree produced by
Protobuf3Parser#messageName.Exit a parse tree produced by
Protobuf3Parser#messageName.- ctx
the parse tree
-
abstract
def
exitMessageType(ctx: MessageTypeContext): Unit
Exit a parse tree produced by
Protobuf3Parser#messageType.Exit a parse tree produced by
Protobuf3Parser#messageType.- ctx
the parse tree
-
abstract
def
exitOneof(ctx: OneofContext): Unit
Exit a parse tree produced by
Protobuf3Parser#oneof.Exit a parse tree produced by
Protobuf3Parser#oneof.- ctx
the parse tree
-
abstract
def
exitOneofField(ctx: OneofFieldContext): Unit
Exit a parse tree produced by
Protobuf3Parser#oneofField.Exit a parse tree produced by
Protobuf3Parser#oneofField.- ctx
the parse tree
-
abstract
def
exitOneofName(ctx: OneofNameContext): Unit
Exit a parse tree produced by
Protobuf3Parser#oneofName.Exit a parse tree produced by
Protobuf3Parser#oneofName.- ctx
the parse tree
-
abstract
def
exitOptionName(ctx: OptionNameContext): Unit
Exit a parse tree produced by
Protobuf3Parser#optionName.Exit a parse tree produced by
Protobuf3Parser#optionName.- ctx
the parse tree
-
abstract
def
exitOptionStatement(ctx: OptionStatementContext): Unit
Exit a parse tree produced by
Protobuf3Parser#optionStatement.Exit a parse tree produced by
Protobuf3Parser#optionStatement.- ctx
the parse tree
-
abstract
def
exitPackageStatement(ctx: PackageStatementContext): Unit
Exit a parse tree produced by
Protobuf3Parser#packageStatement.Exit a parse tree produced by
Protobuf3Parser#packageStatement.- ctx
the parse tree
-
abstract
def
exitProto(ctx: ProtoContext): Unit
Exit a parse tree produced by
Protobuf3Parser#proto.Exit a parse tree produced by
Protobuf3Parser#proto.- ctx
the parse tree
-
abstract
def
exitRange_(ctx: Range_Context): Unit
Exit a parse tree produced by
Protobuf3Parser#range_.Exit a parse tree produced by
Protobuf3Parser#range_.- ctx
the parse tree
-
abstract
def
exitRanges(ctx: RangesContext): Unit
Exit a parse tree produced by
Protobuf3Parser#ranges.Exit a parse tree produced by
Protobuf3Parser#ranges.- ctx
the parse tree
-
abstract
def
exitReserved(ctx: ReservedContext): Unit
Exit a parse tree produced by
Protobuf3Parser#reserved.Exit a parse tree produced by
Protobuf3Parser#reserved.- ctx
the parse tree
-
abstract
def
exitReservedFieldNames(ctx: ReservedFieldNamesContext): Unit
Exit a parse tree produced by
Protobuf3Parser#reservedFieldNames.Exit a parse tree produced by
Protobuf3Parser#reservedFieldNames.- ctx
the parse tree
-
abstract
def
exitRpc(ctx: RpcContext): Unit
Exit a parse tree produced by
Protobuf3Parser#rpc.Exit a parse tree produced by
Protobuf3Parser#rpc.- ctx
the parse tree
-
abstract
def
exitRpcName(ctx: RpcNameContext): Unit
Exit a parse tree produced by
Protobuf3Parser#rpcName.Exit a parse tree produced by
Protobuf3Parser#rpcName.- ctx
the parse tree
-
abstract
def
exitServiceDef(ctx: ServiceDefContext): Unit
Exit a parse tree produced by
Protobuf3Parser#serviceDef.Exit a parse tree produced by
Protobuf3Parser#serviceDef.- ctx
the parse tree
-
abstract
def
exitServiceElement(ctx: ServiceElementContext): Unit
Exit a parse tree produced by
Protobuf3Parser#serviceElement.Exit a parse tree produced by
Protobuf3Parser#serviceElement.- ctx
the parse tree
-
abstract
def
exitServiceName(ctx: ServiceNameContext): Unit
Exit a parse tree produced by
Protobuf3Parser#serviceName.Exit a parse tree produced by
Protobuf3Parser#serviceName.- ctx
the parse tree
-
abstract
def
exitStrLit(ctx: StrLitContext): Unit
Exit a parse tree produced by
Protobuf3Parser#strLit.Exit a parse tree produced by
Protobuf3Parser#strLit.- ctx
the parse tree
-
abstract
def
exitSyntax(ctx: SyntaxContext): Unit
Exit a parse tree produced by
Protobuf3Parser#syntax.Exit a parse tree produced by
Protobuf3Parser#syntax.- ctx
the parse tree
-
abstract
def
exitTopLevelDef(ctx: TopLevelDefContext): Unit
Exit a parse tree produced by
Protobuf3Parser#topLevelDef.Exit a parse tree produced by
Protobuf3Parser#topLevelDef.- ctx
the parse tree
-
abstract
def
exitType_(ctx: Type_Context): Unit
Exit a parse tree produced by
Protobuf3Parser#type_.Exit a parse tree produced by
Protobuf3Parser#type_.- ctx
the parse tree
-
abstract
def
visitErrorNode(arg0: ErrorNode): Unit
- Definition Classes
- ParseTreeListener
-
abstract
def
visitTerminal(arg0: TerminalNode): Unit
- Definition Classes
- ParseTreeListener
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()