| Modifier and Type | Field and Description |
|---|---|
static Object |
CONTINUE_TRAVERSAL
Value to return to continue a traversal.
|
static Object |
CONTINUE_TRAVERSAL_BUT_DONT_GO_DEEPER
A generic value to return to continue a traversal, but if the component
is a container, don't visit its children.
|
static Object |
STOP_TRAVERSAL
A generic value to return to stop a traversal.
|
| Constructor and Description |
|---|
IVisitor() |
public static final Object CONTINUE_TRAVERSAL
public static final Object CONTINUE_TRAVERSAL_BUT_DONT_GO_DEEPER
public static final Object STOP_TRAVERSAL
public abstract Object component(T component)
component - The componentCopyright © 2014 Molindo GmbH. All Rights Reserved.