Uses of Class
org.apache.avro.idl.IdlParser.UnionTypeContext
-
Uses of IdlParser.UnionTypeContext in org.apache.avro.idl
Methods in org.apache.avro.idl that return IdlParser.UnionTypeContextMethods in org.apache.avro.idl with parameters of type IdlParser.UnionTypeContextModifier and TypeMethodDescriptionvoid
IdlBaseListener.enterUnionType
(IdlParser.UnionTypeContext ctx) Enter a parse tree produced byIdlParser.unionType()
.void
IdlListener.enterUnionType
(IdlParser.UnionTypeContext ctx) Enter a parse tree produced byIdlParser.unionType()
.void
IdlBaseListener.exitUnionType
(IdlParser.UnionTypeContext ctx) Exit a parse tree produced byIdlParser.unionType()
.void
IdlListener.exitUnionType
(IdlParser.UnionTypeContext ctx) Exit a parse tree produced byIdlParser.unionType()
.