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