cloud.orbit.dsl / OrbitVisitor / visitEnumDeclaration

visitEnumDeclaration

abstract fun visitEnumDeclaration(ctx: EnumDeclarationContext): T

Visit a parse tree produced by OrbitParser#enumDeclaration.

Parameters

ctx - the parse tree

Return
the visitor result