We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
@drdaemos how do you actually use the data in the node when visiting?
My class is class SelectR : QueryInfo, Visitor
class SelectR : QueryInfo, Visitor
override fun visitNode(node: Node) { when (node) { is SelectList -> { // node has no data? }
How do I get the data that was associated with the node in those when blocks? or the where clause
It is just of type 'node'
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: