cloud.orbit.dsl / OrbitDslVisitor / visitFile

visitFile

abstract fun visitFile(ctx: FileContext): T

Visit a parse tree produced by OrbitDslParser#file.

Parameters

ctx - the parse tree

Return
the visitor result