T
public interface Visitor<T>
boolean
enter(T obj)
void
exit(T obj)
boolean enter(T obj)
obj
void exit(T obj)
Copyright © 2017. All rights reserved.