visit Singleton Expression
open fun visitSingletonExpression(ctx: PrologParser.SingletonExpressionContext): T
Content copied to clipboard
Visit a parse tree produced by PrologParser#singletonExpression.
The default implementation returns the result of calling visitChildren on {@code ctx}.