cloud.orbit.dsl / OrbitVisitor / visitDeclaration

visitDeclaration

abstract fun visitDeclaration(ctx: OrbitParser.DeclarationContext!): T

Visit a parse tree produced by OrbitParser#declaration.

Parameters

ctx - OrbitParser.DeclarationContext!: the parse tree

Return
T: the visitor result