| Modifier and Type | Method and Description |
|---|---|
void |
dontGoDeeper()
Prevents the visitor from visiting any children of the object currently visited
|
void |
stop()
Stops the visit/traversal
|
void |
stop(R result)
Stops the visit/traversal and returns
result |
void stop()
void stop(R result)
resultresult - void dontGoDeeper()
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.