Uses of Class
org.apache.avro.idl.IdlParser.ProtocolDeclarationContext
-
Uses of IdlParser.ProtocolDeclarationContext in org.apache.avro.idl
Modifier and TypeMethodDescriptionIdlParser.IdlFileContext.protocolDeclaration()
IdlParser.protocolDeclaration()
Modifier and TypeMethodDescriptionvoid
IdlBaseListener.enterProtocolDeclaration
(IdlParser.ProtocolDeclarationContext ctx) Enter a parse tree produced byIdlParser.protocolDeclaration()
.void
IdlListener.enterProtocolDeclaration
(IdlParser.ProtocolDeclarationContext ctx) Enter a parse tree produced byIdlParser.protocolDeclaration()
.void
IdlBaseListener.exitProtocolDeclaration
(IdlParser.ProtocolDeclarationContext ctx) Exit a parse tree produced byIdlParser.protocolDeclaration()
.void
IdlListener.exitProtocolDeclaration
(IdlParser.ProtocolDeclarationContext ctx) Exit a parse tree produced byIdlParser.protocolDeclaration()
.