@Internal public interface Visitor<T extends Visitable<T>>
void
postVisit(T visitable)
boolean
preVisit(T visitable)
boolean preVisit(T visitable)
visitable
void postVisit(T visitable)
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.