Uses of Class
org.apache.avro.idl.IdlParser.NamespaceDeclarationContext
-
Uses of IdlParser.NamespaceDeclarationContext in org.apache.avro.idl
Modifier and TypeMethodDescriptionIdlParser.IdlFileContext.namespaceDeclaration()
IdlParser.namespaceDeclaration()
Modifier and TypeMethodDescriptionvoid
IdlBaseListener.enterNamespaceDeclaration
(IdlParser.NamespaceDeclarationContext ctx) Enter a parse tree produced byIdlParser.namespaceDeclaration()
.void
IdlListener.enterNamespaceDeclaration
(IdlParser.NamespaceDeclarationContext ctx) Enter a parse tree produced byIdlParser.namespaceDeclaration()
.void
IdlBaseListener.exitNamespaceDeclaration
(IdlParser.NamespaceDeclarationContext ctx) Exit a parse tree produced byIdlParser.namespaceDeclaration()
.void
IdlListener.exitNamespaceDeclaration
(IdlParser.NamespaceDeclarationContext ctx) Exit a parse tree produced byIdlParser.namespaceDeclaration()
.