cloud.orbit.dsl / OrbitVisitor / visitFile

visitFile

abstract fun visitFile(ctx: FileContext): T

Visit a parse tree produced by OrbitParser#file.

Parameters

ctx - the parse tree

Return
the visitor result