visitSingletonExpression

open fun visitSingletonExpression(ctx: PrologParser.SingletonExpressionContext): T

Visit a parse tree produced by PrologParser#singletonExpression.

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