visitList

open fun visitList(ctx: PrologParser.ListContext): T

Visit a parse tree produced by PrologParser#list.

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