V
- is the generic type to visit
.public interface Visitor<V>
visit(Object)
values of a specific type.Modifier and Type | Method and Description |
---|---|
void |
visit(V value)
This method is called to let the visitor inspect the given
value . |
Copyright © 2001–2016 mmm-Team. All rights reserved.