cloud.orbit.dsl / OrbitVisitor / visitDeclaration

visitDeclaration

abstract fun visitDeclaration(ctx: DeclarationContext): T

Visit a parse tree produced by OrbitParser#declaration.

Parameters

ctx - the parse tree

Return
the visitor result