open fun visitFile(ctx: OrbitParser.FileContext!): T
Overrides OrbitVisitor.visitFile
Visit a parse tree produced by OrbitParser#file.
The default implementation returns the result of calling #visitChildren on ctx.
ctx - OrbitParser.FileContext!: the parse tree
Return
T: the visitor result