visitBlock

open fun visitBlock(ctx: PrologParser.BlockContext): T

Visit a parse tree produced by PrologParser#block.

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