visitOp

open fun visitOp(ctx: PrologParser.OpContext): T

Visit a parse tree produced by PrologParser#op.

The default implementation returns the result of calling visitChildren on {@code ctx}.