open fun visitEnumDeclaration(ctx: OrbitParser.EnumDeclarationContext!): T
Overrides OrbitVisitor.visitEnumDeclaration
Visit a parse tree produced by OrbitParser#enumDeclaration.
The default implementation returns the result of calling #visitChildren on ctx.
ctx - OrbitParser.EnumDeclarationContext!: the parse tree
Return
T: the visitor result