cloud.orbit.dsl / OrbitDslVisitor / visitDeclaration

visitDeclaration

abstract fun visitDeclaration(ctx: DeclarationContext): T

Visit a parse tree produced by OrbitDslParser#declaration.

Parameters

ctx - the parse tree

Return
the visitor result