package walker
          
          
            
          
          
        
        
            Ordering
            
          
          - Alphabetic
              Visibility
              
        - Public
- All
Type Members
-  class DeleteWalker[T, P] extends AnyRef
-  class PatternWalker[T, P] extends AnyRef
-  class StatementWalker[T, P] extends AnyRef
Value Members
-  object CallWalker
- 
      
      
      
        
      
    
      
        
        object
      
      
        CreateWalker
      
      
      AST walker that handles translation of the CREATEclause nodes in the Cypher AST.
-  object DeleteWalker
- 
      
      
      
        
      
    
      
        
        object
      
      
        ExpressionWalker
      
      
      AST walker that handles translation of evaluable expression nodes in the Cypher AST. 
-  object MatchWalker
- 
      
      
      
        
      
    
      
        
        object
      
      
        MergeWalker
      
      
      AST walker that handles translation of the MERGEclause nodes in the Cypher AST.
-  object NodeUtils
- 
      
      
      
        
      
    
      
        
        object
      
      
        PatternWalker
      
      
      AST walker that handles translation of match pattern nodes of the Cypher AST. 
- 
      
      
      
        
      
    
      
        
        object
      
      
        ProjectionWalker
      
      
      AST walker that handles translation of the RETURNclause node in the Cypher AST.
- 
      
      
      
        
      
    
      
        
        object
      
      
        SetWalker
      
      
      AST walker that handles translation of the SETclause nodes in the Cypher AST.
- 
      
      
      
        
      
    
      
        
        object
      
      
        StatementWalker
      
      
      AST walker that starts translation of the Cypher AST. 
- 
      
      
      
        
      
    
      
        
        object
      
      
        UnwindWalker
      
      
      AST walker that handles translation of the UNWINDclause nodes in the Cypher AST.
- 
      
      
      
        
      
    
      
        
        object
      
      
        WhereWalker
      
      
      AST walker that handles translation of the WHEREclause nodes in the Cypher AST.