visitSingletonTerm

open fun visitSingletonTerm(ctx: PrologParser.SingletonTermContext): T

Visit a parse tree produced by PrologParser#singletonTerm.

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