Package concurrent_tree_crawler :: Module abstract_tree_accessor :: Class NodeAction
[hide private]
[frames] | no frames]

Class NodeAction

source code

Enumeration describing actions that can be taken by a crawler when entering a new node

Static Methods [hide private]
 
to_str(action) source code
Class Variables [hide private]
  TO_PROCESS = 0
  TO_VISIT = 1
Method Details [hide private]

to_str(action)
Static Method

source code 
Parameters: