Interface ElementVisitor<V>

Type Parameters:
V - any type to be returned by the visit method. Use Void with return null if no return type is needed.
All Known Implementing Classes:
DefaultElementVisitor

public interface ElementVisitor<V>
Visit elements.
Since:
2.0