Skip to content
New issue

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

Images #1

Open
drdaemos opened this issue Feb 6, 2020 · 1 comment
Open

Images #1

drdaemos opened this issue Feb 6, 2020 · 1 comment

Comments

@drdaemos
Copy link
Owner

drdaemos commented Feb 6, 2020

queryinfo

@asad-awadia
Copy link

@drdaemos how do you actually use the data in the node when visiting?

My class is 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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants