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