cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

georgfaust
Node
since ‎04-24-2021
‎06-01-2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I have a tree representing a nested (Java)-switch-statement, so there are these nodes: (:Switch {var_ref: <some_id>}) (:Case {test: <value>}) (:Value {value: <value>) a switch may have many case-children. A case may have either a switch or a value c...