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