visitNode

abstract fun visitNode(ctx: PartiQLParser.NodeContext): T

Visit a parse tree produced by node.

Return

the visitor result

Parameters

ctx

the parse tree